az containerapp identity
マネージド ID を管理するコマンド。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az containerapp identity assign |
マネージド ID をコンテナー アプリに割り当てます。 |
コア | GA |
az containerapp identity remove |
コンテナー アプリからマネージド ID を削除します。 |
コア | GA |
az containerapp identity show |
コンテナー アプリのマネージド ID を表示します。 |
コア | GA |
az containerapp identity assign
マネージド ID をコンテナー アプリに割り当てます。
マネージド ID は、ユーザー割り当てまたはシステム割り当てにすることができます。
az containerapp identity assign [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--system-assigned]
[--user-assigned]
例
システム ID を割り当てます。
az containerapp identity assign -n my-containerapp -g MyResourceGroup --system-assigned
ユーザー ID を割り当てます。
az containerapp identity assign -n my-containerapp -g MyResourceGroup --user-assigned myUserIdentityName
(containerapp とは異なるリソース グループから) ユーザー ID を割り当てます。
az containerapp identity assign -n my-containerapp -g MyResourceGroup --user-assigned myUserIdentityResourceId
システム ID とユーザー ID を割り当てます。
az containerapp identity assign -n my-containerapp -g MyResourceGroup --system-assigned --user-assigned myUserIdentityResourceId
省略可能のパラメーター
1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
Containerapp の名前。 名前は、小文字の英数字または '-' で構成され、文字で始まり、英数字で終わる必要があり、'--' を持つことができず、32 文字未満である必要があります。
実行時間の長い操作の終了を待機しません。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
システム割り当て ID を割り当てるかどうかを示すブール値。
スペース区切りのユーザー ID。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az containerapp identity remove
コンテナー アプリからマネージド ID を削除します。
az containerapp identity remove [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--system-assigned]
[--user-assigned]
例
システム ID を削除します。
az containerapp identity remove -n my-containerapp -g MyResourceGroup --system-assigned
ユーザー ID を削除します。
az containerapp identity remove -n my-containerapp -g MyResourceGroup --user-assigned myUserIdentityName
(containerapp とは異なるリソース グループから) システム ID とユーザー ID を削除します。
az containerapp identity remove -n my-containerapp -g MyResourceGroup --system-assigned --user-assigned myUserIdentityResourceId
すべてのユーザー ID を削除します。
az containerapp identity remove -n my-containerapp -g MyResourceGroup --user-assigned
システム ID とすべてのユーザー ID を削除します。
az containerapp identity remove -n my-containerapp -g MyResourceGroup --system-assigned --user-assigned
省略可能のパラメーター
1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
Containerapp の名前。 名前は、小文字の英数字または '-' で構成され、文字で始まり、英数字で終わる必要があり、'--' を持つことができず、32 文字未満である必要があります。
実行時間の長い操作の終了を待機しません。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
システム割り当て ID を割り当てるかどうかを示すブール値。
スペース区切りのユーザー ID。 ユーザー ID が指定されていない場合、すべてのユーザー ID が削除されます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az containerapp identity show
コンテナー アプリのマネージド ID を表示します。
az containerapp identity show [--ids]
[--name]
[--resource-group]
[--subscription]
例
マネージド ID を表示します。
az containerapp identity show -n my-containerapp -g MyResourceGroup
省略可能のパラメーター
1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
Containerapp の名前。 名前は、小文字の英数字または '-' で構成され、文字で始まり、英数字で終わる必要があり、'--' を持つことができず、32 文字未満である必要があります。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI