A Flashcards

1
Q

A Records (DNS)

A

Used to map a name to an IPv4 address.

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

AAAA Records (DNS)

A

Used to map a name to an IPv6 address.

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

Accelerated Networking

A

Enables single root I/O virtualization (SR-IOV) to a virtual machine, which greatly improves its networking performance. This feature improves performance by bypassing the virtual switch between the host VM and the physical switch.

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

Access controls for storage accounts

A

Storage accounts are managed through Azure Resource Manager. Management operations are authenticated and authorized via Azure AD and RBAC. (Storage Firewall - allows you to limit access to specific IP addresses or IP Address Range. It applies to ALL storage account services: Blobs, Tables, Queues and Files. NOTE: When creating a storage firewall, you must use public Internet IP address space and NOT IP’s in the private IP address space.

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

Azure Files

A

Provides managed file shares that are accessible over the SMB protocol. SMB is a network file-sharing protocol, and Azure Files provides flexibility to use the following two types of identity-based authentication in order to access shares:

  1. On-premise Active Directory Domain Services (AD DS)
  2. Azure Active Directory Domain Services (Azure AD DS)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Azure Active Directory Domain Services (Azure AD DS) authentication and authorization.

A

You can enable Azure AD DS authentication for your Azure file shares to authenticate with Azure AD Credentials. Azure AD DS-joined Windows machines can access Azure file shares with Azure AD credentials over SMB (Server Message Block).

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

Access Policies - What is the maximum number of allowable access policies on either a container, table, queue or file share?

A

5

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

Access Keys (Managing) for an Azure storage account

A

Each storage account has TWO access keys. This allows you to modify applications to use the second key instead of the first key and then regenerate the first key…this is known as KEY ROLLING and it allows you to reset the primary key with no downtime for applications that directly access storage using an access key.
ROLLING A STORAGE ACCOUNT ACCESS KEY WILL INVALIDATE ANY SAS TOKENS THAT WERE GENERATED USING THAT KEY

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

Access tiers (Blob Storage)

A

Applies only to BLOB STORAGE (DOES NOT APPLY TO OTHER STORAGE SERVICES TO INCLUDE BLOCK BLOB STORAGE).

  1. Hot - access tier used to store frequently accessed objects (Data access cost are low/storage cost are high).
  2. Cool - access tier used to store large amounts of data that is not accessed frequently and stored for atleast 30 days. SLA is lower than HOT tier. Data access cost are high/storage cost are lower.
  3. Archive - access tier support long term storage, accessed rarely, can tolerate several hours of retrieval latency, remains in archive tier for atleast 180 days (Most cost effective for storing data but accessing the data is more expensive than accessing HOT or COOL tiers. (NOT Supported ZRS, GZRS or RA-GZRS).
    * *New blobs will default to the access tier that is set at the storage level**
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Azure Traffic Manager service tag

A

Service tags are platform-defined shortcuts that maps to the IP ranges of various Azure services. Azure traffic manager is used to allow traffic from the source IP addresses of Traffic Manager health probes.

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

Azure RM module (PowerShell)

A

The consumption of resources within a subscription against a resource quota can also be viewed with PowerShell. There are multiple cmdlets available in the Az (formerly AzureRM) PowerShell modules for querying per-service quota usage.

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

Azure LoadBalancer server tag

A

Service tags are used in NSG rules as a quick and reliable way of creating rules that control traffic to each service. Azure LoadBalancer indicates the IP’s where Azure Load Balancer health probes will originate. Traffic from these addresses should be allowed for any load-balance VMs.

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