Skip to content

Commit fa861cf

Browse files
authored
Merge pull request #291685 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 5eb38c8 + 963cefb commit fa861cf

File tree

46 files changed

+70
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+70
-70
lines changed

articles/bastion/connect-vm-native-client-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can connect to a VM private IP address instead of the resource ID. Be aware
7878
Using the `az network bastion` command, replace `--target-resource-id` with `--target-ip-address` and the specified IP address to connect to your VM. The following example uses --ssh-key for the authentication method.
7979

8080
```azurecli
81-
az network bastion ssh --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-ip-addres "<VMIPAddress>" --auth-type "ssh-key" --username "<Username>" --ssh-key "<Filepath>"
81+
az network bastion ssh --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-ip-address "<VMIPAddress>" --auth-type "ssh-key" --username "<Username>" --ssh-key "<Filepath>"
8282
```
8383

8484
## <a name="tunnel"></a>Connect to a VM - tunnel command

articles/bastion/diagnostic-logs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To access your diagnostics logs, you can directly use the storage account that y
5252
```json
5353
{
5454
"time":"2019-10-03T16:03:34.776Z",
55-
"resourceId":"/SUBSCRIPTIONS/<subscripionID>/RESOURCEGROUPS/MYBASTION/PROVIDERS/MICROSOFT.NETWORK/BASTIONHOSTS/MYBASTION-BASTION",
55+
"resourceId":"/SUBSCRIPTIONS/<subscriptionID>/RESOURCEGROUPS/MYBASTION/PROVIDERS/MICROSOFT.NETWORK/BASTIONHOSTS/MYBASTION-BASTION",
5656
"operationName":"Microsoft.Network/BastionHost/connect",
5757
"category":"BastionAuditLogs",
5858
"level":"Informational",
@@ -63,8 +63,8 @@ To access your diagnostics logs, you can directly use the storage account that y
6363
"clientIpAddress":"131.107.159.86",
6464
"clientPort":24039,
6565
"protocol":"ssh",
66-
"targetResourceId":"/SUBSCRIPTIONS/<subscripionID>/RESOURCEGROUPS/MYBASTION/PROVIDERS/MICROSOFT.COMPUTE/VIRTUALMACHINES/LINUX-KEY",
67-
"subscriptionId":"<subscripionID>",
66+
"targetResourceId":"/SUBSCRIPTIONS/<subscriptionID>/RESOURCEGROUPS/MYBASTION/PROVIDERS/MICROSOFT.COMPUTE/VIRTUALMACHINES/LINUX-KEY",
67+
"subscriptionId":"<subscriptionID>",
6868
"message":"Successfully Connected.",
6969
"resourceType":"VM",
7070
"targetVMIPAddress":"172.16.1.5",
@@ -73,7 +73,7 @@ To access your diagnostics logs, you can directly use the storage account that y
7373
},
7474
"FluentdIngestTimestamp":"2019-10-03T16:03:34.0000000Z",
7575
"Region":"eastus",
76-
"CustomerSubscriptionId":"<subscripionID>"
76+
"CustomerSubscriptionId":"<subscriptionID>"
7777
}
7878
```
7979

@@ -82,7 +82,7 @@ To access your diagnostics logs, you can directly use the storage account that y
8282
```json
8383
{
8484
"time":"2019-10-03T16:03:34.776Z",
85-
"resourceId":"/SUBSCRIPTIONS/<subscripionID>/RESOURCEGROUPS/MYBASTION/PROVIDERS/MICROSOFT.NETWORK/BASTIONHOSTS/MYBASTION-BASTION",
85+
"resourceId":"/SUBSCRIPTIONS/<subscriptionID>/RESOURCEGROUPS/MYBASTION/PROVIDERS/MICROSOFT.NETWORK/BASTIONHOSTS/MYBASTION-BASTION",
8686
"operationName":"Microsoft.Network/BastionHost/connect",
8787
"category":"BastionAuditLogs",
8888
"level":"Informational",
@@ -93,8 +93,8 @@ To access your diagnostics logs, you can directly use the storage account that y
9393
"clientIpAddress":"131.107.159.86",
9494
"clientPort":24039,
9595
"protocol":"ssh",
96-
"targetResourceId":"/SUBSCRIPTIONS/<subscripionID>/RESOURCEGROUPS/MYBASTION/PROVIDERS/MICROSOFT.COMPUTE/VIRTUALMACHINES/LINUX-KEY",
97-
"subscriptionId":"<subscripionID>",
96+
"targetResourceId":"/SUBSCRIPTIONS/<subscriptionID>/RESOURCEGROUPS/MYBASTION/PROVIDERS/MICROSOFT.COMPUTE/VIRTUALMACHINES/LINUX-KEY",
97+
"subscriptionId":"<subscriptionID>",
9898
"message":"Login Failed",
9999
"resourceType":"VM",
100100
"targetVMIPAddress":"172.16.1.5",
@@ -103,7 +103,7 @@ To access your diagnostics logs, you can directly use the storage account that y
103103
},
104104
"FluentdIngestTimestamp":"2019-10-03T16:03:34.0000000Z",
105105
"Region":"eastus",
106-
"CustomerSubscriptionId":"<subscripionID>"
106+
"CustomerSubscriptionId":"<subscriptionID>"
107107
}
108108
```
109109

articles/batch/batch-pool-compute-intensive-sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To configure a specialized VM size for your Batch pool, you have several options
8585
8686
## Example: NVIDIA GPU drivers on Windows NC VM pool
8787

88-
To run CUDA applications on a pool of Windows NC nodes, you need to install NVDIA GPU drivers. The following sample steps use an application package to install the NVIDIA GPU drivers. You might choose this option if your workload depends on a specific GPU driver version.
88+
To run CUDA applications on a pool of Windows NC nodes, you need to install NVIDIA GPU drivers. The following sample steps use an application package to install the NVIDIA GPU drivers. You might choose this option if your workload depends on a specific GPU driver version.
8989

9090
1. Download a setup package for the GPU drivers on Windows Server 2016 from the [NVIDIA website](https://www.nvidia.com/Download/index.aspx) - for example, [version 411.82](https://us.download.nvidia.com/Windows/Quadro_Certified/411.82/411.82-tesla-desktop-winserver2016-international.exe). Save the file locally using a short name like *GPUDriverSetup.exe*.
9191
2. Create a zip file of the package.

articles/batch/pool-endpoint-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ namespace AzureBatch
116116
{
117117
pool.NetworkConfiguration = new NetworkConfiguration
118118
{
119-
EndpointConfiguration = new PoolEndpointConfiguratio(new InboundNatPool[]
119+
EndpointConfiguration = new PoolEndpointConfiguration(new InboundNatPool[]
120120
{
121121
new InboundNatPool("RDP", InboundEndpointProtocol.Tcp, 3389, 60000, 60099, new NetworkSecurityGroupRule[]
122122
{

articles/batch/quick-create-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ AZ_BATCH_TASK_WORKING_DIR=/mnt/batch/tasks/workitems/myJob/job-1/myTask1/wd
178178
AZ_BATCH_NODE_SHARED_DIR=/mnt/batch/tasks/shared
179179
AZ_BATCH_TASK_USER=_azbatch
180180
AZ_BATCH_NODE_ROOT_DIR=/mnt/batch/tasks
181-
AZ_BATCH_JOB_ID=myJobl
181+
AZ_BATCH_JOB_ID=myJob
182182
AZ_BATCH_NODE_IS_DEDICATED=true
183183
AZ_BATCH_NODE_ID=tvm-257509324_2-20180703t215033z
184184
AZ_BATCH_POOL_ID=myPool

articles/batch/resource-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ ResourceFile inputFile = ResourceFile.FromUrl(yourURLFromAzureStorage,
120120
```
121121

122122
> [!Note]
123-
> Managed identity authentication will only work with files in Azure Storage. The nanaged identity needs the `Storage Blob Data Reader` role assignment for the container the file is in, and it must also be [assigned to the Batch pool](managed-identity-pools.md).
123+
> Managed identity authentication will only work with files in Azure Storage. The managed identity needs the `Storage Blob Data Reader` role assignment for the container the file is in, and it must also be [assigned to the Batch pool](managed-identity-pools.md).
124124
125125
## Tips and suggestions
126126

articles/batch/tutorial-parallel-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ BatchClient _batchClient = new BatchClient(batchUri, new DefaultAzureCredential(
144144

145145
### Upload input files
146146

147-
The app passes the `blobServerClient` object to the `CreateContainerIfNotExistc` method to create a storage container for the input files (MP4 format) and a container for the task output.
147+
The app passes the `blobServerClient` object to the `CreateContainerIfNotExist` method to create a storage container for the input files (MP4 format) and a container for the task output.
148148

149149
```csharp
150150
CreateContainerIfNotExist(blobClient, inputContainerName);
@@ -229,7 +229,7 @@ if (collection.Exists(poolId) == false)
229229
},
230230
ApplicationPackages =
231231
{
232-
new Azure.ResourceManager.Batch.Models.BatchApplicationPackageReference(new ResourceIdentifier(appPacakgeResourceID))
232+
new Azure.ResourceManager.Batch.Models.BatchApplicationPackageReference(new ResourceIdentifier(appPackageResourceID))
233233
{
234234
Version = appPackageVersion,
235235
}

articles/business-continuity-center/tutorial-monitor-alerts-metrics.md

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

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

29-
:::image type="content" source="./media/tutorial-monitor-alerts-metrics/view-triggered-alerts-in-selected-time-range.png" alt-text="Screemshot shows the triggered alerts in a selected time range." lightbox="./media/tutorial-monitor-alerts-metrics/view-triggered-alerts-in-selected-time-range.png":::
29+
:::image type="content" source="./media/tutorial-monitor-alerts-metrics/view-triggered-alerts-in-selected-time-range.png" alt-text="Screenshot shows the triggered alerts in a selected time range." lightbox="./media/tutorial-monitor-alerts-metrics/view-triggered-alerts-in-selected-time-range.png":::
3030

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

articles/business-process-tracking/create-business-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 06/07/2024
1616
> This capability is in preview and is subject to the
1717
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1818
19-
To add business context around the Azure resources in an integration solution, you can visualize business processes flows for the tasks implemented by these resources. In Azure Business Process Tracking, a business process is a series of stages that represent the tasks that flow through a real-world business scenario. This business process also specifies a single business identifer or *transaction ID*, such as a ticket number, order number, case number, and so on, to identify a transaction that exists across all the stages in the business process and to correlate those stages together.
19+
To add business context around the Azure resources in an integration solution, you can visualize business processes flows for the tasks implemented by these resources. In Azure Business Process Tracking, a business process is a series of stages that represent the tasks that flow through a real-world business scenario. This business process also specifies a single business identifier or *transaction ID*, such as a ticket number, order number, case number, and so on, to identify a transaction that exists across all the stages in the business process and to correlate those stages together.
2020

2121
When you add a stage to your business process, you can also define other business property values to capture as data moves through each stage. You can then later map the transaction ID and other properties to specific operations and data outputs in Standard logic app workflows. For more information, see [What is Azure Business Process Tracking](overview.md)?
2222

@@ -89,7 +89,7 @@ After you define a business process, you can then map each stage to actual Azure
8989
| Property | Required | Value | Description |
9090
|----------|----------|-------|-------------|
9191
| **Transaction ID** | Yes | <*transaction-ID*> | This important and unique ID identifies a transaction, such as an order number, ticket number, case number, or another similar business identifier that's available across all stages in your business process. <br><br>This example uses the transaction ID named **TicketNumber** to correlate events across the different systems in the example business process, which include CRM, Work Order Management, and Marketing. <br><br>**Note**: Azure Business Process Tracking automatically includes and records the transaction timestamp so that you don't have to separately add this value. Although you can define only a single transaction ID when you create a business process, you can later define other business properties in each stage that you want to record. |
92-
| **Data type** | Yes | <*transacton-ID-data-type*> | The data type for your transaction ID: **String** or **Integer**. <br><br>This example uses the **Integer** data type. |
92+
| **Data type** | Yes | <*transaction-ID-data-type*> | The data type for your transaction ID: **String** or **Integer**. <br><br>This example uses the **Integer** data type. |
9393

9494
The following example shows the sample transaction ID:
9595

articles/communication-services/concepts/analytics/logs/email-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ By tracking these logs, you can ensure full visibility into your email delivery
108108
| `Category` | The log category of the event. The category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
109109
| `CorrelationID` | The ID for correlated events. Can be used to identify correlated events between multiple tables. For all Email operational logs, the CorrelationId is mapped to the MessageId, which is returned from a successful SendMail request. |
110110
| `RecipientId` | The email address for the targeted recipient. It is only present for recipient-level events. If this is a message-level event, the property will be empty. |
111-
| `DeliveryStatus` | The terminal status of the message. Possible valuse for message-level event are: `Dropped`, `OutForDelivery`, `Queued`. Possible valuse for a recipient-level event are: `Delivered`, `Expanded`, `Failed`, `Quarantined`, `FilteredSpam`, `Suppressed`, `Bounced`. |
111+
| `DeliveryStatus` | The terminal status of the message. Possible values for message-level event are: `Dropped`, `OutForDelivery`, `Queued`. Possible values for a recipient-level event are: `Delivered`, `Expanded`, `Failed`, `Quarantined`, `FilteredSpam`, `Suppressed`, `Bounced`. |
112112
| `SmtpStatusCode` | SMTP status code returned from the recipient email server in response to a send mail request.
113113
| `EnhancedSmtpStatusCode` | Enhanced SMTP status code returned from the recipient email server.
114114
| `SenderDomain` | The domain portion of the SenderAddress used in sending emails.

0 commit comments

Comments
 (0)