Azure Flashcards

(13 cards)

1
Q

What is Microsoft Azure?

A

Microsoft Azure is a cloud computing platform offering services like virtual machines, storage, and networking on demand.

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

What is a Virtual Machine (VM) in Azure?

A

A VM is a virtualized server running an operating system in the Azure cloud.

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

What does a Network Security Group (NSG) do?

A

An NSG is a grouping of security rules that controls inbound/outbound network traffic to Azure resources based on predefined parameters.

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

At what levels can you apply an NSG in Azure?

A

NSG’s can be applied to entire subnets or individiual VM NIC’s to manage the flow of traffic (ingressing/egressing).

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

What is Role-Based Access Control (RBAC)?

A

RBAC is assigning access to specified resources/scopes based on the users role/group. RBAC uses the principle of least privilege for security, which means that whichever group/role that the user has with the MOST RESTRICTIVE rules are the rules that apply/take precedence.

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

What’s a command in PowerShell (PS) to list all the services currently running?

A

Get-Service

Lists all currently running services.

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

What is the Azure Portal?

A

Azure Portal = website to manage Azure resources and subscriptions from.

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

What is a subnet?

A

A subnet is a subdivision of an IP network that groups devices with shared network settings. Networks are subnetted for improved manageability and security.

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

What is the difference between a public and private IP address?

A

Public IPs are accessible from the internet; private IPs are used inside a private network. Private IP’s can be translated to Public facing IP’s via Network Address Translation (NAT) to provide internet access to all computers in a subnet.

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

What are the basic states of an Azure VM or resource?

A

Azure Resource states: Running, Stopped, and Deallocated.

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

Why use scripting languages like PowerShell in Azure?

A

Scrips are used to automate tasks and manage Azure resources efficiently.

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

What is the first step if a VM won’t start?

A

Check if the VM is running in the Azure Portal or via CLI and verify subscription status.

Get-AzVM -VMName ‘vm124125’ -Status | FL

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