Understanding Azure Architecture and Management Flashcards

1
Q

Describe what the cloud and an azure data center are.

A

The cloud consists of physical data centers that require cooling and electricity. They house thousands of physical servers and networking equipment.

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

How many azure data centers are there worldwide?

A

160

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

Describe ITPACS

A

IT pre assembled components are shipping containers that contain servers with their own electricity, ventilation and cooling. A data center is made up of many ITPACS.

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

How does Microsoft ensure data security in their data centers?

A

1) They don’t publish the physical address of a data center.
2) Physical security guards and biometric identification
3) Adhere to ISO 27001, HIPAA, FedRAMP, SOC 1 and SOC 2
4) Third-party audits to ensure that Azure is adhering to the standards
5) Data is stored three times in each data center
6) Azure has teams of security professionals who are dedicated. Odds are that Azure has more resources than any individual organization.

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

Describe how Microsoft addresses energy efficiency in their data centers.

A

1) Microsoft has been carbon neutral since 2012.
2) Will have 100% of renewable energy by 2025.
3) Use machine learning to control cooling within a data center
4) Underwater data center to address cooling issues

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

Describe an Azure Region

A

When you create an azure resource you get to decide the region when you create them; this indicates where the physical data will reside.

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

Why would you choose one Azure region over another?

A

1) Performance: If your users are in Canada, then you don’t want to host in Asia since there are performance implications with transferring data long distances.
2) Not all azure services are available in all regions (azure.microsoft.com/en-us/global-infrastructureservices/)
3) Not all azure sizes are available in all regions
4) There may be security reasons for having data stored in specific physical data (azure.microsoft.com/en-in/resources/achieving-compliant-data-residency-and-security-with-azure/)

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

Describe Azure Geographies

A

Contains one or more regions.

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

Describe Availability Zones

A

1) Unique physical locations within a single region. They are made up of one or more data centers within a region. There will be three separate zones/data centers.
2) You can deploy data or virtual machines across the availability zones/data centers.

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

Describe Region Pairs

A

1) Data centers that are usually 300 or more miles apart
2) Allows configuration of automatic replication and failover for some azure services
3) Azure will automatically make copies of your data across regions

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

Describe how Microsoft implements high availability in their data centers

A

1) When updates to a region are required. Azure makes sure that only one region in the pair is updated at one time.
2) If an outage affects multiple regions, one region within each pair will be prioritized for recovery.

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

Describe a resource

A

Manageable item in Azure. Includes things like virtual machines, databases, storage accounts.

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

Describe a resource group

A

1) Grouping of many resources
2) Resources share the same lifecycle - Deploy, update and delete a bunch of grouped resources together. If a resource needs to exist in a different deployment cycle then it should be in a different resource group.
3) Resources can only exist in one resource group
4) Resources can communicate across resource groups
5) Apply security controls to a resource group
6) Can exhort infrastructure-as-code using Resource Manager Templates

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

Describe how Azure Resource Manager works

A

Deployment and management services in Azure. Used for creating, deleting, etc. of resources. It performs authentication through Azure AD and forwards requests to the API for the specific resource.

You can issue commands to ARM using Azure Portal, Azure PowerShell, Azure CLI and Azure SDKs.

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

Describe an azure resource manager template.

A

1) JSON file that can be used to do infrastructure as code. The JSON file displays all of the resources that are part of the deployment.
2) You can download the resource manager template by exporting it within the Portal.

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

Describe the add to library function in the portal

A

Add to library allows you to save templates for usage at a later time.

17
Q

Describe the deploy function in the portal

A

Deploy allows you to deploy a resource manager template to another resource group.

18
Q

Describe azure service health

A

1) Service Issues: Service health shows the health of all services
2) Health advisories: Changes in azure services that require your attention, such as updates that are required or deprecations that affect your services.
3) Planned Maintenance: See if there is planned maintenance on any of your services.
Security Advisories: Security changes that may affect your services.
4) Resource Health: Health by service specific service type. You can see if there is anything you can do to help the health of the service.

19
Q

Describe Azure Monitor

A

1) Lets you collect and monitor telemetry from your resources. Azure always collects metrics from your azure resources.
2) t is detailed monitoring that applies to a specific resource.
3) You can integrate with Log analytics to push data from azure monitor into logs.

20
Q

Describe Azure mobile app

A

It lets you monitor your resources and perform actions from a mobile application.

21
Q

Describe azure advisor

A

Personalized azure consultant on how to optimize your azure resources. Under all services, search advisor. It will look at all the resources you have deployed and the telemetry.