Azure CLI (Old Syntax)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

az group create --name "myResourceGroup" --location "EastUS"

create a resource group named Prerequisites Create a resource group myResourceGroup in the eastus location.

2
New cards

az keyvault create --name "" --resource-group "myResourceGroup"

create a Key Vault in the resource group from the previous step

3
New cards

az keyvault create --name "" --resource-group "myResourceGroup"

create a Key Vault in the resource group from the previous step

4
New cards

az group delete --name "myResourceGroup"

remove the resource group and all related resources