Skip to content

Commit d9aa155

Browse files
Merge pull request #270165 from sunasing/sunasing-br-0325
Minor edits to headings/sections
2 parents 415798a + ef5eac7 commit d9aa155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/remote-write-prometheus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To send data to your Azure Monitor Workspace, you'll need the following informat
6565
> [!IMPORTANT]
6666
> To complete the steps in this section, you must have owner or user access administrator permissions for the cluster/resource.
6767
68-
#### For AKS: Give the AKS cluster access to the managed identity
68+
**For AKS: Give the AKS cluster access to the managed identity**
6969

7070
- Identify the virtual machine scale sets in the node resource group for your AKS cluster. The node resource group of the AKS cluster contains resources that you use in other steps in this process. This resource group has the name "MC_*aks-resource-group_clustername_region*". You can find the resource group name by using the Resource groups menu in the Azure portal.
7171

@@ -77,7 +77,7 @@ To send data to your Azure Monitor Workspace, you'll need the following informat
7777
az vmss identity assign -g <AKS-NODE-RESOURCE-GROUP> -n <AKS-VMSS-NAME> --identities <USER-ASSIGNED-IDENTITY-RESOURCE-ID>
7878
```
7979
80-
#### For VM: Give the VM access to the managed identity
80+
**For VM: Give the VM access to the managed identity**
8181
8282
- For virtual machine, run the following command in the Azure CLI:
8383

0 commit comments

Comments
 (0)