1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
az group create --name "myResourceGroup" --location "EastUS"
create a resource group named Prerequisites Create a resource group myResourceGroup in the eastus location.
az keyvault create --name "" --resource-group "myResourceGroup"
create a Key Vault in the resource group from the previous step
az keyvault create --name "" --resource-group "myResourceGroup"
create a Key Vault in the resource group from the previous step
az group delete --name "myResourceGroup"
remove the resource group and all related resources