az appconfig identity

App Configurations에 대한 관리 ID입니다.

명령

Name Description 형식 상태
az appconfig identity assign

App Configuration에 대한 관리 ID를 업데이트합니다.

핵심 GA
az appconfig identity remove

App Configuration에 대한 관리 ID를 제거합니다.

핵심 GA
az appconfig identity show

App Configuration에 대한 관리 ID를 표시합니다.

핵심 GA

az appconfig identity assign

App Configuration에 대한 관리 ID를 업데이트합니다.

az appconfig identity assign --name
                             [--identities]
                             [--resource-group]

예제

기존 App Configuration에 대해 시스템 할당 ID를 사용하도록 설정

az appconfig identity assign -g MyResourceGroup -n MyAppConfiguration

기존 App Configuration에 대한 사용자 할당 관리 ID 할당

az appconfig identity assign -g MyResourceGroup -n MyAppConfiguration --identities "/subscriptions/<SUBSCRIPTON ID>/resourcegroups/<RESOURCEGROUP>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myUserAssignedIdentity"

기존 App Configuration에 대한 시스템 할당 ID와 사용자 할당 ID 할당

az appconfig identity assign -g MyResourceGroup -n MyAppConfiguration --identities [system] "/subscriptions/<SUBSCRIPTON ID>/resourcegroups/<RESOURCEGROUP>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myUserAssignedIdentity"

필수 매개 변수

--name -n

앱 구성의 이름입니다. 를 사용하여 az configure --defaults app_configuration_store=<name>기본 이름을 구성할 수 있습니다.

선택적 매개 변수

--identities

공백으로 구분된 시스템 할당 또는 사용자 할당 관리 ID를 허용합니다. '[system]'을 사용하여 시스템 할당 관리 ID 또는 리소스 ID를 참조하여 사용자 할당 관리 ID를 참조합니다. 이 인수가 제공되지 않거나 값 없이 이 인수가 제공되면 시스템 할당 관리 ID가 기본적으로 사용됩니다.

--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az appconfig identity remove

App Configuration에 대한 관리 ID를 제거합니다.

az appconfig identity remove --name
                             [--identities]
                             [--resource-group]

예제

App Configuration에서 시스템 할당 ID를 제거합니다.

az appconfig identity remove -g MyResourceGroup -n MyAppConfiguration

App Configuration에서 사용자 할당 ID를 제거합니다.

az appconfig identity remove -g MyResourceGroup -n MyAppConfiguration --identities "/subscriptions/<SUBSCRIPTON ID>/resourcegroups/<RESOURCEGROUP>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myUserAssignedIdentity"

App Configuration에서 모든 ID를 제거합니다.

az appconfig identity remove -g MyResourceGroup -n MyAppConfiguration --identities [all]

필수 매개 변수

--name -n

앱 구성의 이름입니다. 를 사용하여 az configure --defaults app_configuration_store=<name>기본 이름을 구성할 수 있습니다.

선택적 매개 변수

--identities

공백으로 구분된 시스템 할당 또는 사용자 할당 관리 ID를 허용합니다. '[system]'을 사용하여 시스템 할당 관리 ID를 참조하고, 모든 관리 ID에 대해 '[all]'을 참조하거나 리소스 ID를 사용하여 사용자 할당 관리 ID를 참조합니다. 이 인수가 제공되지 않거나 값 없이 이 인수가 제공되면 시스템 할당 관리 ID가 기본적으로 제거됩니다.

--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az appconfig identity show

App Configuration에 대한 관리 ID를 표시합니다.

az appconfig identity show --name
                           [--resource-group]

예제

작업에 대한 관리 ID를 표시합니다.

az appconfig identity show -g MyResourceGroup -n MyAppConfiguration

필수 매개 변수

--name -n

앱 구성의 이름입니다. 를 사용하여 az configure --defaults app_configuration_store=<name>기본 이름을 구성할 수 있습니다.

선택적 매개 변수

--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.