다음을 통해 공유


az spring application-configuration-service

참고 항목

이 참조는 Azure CLI(버전 2.56.0 이상)에 대한 스프링 확장의 일부입니다. az spring application-configuration-service 명령을 처음 실행할 때 확장이 자동으로 설치됩니다. 확장 프로그램에 대해 자세히 알아보세요.

(엔터프라이즈 계층에만 해당) Azure Spring Apps에서 Application Configuration Service를 관리하는 명령입니다.

명령

Name Description 형식 상태
az spring application-configuration-service bind

애플리케이션 구성 서비스에 앱을 바인딩합니다.

내선 번호 GA
az spring application-configuration-service clear

모든 Application Configuration Service 설정을 다시 설정합니다.

내선 번호 GA
az spring application-configuration-service config

업스트림 Git 리포지토리에서 Application Configuration Service에서 가져온 구성을 관리하는 명령입니다.

내선 번호 GA
az spring application-configuration-service config show

업스트림 Git 리포지토리에서 Application Configuration Service에서 가져온 구성을 표시하는 명령입니다.

내선 번호 GA
az spring application-configuration-service create

Application Configuration Service를 만듭니다.

내선 번호 GA
az spring application-configuration-service delete

애플리케이션 구성 서비스를 삭제합니다.

내선 번호 GA
az spring application-configuration-service git

Azure Spring Apps에서 Application Configuration Service git 속성을 관리하는 명령입니다.

내선 번호 GA
az spring application-configuration-service git repo

Azure Spring Apps에서 Application Configuration Service git 리포지토리를 관리하는 명령입니다.

내선 번호 GA
az spring application-configuration-service git repo add

애플리케이션 구성 서비스 설정에 Git 속성을 추가합니다.

내선 번호 GA
az spring application-configuration-service git repo list

Application Configuration Service의 모든 Git 설정을 나열합니다.

내선 번호 GA
az spring application-configuration-service git repo remove

Application Configuration Service 설정에서 기존 Git 속성을 삭제합니다.

내선 번호 GA
az spring application-configuration-service git repo update

Application Configuration Service 설정에서 기존 Git 속성을 업데이트합니다.

내선 번호 GA
az spring application-configuration-service show

Application Configuration Service의 프로비저닝 상태, 런타임 상태 및 설정을 표시합니다.

내선 번호 GA
az spring application-configuration-service unbind

Application Configuration Service에서 앱을 바인딩 해제합니다.

내선 번호 GA
az spring application-configuration-service update

Application Configuration Service를 업데이트합니다.

내선 번호 GA

az spring application-configuration-service bind

애플리케이션 구성 서비스에 앱을 바인딩합니다.

az spring application-configuration-service bind --app
                                                 --resource-group
                                                 --service

예제

애플리케이션 구성 서비스에 앱을 바인딩합니다.

az spring application-configuration-service bind --app MyApp -s MyService -g MyResourceGroup

필수 매개 변수

--app

앱의 이름입니다.

--resource-group -g

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

--service -s

Azure Spring Apps 인스턴스의 이름으로, az configure --defaults spring=를 사용하여 기본 서비스를 구성할 수 있습니다.

전역 매개 변수
--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 spring application-configuration-service clear

모든 Application Configuration Service 설정을 다시 설정합니다.

az spring application-configuration-service clear --resource-group
                                                  --service

필수 매개 변수

--resource-group -g

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

--service -s

Azure Spring Apps 인스턴스의 이름으로, az configure --defaults spring=를 사용하여 기본 서비스를 구성할 수 있습니다.

전역 매개 변수
--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 spring application-configuration-service create

Application Configuration Service를 만듭니다.

az spring application-configuration-service create --resource-group
                                                   --service
                                                   [--generation {Gen1, Gen2}]
                                                   [--refresh-interval]

예제

Application Configuration Service를 만듭니다.

az spring application-configuration-service create -s MyService -g MyResourceGroup

필수 매개 변수

--resource-group -g

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

--service -s

Azure Spring Apps 인스턴스의 이름으로, az configure --defaults spring=를 사용하여 기본 서비스를 구성할 수 있습니다.

선택적 매개 변수

--generation

Application Configuration Service 생성.

허용되는 값: Gen1, Gen2
--refresh-interval

리포지토리를 새로 고치는 간격(초)을 지정합니다. 0을 사용하여 자동 새로 고침을 해제합니다. 최소 60초 간격을 사용하는 것이 좋습니다.

전역 매개 변수
--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 spring application-configuration-service delete

애플리케이션 구성 서비스를 삭제합니다.

az spring application-configuration-service delete --resource-group
                                                   --service
                                                   [--yes]

필수 매개 변수

--resource-group -g

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

--service -s

Azure Spring Apps 인스턴스의 이름으로, az configure --defaults spring=를 사용하여 기본 서비스를 구성할 수 있습니다.

선택적 매개 변수

--yes -y

확인을 묻는 메시지를 표시하지 마세요.

기본값: False
전역 매개 변수
--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 spring application-configuration-service show

Application Configuration Service의 프로비저닝 상태, 런타임 상태 및 설정을 표시합니다.

az spring application-configuration-service show --resource-group
                                                 --service

필수 매개 변수

--resource-group -g

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

--service -s

Azure Spring Apps 인스턴스의 이름으로, az configure --defaults spring=를 사용하여 기본 서비스를 구성할 수 있습니다.

전역 매개 변수
--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 spring application-configuration-service unbind

Application Configuration Service에서 앱을 바인딩 해제합니다.

az spring application-configuration-service unbind --app
                                                   --resource-group
                                                   --service

예제

Application Configuration Service에서 앱을 바인딩 해제합니다.

az spring application-configuration-service unbind --app MyApp -s MyService -g MyResourceGroup

필수 매개 변수

--app

앱의 이름입니다.

--resource-group -g

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

--service -s

Azure Spring Apps 인스턴스의 이름으로, az configure --defaults spring=를 사용하여 기본 서비스를 구성할 수 있습니다.

전역 매개 변수
--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 spring application-configuration-service update

Application Configuration Service를 업데이트합니다.

az spring application-configuration-service update --resource-group
                                                   --service
                                                   [--generation {Gen1, Gen2}]
                                                   [--refresh-interval]

예제

Application Configuration Service를 업데이트합니다.

az spring application-configuration-service update -s MyService -g MyResourceGroup --generation Gen2

필수 매개 변수

--resource-group -g

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

--service -s

Azure Spring Apps 인스턴스의 이름으로, az configure --defaults spring=를 사용하여 기본 서비스를 구성할 수 있습니다.

선택적 매개 변수

--generation

Application Configuration Service 생성.

허용되는 값: Gen1, Gen2
--refresh-interval

리포지토리를 새로 고치는 간격(초)을 지정합니다. 0을 사용하여 자동 새로 고침을 해제합니다. 최소 60초 간격을 사용하는 것이 좋습니다.

전역 매개 변수
--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를 사용합니다.