RongTsai4Git / TechNote

0 stars 0 forks source link

Azure CLI command usage #9

Open RongTsai4Git opened 2 years ago

RongTsai4Git commented 2 years ago

Account

# Show current subscription
az account show
# Switch subscription
az account set --subscription "{subscription name}"
RongTsai4Git commented 2 years ago

Container

# Create a container group
az container create --resource-group {resource group name} --file {yaml file name}