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
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.
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 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
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.
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 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
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.
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.