1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 00:15:28 +02:00
tldr/pages.ko/common/az-config.md
HoJeong Im 59e06215ae
az-*: add Korean translation (#13708)
az-account, az-acr, az-advisor, az-aks, az-apim, az-appconfig, az-bicep, az-config, az-devops, az-feedback.md: add Korean translation
2024-09-15 23:13:42 +05:30

21 lines
422 B
Markdown

# az config
> Azure CLI 구성을 관리.
> `azure-cli`의 일부 (`az`라고도 함).
> 더 많은 정보: <https://learn.microsoft.com/cli/azure/config>.
- 모든 구성 설정을 출력:
`az config get`
- 특정 섹션에 대한 구성 설정 출력:
`az config get {{섹션_이름}}`
- 구성을 설정:
`az config set {{구성_이름}}={{값}}`
- 구성 설정을 해제:
`az config unset {{구성_이름}}`