Skip to content

Commit 737329b

Browse files
committed
Spelling Fixes
1 parent dd66b8e commit 737329b

20 files changed

+25
-25
lines changed

includes/business-continuity-center-view-fired-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To monitor the alerts, follow these steps:
1212

1313
The count of all alert rules appears that have at least one or more fired alerts in the selected time range.
1414

15-
:::image type="content" source="./media/business-continuity-center-view-fired-alerts/view-triggered-alerts-in-selected-time-range.png" alt-text="Screemshot shows the triggered alerts in a selected time range." lightbox="./media/business-continuity-center-view-fired-alerts/view-triggered-alerts-in-selected-time-range.png":::
15+
:::image type="content" source="./media/business-continuity-center-view-fired-alerts/view-triggered-alerts-in-selected-time-range.png" alt-text="Screenshot shows the triggered alerts in a selected time range." lightbox="./media/business-continuity-center-view-fired-alerts/view-triggered-alerts-in-selected-time-range.png":::
1616

1717
2. On **Alerts**, filter the list by *severity of alert*, *category of alert*, *time range* (up to last 15 days), and other parameters.
1818

includes/cdn-classic-retirement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
> [!IMPORTANT]
1414
> Azure CDN Standard from Microsoft (classic) will be retired on **September 30, 2027**. To avoid any service disruption, it is important that you [**migrate your Azure CDN Standard from Microsoft (classic) profiles**](../articles/cdn/migrate-tier.md) to Azure Front Door Standard or Premium tier by September 30, 2027. For more information, see [**Azure CDN Standard from Microsoft (classic) retirement**](https://azure.microsoft.com/updates/v2/Azure-CDN-Standard-from-Microsoft-classic-will-be-retired-on-30-September-2027).
1515
>
16-
> Azure CDN from Edgio will be retired on **Januray 15, 2025**. You must [migrate your workload](../articles/frontdoor/migrate-cdn-to-front-door.md) to Azure Front Door before this date to avoid service disruption. For more information, see [**Azure CDN from Edgio retirement FAQ**](../articles/cdn/edgio-retirement-faq.md).
16+
> Azure CDN from Edgio will be retired on **January 15, 2025**. You must [migrate your workload](../articles/frontdoor/migrate-cdn-to-front-door.md) to Azure Front Door before this date to avoid service disruption. For more information, see [**Azure CDN from Edgio retirement FAQ**](../articles/cdn/edgio-retirement-faq.md).

includes/container-apps/sessions-tutorial-deploy-autogen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ You then need to configure managed identity for the app and assign it the proper
2727
--resource-group $RESOURCE_GROUP_NAME \
2828
--location $SESSION_POOL_LOCATION \
2929
--environment $ENVIRONMENT_NAME \
30-
--env-vars 'OAI_CONFIG_LIST=[{"model": "gpt-4", "api_key": "<AZURE_OPENAI_KEY>", "api_type": "azure", "base_url": "<AZURE_OPENAI_ENDPOINT>", "api_version": "2023-12-01-preview"}]' 'POOL_MANAGEMENT_ENDPOINT=<SESSION_POOL_MANAGMENT_ENDPOINT>' \
30+
--env-vars 'OAI_CONFIG_LIST=[{"model": "gpt-4", "api_key": "<AZURE_OPENAI_KEY>", "api_type": "azure", "base_url": "<AZURE_OPENAI_ENDPOINT>", "api_version": "2023-12-01-preview"}]' 'POOL_MANAGEMENT_ENDPOINT=<SESSION_POOL_MANAGEMENT_ENDPOINT>' \
3131
--source .
3232
```
3333

34-
Replace `<AZURE_OPENAI_ENDPOINT>` with the Azure OpenAI account endpoint, `<AZURE_OPENAI_KEY>` with the Azure OpenAI key, and `<SESSION_POOL_MANAGMENT_ENDPOINT>` with the session pool management endpoint.
34+
Replace `<AZURE_OPENAI_ENDPOINT>` with the Azure OpenAI account endpoint, `<AZURE_OPENAI_KEY>` with the Azure OpenAI key, and `<SESSION_POOL_MANAGEMENT_ENDPOINT>` with the session pool management endpoint.
3535

3636
1. Enable the system-assigned managed identity for the app:
3737

includes/container-apps/sessions-tutorial-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ You then need to configure managed identity for the app and assign it the proper
2828
--resource-group $RESOURCE_GROUP_NAME \
2929
--location $SESSION_POOL_LOCATION \
3030
--environment $ENVIRONMENT_NAME \
31-
--env-vars "AZURE_OPENAI_ENDPOINT=<OPEN_AI_ENDPOINT>" "POOL_MANAGEMENT_ENDPOINT=<SESSION_POOL_MANAGMENT_ENDPOINT>" \
31+
--env-vars "AZURE_OPENAI_ENDPOINT=<OPEN_AI_ENDPOINT>" "POOL_MANAGEMENT_ENDPOINT=<SESSION_POOL_MANAGEMENT_ENDPOINT>" \
3232
--source .
3333
```
3434

35-
Replace `<OPEN_AI_ENDPOINT>` with the Azure OpenAI account endpoint and `<SESSION_POOL_MANAGMENT_ENDPOINT>` with the session pool management endpoint.
35+
Replace `<OPEN_AI_ENDPOINT>` with the Azure OpenAI account endpoint and `<SESSION_POOL_MANAGEMENT_ENDPOINT>` with the session pool management endpoint.
3636

3737
1. Enable the system-assigned managed identity for the app:
3838

includes/cost-management-billing-transform-data-before-using-large-usage-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: billing
77
ms.topic: include
88
ms.date: 10/09/2020
99
ms.author: banders
10-
ms.reviwer:
10+
ms.reviewer:
1111
ms.custom: include file
1212
---
1313

includes/data-box-shares.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following table shows the UNC path to the shares on your Data Box and Azure
1919
| Blobs and Files | Paths and URLs |
2020
| --------------- | -------------- |
2121
| Azure Block blobs | <li>UNC path to shares: `\\<DeviceIPAddress>\<StorageAccountName_BlockBlob>\<ContainerName>\files\a.txt`</li><li>Azure Storage URL: `https://<StorageAccountName>.blob.core.windows.net/<ContainerName>/files/a.txt`</li> |
22-
| Azure Page blobs | <li>UNC path to shares: `\\<DeviceIPAddres>\<StorageAccountName_PageBlob>\<ContainerName>\files\a.txt`</li><li>Azure Storage URL: `https://<StorageAccountName>.blob.core.windows.net/<ContainerName>/files/a.txt`</li> |
23-
| Azure Files |<li>UNC path to shares: `\\<DeviceIPAddres>\<StorageAccountName_AzFile>\<ShareName>\files\a.txt`</li><li>Azure Storage URL: `https://<StorageAccountName>.file.core.windows.net/<ShareName>/files/a.txt`</li> |
22+
| Azure Page blobs | <li>UNC path to shares: `\\<DeviceIPAddress>\<StorageAccountName_PageBlob>\<ContainerName>\files\a.txt`</li><li>Azure Storage URL: `https://<StorageAccountName>.blob.core.windows.net/<ContainerName>/files/a.txt`</li> |
23+
| Azure Files |<li>UNC path to shares: `\\<DeviceIPAddress>\<StorageAccountName_AzFile>\<ShareName>\files\a.txt`</li><li>Azure Storage URL: `https://<StorageAccountName>.file.core.windows.net/<ShareName>/files/a.txt`</li> |
2424

2525

includes/functions-create-container-prereq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ms.author: glenga
1010

1111
If you haven't already done so, complete the previous quickstart article [Create a function that runs in custom container](../articles/azure-functions/functions-create-function-linux-custom-image.md) to create and publish a custom container with your first function app.
1212

13-
This article creates a container image named `azurefunctionsimage` in either Azure Container Registry or Docker Hub. If you chose a diffent name for your image, you'll need to modify the examples in this article.
13+
This article creates a container image named `azurefunctionsimage` in either Azure Container Registry or Docker Hub. If you chose a different name for your image, you'll need to modify the examples in this article.

includes/functions-monitor-metrics-consumption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This chart shows a total of 1.11 billion `Function Execution Units` consumed in
3232

3333
The [Azure CLI](/cli/azure/) has commands for retrieving metrics. You can use the CLI from a local command environment or directly from the portal using [Azure Cloud Shell](../articles/cloud-shell/overview.md). For example, the following [az monitor metrics list](/cli/azure/monitor/metrics#az-monitor-metrics-list) command returns hourly data over same time period used before.
3434

35-
Make sure to replace `<AZURE_SUBSCRIPTON_ID>` with your Azure subscription ID running the command.
35+
Make sure to replace `<AZURE_SUBSCRIPTION_ID>` with your Azure subscription ID running the command.
3636

3737
```azurecli-interactive
3838
az monitor metrics list --resource /subscriptions/<AZURE_SUBSCRIPTION_ID>/resourceGroups/metrics-testing-consumption/providers/Microsoft.Web/sites/metrics-testing-consumption --metric FunctionExecutionUnits,FunctionExecutionCount --aggregation Total --interval PT1H --start-time 2019-09-11T21:46:00Z --end-time 2019-09-11T23:18:00Z
@@ -123,7 +123,7 @@ This particular response shows that from `2019-09-11T21:46` to `2019-09-11T23:18
123123

124124
The [Azure PowerShell](/powershell/azure/) has commands for retrieving metrics. You can use the Azure PowerShell from a local command environment or directly from the portal using [Azure Cloud Shell](../articles/cloud-shell/overview.md). For example, the following [Get-AzMetric](/powershell/module/az.monitor/get-azmetric) command returns hourly data over same time period used before.
125125

126-
Make sure to replace `<AZURE_SUBSCRIPTON_ID>` with your Azure subscription ID running the command.
126+
Make sure to replace `<AZURE_SUBSCRIPTION_ID>` with your Azure subscription ID running the command.
127127

128128
```azurepowershell-interactive
129129
Get-AzMetric -ResourceId /subscriptions/<AZURE_SUBSCRIPTION_ID>/resourceGroups/metrics-testing-consumption/providers/Microsoft.Web/sites/metrics-testing-consumption -MetricName FunctionExecutionUnits,FunctionExecutionCount -AggregationType Total -TimeGrain 01:00:00 -StartTime 2019-09-11T21:46:00Z -EndTime 2019-09-11T23:18:00Z

includes/iot-central-data-export-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Now that you have a destination to export your data to, set up data export in yo
4949
|Audit logs|N/A|
5050

5151
1. Optionally, enrich exported messages with extra key-value pair metadata. The following enrichments are available for the telemetry, property changes, device connectivity, and device lifecycle data export types:
52-
<a name="DataExportEnrichmnents"></a>
52+
<a name="DataExportEnrichments"></a>
5353
- **Custom string**: Adds a custom static string to each message. Enter any key, and enter any string value.
5454
- **Property**, which adds to each message:
5555
- Device metadata such as device name, device template name, enabled, organizations, provisioned, and simulated.

includes/iot-hub-howto-cloud-to-device-messaging-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ var feedbackReceiver = serviceClient.GetFeedbackReceiver();
248248
// Define the cancellation token.
249249
CancellationTokenSource source = new CancellationTokenSource();
250250
CancellationToken token = source.Token;
251-
// Call ReceiveAsync, passing the token. Wait for the timout period.
251+
// Call ReceiveAsync, passing the token. Wait for the timeout period.
252252
var feedbackBatch = await feedbackReceiver.ReceiveAsync(token);
253253
if (feedbackBatch == null) continue;
254254
```

0 commit comments

Comments
 (0)