AZ-104 Compute Command Line Flashcards
1
Q
Powershell cmdlet for Creating a new VM
A
New-AzVM
2
Q
Azure CLI command for creating a new VM
A
az vm create
3
Q
What are the 3 steps for implementing Azure Disk Encryption?
A
- Create a key vault.
- Set the key vault access policy to support disk encryption.
- Use the key vault to store the encryption keys for ADE.
4
Q
What is the Powershell cmdlet for creating a new key vault?
A
New-AzKeyVault
5
Q
What is the CLI command for creating a new key vault
A
az keyvault create