Skip to content

Commit a8c72c7

Browse files
authored
Merge pull request #112666 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents da22182 + 07ed05f commit a8c72c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/application-gateway/url-route-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Snippet of PathBasedRouting rule:
108108
"id": "/subscriptions/{subscriptionId}/../microsoft.network/applicationGateways/{gatewayName}/httpListeners/<listenerName>"
109109
},
110110
"urlPathMap": {
111-
"id": "/subscriptions/{subscriptionId}/../microsoft.network/applicationGateways/{gatewayName}/ urlPathMaps/{urlpathMapName}"
112-
},
111+
"id": "/subscriptions/{subscriptionId}/../microsoft.network/applicationGateways/{gatewayName}/urlPathMaps/{urlpathMapName}"
112+
}
113113

114114
}
115115
}

articles/azure-monitor/insights/container-insights-hybrid-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Before you start, make sure that you have the following:
3434
|*.blob.core.windows.net |Port 443 |
3535
|*.dc.services.visualstudio.com |Port 443 |
3636

37-
* The containerized agent requires Kubelets `cAdvisor secure port: 10250` or `unsecure port :10255` to be opened on all nodes in the cluster to collect performance metrics. We recommend you configure `secure port: 10250` on the Kubelets cAdvisor if its not configured already.
37+
* The containerized agent requires Kubelet's `cAdvisor secure port: 10250` or `unsecure port :10255` to be opened on all nodes in the cluster to collect performance metrics. We recommend you configure `secure port: 10250` on the Kubelet's cAdvisor if it's not configured already.
3838

3939
* The containerized agent requires the following environmental variables to be specified on the container in order to communicate with the Kubernetes API service within the cluster to collect inventory data - `KUBERNETES_SERVICE_HOST` and `KUBERNETES_PORT_443_TCP_PORT`.
4040

@@ -102,7 +102,7 @@ To first identify the full resource ID of your Log Analytics workspace required
102102
103103
3. The following example displays the list of workspaces in your subscriptions in the default JSON format.
104104
105-
```
105+
```azurecli
106106
az resource list --resource-type Microsoft.OperationalInsights/workspaces -o json
107107
```
108108

0 commit comments

Comments
 (0)