Manage Resources on Azure Flashcards

1
Q

Azure PowerShell

A

Command line shell

Built on top of .Net which accepts and returns .Net objects

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

Visual Studio Code

A

Free source code editor (can run in the cloud)

Not same as “Visual Studio” which is an IDE

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

Azure Cloud Shell

A

Interactive, authenticated browser accessible shell for managing Azure resources.

Can choose either Bash or Powershell

Asked to create storage device when launched

Az account list will show you all accounts

Times out after 20 minutes.

Windows specific functionality not available (runs on Linux container)

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

Azure CLI

A

Command line interface

Processes commands to a computer program in lines of text.

Installed on Windows, Mac and Linux.

Azure commands start with “az” followed by other stuff to create, update, delete resources

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

Resource Groups + 4 benefits

A

Containers for resources. Benefits include:

Organisation
Enforce policies and standards
Avoid accidental deletion
Security - use RBAC to control access

Organize by type (VM’s, DB’s), function (finance) or phase (dev/prod)

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

Tagging

A

Name/value pairs of text data you apply to resources and RG’s (Name = Department, Value = Finance, for example)

Can use policy to force use of tags

Tags not inherited, and a resource can have 50 tags

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