Skip to content

Commit

Permalink
Merge pull request #560 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
11/12/2024  PM Publish
  • Loading branch information
Taojunshen authored Nov 12, 2024
2 parents ecbd4e1 + b6d3b6c commit 43525af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Azure Monitor Agent is implemented as an [Azure VM extension](/azure/virtual-mac
}
}
```
You should use `mi_res_id` as the `identifier-name`. The following sample commands only show usage with `mi_res_id` for the sake of brevity. For more information on `mi_res_id`, `object_id`, and `client_id`, see the [Managed identity documentation](/azure/active-directory/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http).
You should use `mi_res_id`, `object_id`, or `client_id` as the `identifier-name`. For more information on `mi_res_id`, `object_id`, and `client_id`, see the [Managed identity documentation](/azure/active-directory/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http).
- **System-assigned**: This managed identity is suited for initial testing or small deployments. When used at scale, for all VMs in a subscription for example, it results in a substantial number of identities created and deleted in Microsoft Entra ID. To avoid this churn of identities, use user-assigned managed identities instead.

> [!IMPORTANT]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ There are times when you might have a query or some business logic that you want

## Limitations

- The storage account cannot be a Page Blob Premium Storage Account as this is not supported. It must be a standard storage account, or a premium Block Blob Storage Account.

- When you save to custom storage, you can't pin individual parts of the workbook to a dashboard because the individual pins would contain protected information in the dashboard itself. When you use custom storage, you can only pin links to the workbook itself to dashboards.
- After a workbook has been saved to custom storage, it will always be saved to custom storage, and this feature can't be turned off. To save elsewhere, you can use **Save As** and elect to not save the copy to custom storage.
- Workbooks saved to custom storage can't be recovered by the support team. Users might be able to recover the workbook content if soft-delete or blob versioning is enabled on the underlying storage account. See [recovering a deleted workbook](workbooks-manage.md#recover-a-deleted-workbook).
Expand Down

0 comments on commit 43525af

Please sign in to comment.