Skip to content

Commit e156c77

Browse files
Merge pull request #238317 from MicrosoftDocs/fixes
Fixing missing escape characters
2 parents 450f889 + 5b03902 commit e156c77

8 files changed

+12
-15
lines changed

articles/azure-arc/resource-bridge/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ There are several different types of configuration files, based on the on-premis
103103

104104
### Appliance configuration files
105105

106-
Three configuration files are created when the `createconfig` command completes (or the equivalent commands used by Azure Stack HCI and AKS hybrid): <resourcename>-resource.yaml, <resourcename>-appliance.yaml and <resourcename>-infra.yaml.
106+
Three configuration files are created when the `createconfig` command completes (or the equivalent commands used by Azure Stack HCI and AKS hybrid): \<resourcename\>-resource.yaml, \<resourcename\>-appliance.yaml and \<resourcename\>-infra.yaml.
107107

108108
By default, these files are generated in the current CLI directory when `createconfig` completes. These files should be saved in a secure location on the management machine, because they're required for maintaining the appliance VM. Because the configuration files reference each other, all three files must be stored in the same location. If the files are moved from their original location at deployment, open the files to check that the reference paths to the configuration files are accurate.
109109

articles/azure-monitor/containers/container-insights-manage-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To reenable discovery of the environmental variables, apply the same process you
9191
```
9292
## Semantic version update of container insights agent version
9393

94-
Container Insights has shifted the image version and naming convention to [semver format] (https://semver.org/). SemVer helps developers keep track of every change made to a software during its development phase and ensures that the software versioning is consistent and meaningful. The old version was in format of ciprod<timestamp>-<commitId> and win-ciprod<timestamp>-<commitId>, our first image versions using the Semver format are 3.1.4 for Linux and win-3.1.4 for Windows.
94+
Container Insights has shifted the image version and naming convention to [semver format] (https://semver.org/). SemVer helps developers keep track of every change made to a software during its development phase and ensures that the software versioning is consistent and meaningful. The old version was in format of ciprod\<timestamp\>-\<commitId\> and win-ciprod\<timestamp\>-\<commitId\>, our first image versions using the Semver format are 3.1.4 for Linux and win-3.1.4 for Windows.
9595

9696
Semver is a universal software versioning schema which is defined in the format MAJOR.MINOR.PATCH, which follows the following constraints:
9797

articles/azure-monitor/essentials/prometheus-remote-write-azure-ad-pod-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer: rapadman
1212

1313

1414
> [!NOTE]
15-
> The remote write sidecar should only be configured via the following steps only if the AKS cluster already has the Azure AD pod enabled. This approach is not recommended as AAD pod identity has been deprecated to be replace by [Azure Workload Identity] (https://learn.microsoft.com/azure/active-directory/workload-identities/workload-identities-verview)
15+
> The remote write sidecar should only be configured via the following steps only if the AKS cluster already has the Azure AD pod enabled. This approach is not recommended as AAD pod identity has been deprecated to be replace by [Azure Workload Identity](/azure/active-directory/workload-identities/workload-identities-overview)
1616
1717

1818
To configure remote write for Azure Monitor managed service for Prometheus using Azure AD pod identity, follow the steps below.
@@ -26,7 +26,7 @@ To configure remote write for Azure Monitor managed service for Prometheus using
2626
az role assignment create --role "Virtual Machine Contributor" --assignee <managed identity clientID> --scope <Node ResourceGroup Id>
2727
```
2828
29-
The node resource group of the AKS cluster contains resources that you will require for other steps in this process. This resource group has the name MC_<AKS-RESOURCE-GROUP>_<AKS-CLUSTER-NAME>_<REGION>. You can locate it from the Resource groups menu in the Azure portal.
29+
The node resource group of the AKS cluster contains resources that you will require for other steps in this process. This resource group has the name MC_\<AKS-RESOURCE-GROUP\>_\<AKS-CLUSTER-NAME\>_\<REGION\>. You can locate it from the Resource groups menu in the Azure portal.
3030
3131
1. Grant user-assigned managed identity `Monitoring Metrics Publisher` roles.
3232

articles/migrate/troubleshoot-changed-block-tracking-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The component trying to replicate data to Azure is either down or not responding
114114
> [!Note]
115115
> This is applicable only for the projects that are set up with public endpoint.<br/> A Service bus refers to the ServiceBusNamespace type resource in the resource group for a Migrate project. The name of the Service Bus is of the format *migratelsa(keyvaultsuffix)*. The Migrate key vault suffix is available in the gateway.json file on the appliance. <br/>
116116
> For example, if the gateway.json contains: <br/>
117-
> *"AzureKeyVaultArmId": "/subscriptions/<SubscriptionId>/resourceGroups/<ResourceGroupName>/providers/Microsoft.KeyVault/vaults/migratekv1329610309"*,<br/> the service bus namespace resource will be *migratelsa1329610309*.
117+
> *"AzureKeyVaultArmId": "/subscriptions/\<SubscriptionId\>/resourceGroups/\<ResourceGroupName\>/providers/Microsoft.KeyVault/vaults/migratekv1329610309"*,<br/> the service bus namespace resource will be *migratelsa1329610309*.
118118
119119
This test checks if the Azure Migrate appliance can communicate to the Azure Migrate Cloud Service backend. The appliance communicates to the service backend through Service Bus and Event Hubs message queues. To validate connectivity from the appliance to the Service Bus, [download](https://go.microsoft.com/fwlink/?linkid=2139104) the Service Bus Explorer, try to connect to the appliance Service Bus and perform the send message/receive message operations. If there's no issue, this should be successful.
120120

articles/operator-nexus/howto-cluster-metrics-configuration-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ az networkcloud cluster metricsconfiguration create \
7272
--resource-group "<RESOURCE_GROUP>"
7373
```
7474

75-
Here, <path-to-yaml-or-json-file> can be ./enabled-metrics.json or ./enabled-metrics.yaml (place the file under current working directory) before performing the action.
75+
Here, \<path-to-yaml-or-json-file\> can be ./enabled-metrics.json or ./enabled-metrics.yaml (place the file under current working directory) before performing the action.
7676

7777
To see all available parameters and their description run the command:
7878
```azurecli

articles/sentinel/data-connectors/digital-shadows-searchlight-using-azure-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Use this method for automated deployment of the 'Digital Shadows Searchlight' co
113113
(add any other settings required by the Function App)
114114
Set the `uri` value to: `<add uri value>`
115115
>Note: If using Azure Key Vault secrets for any of the values above, use the`@Microsoft.KeyVault(SecretUri={Security Identifier})`schema in place of the string values. Refer to [Azure Key Vault references documentation](/azure/app-service/app-service-key-vault-references) for further details.
116-
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: https://<CustomerId>.ods.opinsights.azure.us.
116+
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: `https://<CustomerId>.ods.opinsights.azure.us`.
117117
4. Once all application settings have been entered, click **Save**.
118118

119119

articles/sentinel/data-connectors/rubrik-security-cloud-data-connector-using-azure-function.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,19 @@ The Rubrik Security Cloud data connector enables security operations teams to in
2525

2626
**Rubrik Anomaly Events - Anomaly Events for all severity types.**
2727
```kusto
28-
Rubrik_Anomaly_Data_CL
29-
28+
Rubrik_Anomaly_Data_CL
3029
| sort by TimeGenerated desc
3130
```
3231

3332
**Rubrik Ransomware Analysis Events - Ransomware Analysis Events for all severity types.**
3433
```kusto
35-
Rubrik_Ransomware_Data_CL
36-
34+
Rubrik_Ransomware_Data_CL
3735
| sort by TimeGenerated desc
3836
```
3937

4038
**Rubrik ThreatHunt Events - Threat Hunt Events for all severity types.**
4139
```kusto
42-
Rubrik_ThreatHunt_Data_CL
43-
40+
Rubrik_ThreatHunt_Data_CL
4441
| sort by TimeGenerated desc
4542
```
4643

@@ -132,7 +129,7 @@ If you're already signed in, go to the next step.
132129
RansomwareAnalysis_table_name
133130
ThreatHunts_table_name
134131
logAnalyticsUri (optional)
135-
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: https://<CustomerId>.ods.opinsights.azure.us.
132+
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: `https://<CustomerId>.ods.opinsights.azure.us`.
136133
4. Once all application settings have been entered, click **Save**.
137134

138135

articles/storage/common/storage-use-azcopy-blobs-copy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See the [Get started with AzCopy](storage-use-azcopy-v10.md) article to download
2525
> [!NOTE]
2626
> The examples in this article assume that you've provided authorization credentials by using Azure Active Directory (Azure AD) and that your Azure AD identity has the proper role assignments for both source and destination accounts.
2727
>
28-
> Alternatively you can append a SAS token to either the source or destination URL in each AzCopy command. For example: `azcopy copy 'https://<source-storage-account-name>.blob.core.windows.net/<container-name>/<blob-path><SAS-token>' 'https://<destination-storage-account-name>.blob.core.windows.net/<container-name>/<blob-path><SAS-token>'`.<blob-path><SAS-token>'.
28+
> Alternatively you can append a SAS token to either the source or destination URL in each AzCopy command. For example: `azcopy copy 'https://<source-storage-account-name>.blob.core.windows.net/<container-name>/<blob-path><SAS-token>' 'https://<destination-storage-account-name>.blob.core.windows.net/<container-name>/<blob-path><SAS-token>'`.
2929
3030
## Guidelines
3131

0 commit comments

Comments
 (0)