AZ-104 Compute Command Line Flashcards

1
Q

Powershell cmdlet for Creating a new VM

A

New-AzVM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Azure CLI command for creating a new VM

A

az vm create

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 3 steps for implementing Azure Disk Encryption?

A
  1. Create a key vault.
  2. Set the key vault access policy to support disk encryption.
  3. Use the key vault to store the encryption keys for ADE.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Powershell cmdlet for creating a new key vault?

A

New-AzKeyVault

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the CLI command for creating a new key vault

A

az keyvault create

How well did you know this?
1
Not at all
2
3
4
5
Perfectly