az monitor app-insights workbook identity
Note
This reference is part of the application-insights extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an az monitor app-insights workbook identity command. Learn more about extensions.
Manage workbook idneity.
Commands
Name | Description | Type | Status |
---|---|---|---|
az monitor app-insights workbook identity assign |
Assign identities. |
Extension | GA |
az monitor app-insights workbook identity remove |
Remove identities. |
Extension | GA |
az monitor app-insights workbook identity assign
Assign identities.
az monitor app-insights workbook identity assign --resource-group
--resource-name
[--source-id]
[--system-assigned {0, 1, f, false, n, no, t, true, y, yes}]
[--user-assigned]
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the workbook resource. The value must be an UUID.
Optional Parameters
Azure Resource Id that will fetch all linked workbooks.
Enable system assigned identity.
Space separated resource IDs to add user-assigned identities. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az monitor app-insights workbook identity remove
Remove identities.
az monitor app-insights workbook identity remove --resource-group
--resource-name
[--source-id]
[--system-assigned {0, 1, f, false, n, no, t, true, y, yes}]
[--user-assigned]
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the workbook resource. The value must be an UUID.
Optional Parameters
Azure Resource Id that will fetch all linked workbooks.
Enable system assigned identity.
Space separated resource IDs to add user-assigned identities. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI