automate Azure tasks using scripts Flashcards

1
Q

What adminatrive tool is this?

- az vm create \

A

Azure CLI

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

What Adminastrive tool is this?

- New-azVm `

A

Azure PowerShell

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

Whare can you use Azure CLI and Azure PowerShell

A

Azure Cloud Shell, or with a local install

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

What does this command do?

Install-Module -Name Az -Scope CurrentUser -Repository PSGallery

A

Install Azure module for the current user

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

What does this command do?

Update-Module -Name Az

A

Updated the Azure module

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

What Azure PowerShell command can you use to retrieve all resource groups within a subscription?

A

Get-AzResourceGroup

Get-AzResourceGroup | Format-Table

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

Command to setup a resourcegroup in north europe

A

New-AzResourceGroup -Name test -Location North Europe

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