Basic Concepts Flashcards

1
Q

What is the Azure Portal?

A

Website for Azure.

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

What does the portal offer?

A

Personalize - dashboard, layouts, flows
Access Control - for all your resources
Cost Management - track current and projected costs
Stay constantly updated
Available on many device

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

What is Azure CLI?

A

Command Line Interface that performs the same functions as the portal
Does not have extensive capabilities such as scripting

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

What are the benefits of CLI?

A

Stable - text commands don’t change
Structure - CLI commands are very structured, easy to figure out
Cross Platform - works on Windows, Linux, Mac
Automation - simple to automate commands
Logging - keep track of who ran what commands

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

What is Azure Powershell?

A

Similar command Line Interface available on any windows machine to perform the same actions as the portal, but with scripting capabilities

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

What is Azure Powershell advantages?

A

Scripting via cmdlet - script that performs a specific task
ARM connectivity - Uses ARM to manipulate resources
Versatility - can use powerShell for other tasks outside of Azure

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

What is Azure Cloud Shell?

A

Interactive browser accessible shell for managing Azure resources
Gives you interface options
CLI interface
In Portal (web based) experience

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

What are Azure Cloud Shell benefits?

A

Access - access from anywhere using web or mobile app
Shell interface options
Tools - multiple coding language support, interpreters, modules
Storage - dedicated storage to persist data between sessions
File Editor

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

What does the Azure Mobile app provide? How can it manage resources?

A

Quick information on the go
Can use ARM - insync of Azure CLI
Can use a version of Cloud Shell

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

What do ARM templates provide?

A

Ability to replicate resource creation very easily
Describe what resource you want to create, delete
Common Syntax - making it easy to learn and formalize
Consistent application - ARM templates can be applied multiple times, the result is always the same

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

What are the benefits of ARM templates?

A

Idempotent - run same template as many times as you like
Source Control - keep track of all changes
Reuse - you can use multiple partial ARM templates
Declarative - specify what you want, not how you want it
No human error with automation

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

What is azure Advisor? What does it provide? Cost?

A

Personalized consultant - chatbot
Provides recommendations for:
Cost
Security
Reliability
Performance
Operational
Free!

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

What are the limitations of a Free Azure account?

A

Included credits expire after 30 days
Included free popular services expire after 12 months

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

What is Powershell cmdlet?

A

A lightweight command that is used in the Powershell environment to perform an action.

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