Azure Admin Prerequisites Flashcards

1
Q

Tasks of Azure administrators (examples)

A
  1. Deploying dozens or hundreds of resources at a time.
  2. Configuring individual services using scripts.
  3. Viewing rich reports across usage, health, costs, and more.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Azure portal
https://portal.azure.com

A

lets you build, manage, and monitor everything from simple web apps to complex cloud applications in a single, unified console.

  1. Search resources, services, and docs.
  2. Manage resources.
  3. Create customized dashboards and favorites.
  4. Access the Cloud Shell.
  5. Receive notifications.
  6. Links to the Azure documentation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Azure Cloud Shell

A
  1. interactive, browser-accessible shell for managing Azure resources
  2. can choose between Bash or Windows power shell
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Azure Cloud Shell features

A
  1. Is temporary and requires a new or existing Azure Files share to be mounted.

2.Offers an integrated graphical text editor based on the open-source Monaco Editor.

  1. Authenticates automatically for instant access to your resources.
  2. Runs on a temporary host provided on a per-session, per-user basis.
  3. Times out after 20 minutes without interactive activity.
  4. Requires a resource group, storage account, and Azure File share.
  5. Uses the same Azure file share for both Bash and PowerShell.
  6. Is assigned to one machine per user account.
  7. Persists $HOME using a 5-GB image held in your file share.
  8. Permissions are set as a regular Linux user in Bash.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Az module

A

the formal name for the Azure PowerShell module containing cmdlets to work with Azure features

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

Commands in the CLI are structured in

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

CLI commands - groups

A

Each group represents a service provided by Azure (i.e. storage)

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

CLI commands - subgroups

A

divide commands for these services into logical groupings (i.e. storage => account, blob, share, queue)

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

Azure CLI how to find commands

A
  1. az find blob
  2. az storage blob –help (know the full name of the command)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly