You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
245
245
246
246
#### Create a Microsoft Entra ID application
247
247
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:
270
270
271
271
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.
272
272
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).
274
274
275
275
---
276
276
## Configure remote-write
@@ -307,7 +307,7 @@ Find your client ID for the managed identity using the following Azure CLI comma
307
307
```azurecli
308
308
az identity list --resource-group <resource group name>
309
309
```
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).
311
311
312
312
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.
313
313
@@ -318,7 +318,7 @@ To find the client ID for the Microsoft Entra ID application, use the following
318
318
```azurecli
319
319
$ az ad app list --display-name < application name>
320
320
```
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).
0 commit comments