elastic / elastic/integrations
[text-auditor] Batch fix clear Azure naming/casing text issues and one typo in package manifests
- Dominant language
- Handlebars
- Stars
- 333
- Forks
- 647
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 209
Description
## Text Improvements
The following user-facing text issues were found in package manifests. Each is a low-effort fix.
### 1. Typo: `frontdooor` → `frontdoor`
**File:** `packages/azure_frontdoor/manifest.yml` (line 35)
**Current text:** `Collecting azure frontdooor events from Azure eventhub inputs (input: azure-eventhub).`
**Suggested fix:** `Collecting Azure Front Door events from Azure event hub inputs (input: azure-eventhub).`
**Why:** `frontdooor` is a clear typo in user-facing integration text.
### 2. Terminology/capitalization: `azure portal` → `Azure portal`
**File:** `packages/microsoft_defender_endpoint/manifest.yml` (line 73)
**Current text:** `URL of azure portal.`
**Suggested fix:** `URL of Azure portal.`
**Why:** `Azure` is a product/proper name and should be consistently capitalized.
**File:** `packages/microsoft_sentinel/manifest.yml` (line 81)
**Current text:** `URL of azure portal.`
**Suggested fix:** `URL of Azure portal.`
**Why:** Same user-facing terminology inconsistency.
### 3. Terminology/capitalization: `azure public environment` and `azure environment`
**File:** `packages/m365_defender/data_stream/event/manifest.yml` (line 134)
**Current text:** `By default we are using the azure public environment, to override, users can provide a specific resource manager endpoint in order to use a different azure environment.`
**Suggested fix:** `By default we are using the Azure public environment; to override, users can provide a specific resource manager endpoint to use a different Azure environment.`
**Why:** `Azure` should be capitalized in user-facing text.
**File:** `packages/github/data_stream/audit/manifest.yml` (line 234)
**Current text:** `By default we are using the azure public environment, to override, users can provide a specific resource manager endpoint in order to use a different azure environment.`
**Suggested fix:** `By default we are using the Azure public environment; to override, users can provide a specific resource manager endpoint to use a different Azure environment.`
**Why:** Same terminology inconsistency.
### 4. Terminology/capitalization: `azure cloud storage` → `Azure cloud storage`
**File:** `packages/sentinel_one_cloud_funnel/data_stream/event/manifest.yml` (line 270)
**Current text:** `Use this attribute to specify a custom storage URL if required. By default it points to azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Suggested fix:** `Use this attribute to specify a custom storage URL if required. By default it points to Azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Why:** Proper name capitalization inconsistency in user-visible text.
**File:** `packages/netskope/data_stream/transaction/manifest.yml` (line 206)
**Current text:** `Use this attribute to specify a custom storage URL if required. By default it points to azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Suggested fix:** `Use this attribute to specify a custom storage URL if required. By default it points to Azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Why:** Same terminology inconsistency.
**File:** `packages/netskope/data_stream/alerts_events_v2/manifest.yml` (line 58)
**Current text:** `Use this attribute to specify a custom storage URL if required. By default it points to azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Suggested fix:** `Use this attribute to specify a custom storage URL if required. By default it points to Azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Why:** Same terminology inconsistency.
**File:** `packages/cloudflare_logpush/manifest.yml` (line 292)
**Current text:** `Use this attribute to specify a custom storage URL if required. By default it points to azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Suggested fix:** `Use this attribute to specify a custom storage URL if required. By default it points to Azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Why:** Same terminology inconsistency.
**File:** `packages/azure_blob_storage/manifest.yml` (line 93)
**Current text:** `Use this attribute to specify a custom storage URL if required. By default it points to azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Suggested fix:** `Use this attribute to specify a custom storage URL if required. By default it points to Azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Why:** Same terminology inconsistency.
**File:** `packages/azure_network_watcher_vnet/data_stream/log/manifest.yml` (line 56)
**Current text:** `Use this attribute to specify a custom storage URL if required. By default it points to azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Suggested fix:** `Use this attribute to specify a custom storage URL if required. By default it points to Azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Why:** Same terminology inconsistency.
**File:** `packages/azure_network_watcher_nsg/data_stream/log/manifest.yml` (line 56)
**Current text:** `Use this attribute to specify a custom storage URL if required. By default it points to azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Suggested fix:** `Use this attribute to specify a custom storage URL if required. By default it points to Azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Why:** Same terminology inconsistency.
**File:** `packages/symantec_endpoint_security/data_stream/event/manifest.yml` (line 427)
**Current text:** `Use this attribute to specify a custom storage URL if required. By default it points to azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Suggested fix:** `Use this attribute to specify a custom storage URL if required. By default it points to Azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Why:** Same terminology inconsistency.
**File:** `packages/github/data_stream/audit/manifest.yml` (line 556)
**Current text:** `Use this attribute to specify a custom storage URL if required. By default it points to azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Suggested fix:** `Use this attribute to specify a custom storage URL if required. By default it points to Azure cloud storage. Only use this if there is a specific need to connect to a different environment where blob storage is available.`
**Why:** Same terminology inconsistency.
## Suggested Actions
- [ ] Fix `frontdooor` in `packages/azure_frontdoor/manifest.yml`.
- [ ] Replace `azure portal` with `Azure portal` in both affected manifests.
- [ ] Replace `azure public environment` / `azure environment` with capitalized `Azure` in both affected manifests.
- [ ] Replace `azure cloud storage` with `Azure cloud storage` in all nine affected manifests.
---
[What is this?](https://ela.st/github-ai-tools) | [From workflow: Text Auditor](https://github.com/elastic/integrations/actions/runs/27134926905)
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
> - [x] expires on Jun 15, 2026, 11:46 AM UTC
Contributor guide
Assessment
This issue has not been assessed yet.