1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 13:57:07 +02:00
tldr/pages.ko/common/az-account.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

679 B

az account

Azure 구독 정보를 관리. azure-cli의 일부 (az라고도 함). 더 많은 정보: https://learn.microsoft.com/cli/azure/account.

  • 로그인한 계정의 모든 구독을 나열:

az account list

  • 구독을 햔재 활성 구독으로 설정:

az account set --subscription {{구독_아이디}}

  • 현재 활성 구독이 지원되는 지역을 나열:

az account list-locations

  • MS Graph API와 함께 사용할 액세스 토큰을 인쇄:

az account get-access-token --resource-type {{ms-graph}}

  • 현재 활성화된 구독의 세부 정보를 특정 형식으로 출력:

az account show --output {{json|tsv|table|yaml}}