Skip to content

Commit 27068f9

Browse files
Update prometheus-remote-write-virtual-machines.md
1 parent 9c7691d commit 27068f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Note the value of the `clientId` of the managed identity that you create. This I
241241
-n win-vm-prom \
242242
--identities /subscriptions/12345678-abcd-1234-abcd-1234567890ab/resourcegroups/rg-001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PromRemoteWriteIdentity
243243
```
244-
For more information, see [az identity create](/cli/azure/identity?view=azure-cli-latest#az-identity-create) and [az role assignment create](/cli/azure/role/assignment?view=azure-cli-latest#az-role-assignment-create).
244+
For more information, see [az identity create](/cli/azure/identity#az-identity-create) and [az role assignment create](/cli/azure/role/assignment#az-role-assignment-create).
245245
246246
#### Create a Microsoft Entra ID application
247247
To create a Microsoft Entra ID application using CLI, and assign the `Monitoring Metrics Publisher` role, run the following command:
@@ -270,7 +270,7 @@ The following is an example of the output displayed:
270270

271271
The output contains the `appId` and `password` values. Save these values to use in the Prometheus remote write configuration as values for `client_id` and `client_secret` The password or client secret value is only visible when created and can't be retrieved later. If lost, you must create a new client secret.
272272

273-
For more information, see [az ad app create](/cli/azure/ad/app?view=azure-cli-latest#az-ad-app-create) and [az ad sp create-for-rbac](/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac).
273+
For more information, see [az ad app create](/cli/azure/ad/app#az-ad-app-create) and [az ad sp create-for-rbac](/cli/azure/ad/sp#az-ad-sp-create-for-rbac).
274274

275275
---
276276
## Configure remote-write
@@ -307,7 +307,7 @@ Find your client ID for the managed identity using the following Azure CLI comma
307307
```azurecli
308308
az identity list --resource-group <resource group name>
309309
```
310-
For more information, see [az identity list](/cli/azure/identity?view=azure-cli-latest#az-identity-list).
310+
For more information, see [az identity list](/cli/azure/identity#az-identity-list).
311311

312312
To find your client for managed identity authentication in the portal, go to the **Managed Identities** page in the Azure portal and select the relevant identity name. Copy the value of the **Client ID** from the **Identity overview** page.
313313

@@ -318,7 +318,7 @@ To find the client ID for the Microsoft Entra ID application, use the following
318318
```azurecli
319319
$ az ad app list --display-name < application name>
320320
```
321-
For more information, see [az ad app list](/cli/azure/ad/app?view=azure-cli-latest#az-ad-app-list).
321+
For more information, see [az ad app list](/cli/azure/ad/app#az-ad-app-list).
322322

323323

324324
>[!NOTE]

0 commit comments

Comments
 (0)