Describe Azure management and governance Flashcards

1
Q

What is Azure calculator?

A

Publicly accessible browser-based tool where you can estimate the costs of services created in Azure

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

What is TCO (Total Cost of Ownership) calculator?

A

Browser-based tool that can estimate cost savings by moving workloads to Azure
Generates a report that compares the costs of workloads running on on-perm environments with those running in Azure

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

What are resource tags?

A

Provide metadata or descriptive infos for Azure resources
Can be used to logically organize all resources that share the same values

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

What is the common use case for tags?

A

To capture billing information for cost management purposes

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

What is MS Purview?

A

Unified data governance solution that helps organizations govern, protect, and manage their entire data estate, including cloud, hosted and on-perm data sources

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

Examples of use cases of Azure Policy

A

Limit what regions can be accessed for resources to be created (data sovereignty compliance)
Limit what resources can be created (VM types)

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

What is Azure Policy?

A

Set of resource creation and management rules that apply across multiple subscriptions.
Defines what actions are allowed within a subscription
Assesses resources for compliance standards
Performs remediation for non-compliant resources

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

What are resource locks?

A

Used to prevent resources from being modified or accidentally deleted
Locks override any permission set through RBAC

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

What is Azure Arc?

A

Hybrid management and governance tool that supports physical and virtual windows servers
Azure arc managed servers are classed as Arc enabled servers

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

How do you connect a windows server to azure arc?

A

Azure Connected machine agent is deployed and configured on the server

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

What are ARM (Azure Ressource Manager) templates?

A

ARM templates are an Infrastructure as a Code approach to resource deployment

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

What is Bicep?

A

As JSON, it’s used to create ARM templates
It’s a MS declarative Domain-specific Language Infrastructure as Code tool

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

Define Azure Advisor

A

Included and no-cost service
Provides advice on optimizing Azure resources
Provides personalized and actionable best practice recommandations based on usage analysis
Can be accessed directly within the portal

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

What are the five recommandation categories used by Azure Advisor?

A

Cost
Security
Reliability
Operational excellence
Performance

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

What is Azure status?

A

Public-facing website (no login required)
Global view of all the platform services across all regions

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

What information does Azure Service Health provide?

A

A personalized view of the health of all your Azure resources
Provides guidance and notifications, such as for planned maintenance and other advisories on resource health aspects specific to your tenant

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

What are the data types used by Azure Monitor?

A

Logs: record the activities of a data source representing some action taken against the resources
Metrics: record the performance and consumption of data source and represent the meters and counters being triggered

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

What is Azure Monitor?

A

included service
Provides actionable insights into the health, availability and performance of Azure and on-perm environments by collecting and analyzing logs and metrics

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

What would you choose?
You need to prevent any users from deleting resources from a subscription with contents spanning multiple resource groups

A

Azure Locks

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

Which factors affect Azure costs?

A

Usage meters, such as CPU time, disk size, and write operations, are used to calculate your bill for an Azure resource.
Deleting or deallocating a resource means that you will no longer be billed for it.
Different regions can have different associated prices.
Resources cost the same no matter the time of day or the day of the week.

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

What would you choose?
You need to use information from MS Defender for cloud to develop best practices recommandations for optimization

A

Azure Advisor

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

What would you choose?
You need to define a set of policies to help ensure compliance for resources contained in a resource group

A

Initiative
An Azure initiative is a collection of Azure policies targeted towards reaching a single overall goal.
Simplifies managing and assigning policy definitions by grouping a set of policies as a single item
Initiative can then be assigned to a scope and applied to all the resources contained in that scope.

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

What is Azure Hybrid Benefit?

A

It allows you to use existing Windows Server licenses (covered by active MS Software Assurance agreement) to run Windows VM in Azure.
You pay only for the VM’s infrastructure cost (up to 40% of regular costs)

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

Company plans to commit a 3 years plan for VM and storage ressources to receive a reduction in pay-as-you go prices.
What’s the service?

A

Azure Reservations

  • 1 or 3 years plan
  • Committing allows you to get a discount on the resources you use (up to 72% from pay-as-you-go prices).
  • Includes VM, storages (blob, Files), Database (SQL database, Cosmos DB…)….
24
Q

Your company wants to increase default limits on how many select resources of each type can be provisioned per Azure Region.
Which service do you use?

A

Azure Resource Manager

25
Q

What is Azure DATA policy app used for?

A

Azure DATA policy app is used to define access policies that enforce permissions (RBAC) when users request access.
In the policy you define
* subject the policy applies to
* the data resource
* an action (Read or modify)
* an effect

26
Q

What’s the use of Azure Data Estate Insight App?

A

Azure Data Estate Insight App is used to determine data classification rates.
Evaluates and manage data governance at scale: whether a data owner has been assigned to a data resource, the classification status and rates or data…

27
Q

What’s the use of Azure Data Catalog App?

A

Azure Data Catalog App is used to search for data using data classifications, glossary terms, data types… wherever it’s located in your data estate

28
Q

Do all resources in Azure support tags?

A

Not all Azure resources support tags. They do apply to subscriptions, resource groups and most resources

29
Q

Is a tag applied to a resource group inherited by its resources?

A

No, a tag applied to a resource group isn’t inherited by its resources
Same thing on the subscription level

To ensure all the required resources are tagged:
* apply them manually
* create an Azure policy that automatically applies tags from resource tag or subscription to resources during their deployement

30
Q

Which 2 (among all) locations are valid destinations for platform logs and metrics collected by Azure Monitor?

A

An Azure storage account, an Azure Log Analytics workspace

31
Q

What allows you to assign permissions to users so they can create resources in Azure?

32
Q

What can you use to reuse a VM as template in the deployment of test and production VMs?

A

ARM.
You can export the ARM template from a resource and a resource group (open the VM settings in the portal and click the export template menu item)

33
Q

Can a resource group contain resources from any region or only the region on which it’s located?

A

resource group can contain resources from any region

34
Q

Describe 3 main RBAC built-in roles (Owner, contributor, User Access admin)

A
  1. Owner: Grants full access to manage resources, including the ability to assign roles in Azure RBAC. Can also create, update, move, delete and read management groups
  2. Contributor: Grants full access to manage resources. Can also create, update, move, delete and read management groups BUT doesn’t allow to assign roles, manage assignments in Azure Blueprints or, assign Azure policies share image galleries
  3. User Access Admin : manage user access to Azure resources and assign policies
35
Q

Service Health is a combination of 3 smaller services. Describe them

A

1.** Azure status** Public web service that gives global view of the health of all Azure services across all Azure regions
2. Personalized view of the health of the Azure services and regions you’re using. For ex, Planned or unplanned service outages.
3. Provides information about the health of your individual cloud resources. Using Azure Monitor, you can also configure alerts to notify you of availability changes to your cloud resources. For example: notified if App service usage exceeds the usage quota. Can configure a webhook on website to display health incidents.

36
Q

Which Azure service can use autoscale to add or remove resources as appropriate to minimize costs and ensure optimum performance levels?

A

Azure Monitor You can create rules based on metrics collected by Azure Monitor to match resources to an application load

Advisor doesn’t use autoscale, but provides recommandations based on best practices

37
Q

What is a billing zone?

A

Geographical grouping of Azure regions used to determine billing based on data transfers. Billing applies to both incoming and outgoing data and varies by billing zone.

38
Q

What’s use case of Azure Resource Graph?

A

To generate cost savings summaries across all your environments simultaneously.
To query data about resources across Azure tenancy

39
Q

In MS defender for Cloud, there’s a Regulatory compliance dashboard.
What can you find in it?

A

Interactive overview of compliance state

In the dashboard you can:
* Get an overall compliance score
* Get a summary of standards controls that have been passed.
* Get of summary of standards that have the lowest pass rate for resources. Number of passing and failing assessments
* Review standards that are applied within the selected scope.
* Review assessments for compliance controls within each applied standard.
* Get a summary report for a specific standard.
* Manage compliance policies to see the standards assigned to a specific scope.
* Run a query to create a custom compliance report
* Create a “compliance over time workbook” to track compliance status over time.
* Download audit reports.
* Review compliance offerings for Microsoft and third-party audit

40
Q

Which factors affect Azure App Service cost?

A
  • Tier: shared (Free or shared tier) or isolated
  • Region
  • Operating system (Linux cheaper than Windows)
  • Number of instances
  • Instance type: size of VM that hosts the app for example (CPU cores, allocated memry, storage size
41
Q

Which type of data collection in Azure Monitor requires you to enable diagnostics?

A
  • Event logs
  • performance counters
  • crash logs
42
Q

What is Azure Blueprints ?

A

Azure Blueprints enables cloud architects and central information technology groups to define a repeatable set of Azure resources that implements and adheres to an organization’s standards, patterns, and requirements.

43
Q

Which resources can you deploy with Azure Blueprints?

A

Blueprints are a declarative way to orchestrate the deployment of various resource templates and other artifacts such as:

  • Role Assignments
  • Policy Assignments
  • Azure Resource Manager templates (ARM templates)
  • Resource Groups

The Azure Blueprints service is backed by the globally distributed Azure Cosmos DB. Blueprint objects are replicated to multiple Azure regions.

44
Q

What is Microsoft Entra ID Governance?

A

advanced set of identity governance capabilities available for Microsoft Entra ID P1 and P2 customers

45
Q

How Microsoft Entra ID Governance helps organizations?

A

Microsoft Entra ID Governance helps organizations address these four key questions, for access across services and applications both on-premises and in clouds:

  • Which users should have access to which resources?
  • What are those users doing with that access?
  • Are there organizational controls in place for managing access?
  • Can auditors verify that the controls are working effectively?

With Microsoft Entra ID Governance you can implement the following scenarios for employees, business partners and vendors:
* Govern the identity lifecycle
* Govern the access lifecycle
* Secure privileged access for administration

46
Q

Can you share Azure dedicated host across your multiple Azure subscriptions?

A

No. The physical host is single tenant, so dedicated to 1 Azure subscription only

47
Q

What are the scopes for an Azure Initiative?

A

The same initiative can be assigned to multiple scopes in order to include resources, resource groups, subscriptions or management groups

48
Q

When an Azure Initiative is evaluated, what happens to all of the policies in it ?

A

When an Azure Initiative is evaluated, all of the policies in it are evaluated.
If you want to evaluate a policy by itself, you should either not assign the policy to an initiative or you should create an initiative that only contains that policy

49
Q

An Azure initiative
Can be assigned across one or multiple scopes?
Can be created on one ——————-

A

Subscription
You can assign a single initiative to scopes across multiples subscriptions or management groups.
However, you must create the policies and initiatives in the same subscriptions

50
Q

What can management groups organize?

A

Multiple subscriptions

51
Q

What management groups CANNOT organize?

A
  • Multiple MS Entra Tenant: it’s an organization top-level Azure hierarchy
  • Resources groups: They cannot be added directly but are managed indirectly if the subscription in which they are contained is part of a managemennt group
    Resources: They cannot be added directly but are managed indirectly if the subscription in which they are contained is part of a management group
52
Q

What are the 4 types of health events available in Azure Service Health?

A

Azure Service Health tracks four types of health events that may impact your resources:
1. Service issues : Problems in the Azure services that affect you right now.
2. Planned maintenance : Upcoming maintenance that can affect the availability of your services in the future.
3. Health advisories : Changes in Azure services that require your attention. Examples include deprecation of Azure features or upgrade requirements (e.g upgrade to a supported PHP framework).
4. Security advisories : Security related notifications or violations that may affect the availability of your Azure services.

53
Q

Resource Groups - What are Region Requirements?

A

You need to set the Region for a Resource Group. This defines where the metadata for the Resource Group exists, NOT where the Resource(s) in the Group reside. This is important to know if you have data residency requirements to consider (including metadata)

But you can add resources from different regions in a resource group (Resource is in region B and resource group in region A)

54
Q

You have an Azure Vnet named Vnet1in a resource group named RG1.
You assign to RG1 the Azure Policy definition of “Not Allowed Resources Type” and specify that Vnets are not an allowed resource type.
What happens to VNet1?

A

Vnet1 continues to function normally BUT will be marked as ‘Non-compliant’ when the policy is assigned.

55
Q

What should you use to evaluate whether your company’s Azure environment meets regulatory requirements?

A

Microsoft Defender for Cloud (because it’s YOUR company environment)

Microsoft Defender for Cloud helps you to meet regulatory compliance requirements by continuously assessing resources against compliance controls, and identifying issues that are blocking you from achieving a particular compliance certification.

In the Regulatory compliance dashboard, you manage and interact with compliance standards. You can see which compliance standards are assigned, turn standards on and off for Azure, AWS, and GCP, review the status of assessments against standards, and more.

Compliance data from Defender for Cloud now seamlessly integrates with Microsoft Purview Compliance Manager, allowing you to centrally assess and manage compliance across your organization’s entire digital estate.

56
Q

Describe Microsoft Service Trust Portal

A

The Microsoft Service Trust Portal provides a variety of content, tools, and other resources about how Microsoft cloud services protect your data, and how you can manage cloud data security and compliance for your organization.

The Service Trust Portal (STP) is Microsoft’s public site for publishing audit reports and other compliance-related information associated with Microsoft’s cloud services.
STP users can download audit reports produced by external auditors and gain insight from Microsoft-authored whitepapers that provide details on how Microsoft cloud services protect your data, and how you can manage cloud data security and compliance for your organization.

57
Q

Who can transfer billing ownership for a subscription?

A

You need to be an administrator of the billing account that has the subscription to be able to transfer the subscription.
This could be a Billing Administrator or Global Administrator.
A subscription owner can manage all resources and permissions within the subscription but cannot transfer ownership of the subscription.