az iot central app identity
Manage IoT Central application identities.
Assign, remove, and show your IoT Central application identities.
Commands
Name | Description | Type | Status |
---|---|---|---|
az iot central app identity assign |
Assign managed identities to an IoT Central application. |
Core | GA |
az iot central app identity remove |
Remove managed identities from an IoT Central application. |
Core | GA |
az iot central app identity show |
Show the identity properties of an IoT Central application. |
Core | GA |
az iot central app identity assign
Assign managed identities to an IoT Central application.
az iot central app identity assign --name
[--resource-group]
[--system-assigned]
Examples
Assign a system-assigned managed identity to an IoT Central application.
az iot central app identity assign --name my-iotc-app --resource-group MyResourceGroup --system-assigned
Required Parameters
IoT Central application name.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Provide this flag to refer to the system-assigned identity.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az iot central app identity remove
Remove managed identities from an IoT Central application.
az iot central app identity remove --name
[--resource-group]
[--system-assigned]
Examples
Remove a system-assigned managed identity from an IoT Central application.
az iot central app identity remove --name my-iotc-app --resource-group MyResourceGroup --system-assigned
Required Parameters
IoT Central application name.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Provide this flag to refer to the system-assigned identity.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az iot central app identity show
Show the identity properties of an IoT Central application.
az iot central app identity show --name
[--resource-group]
Examples
Show identity properties of an IoT Central application
az iot central app identity show --name my-iotc-app --resource-group MyResourceGroup
Required Parameters
IoT Central application name.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |