Az900 Full p3
Az900 Full p3
Az900 Full p3
Module 1
Resource type
Examples
With a storage account, you specify a type such as blob, a
performance tier, an access tier, redundancy settings, and a region.
Creating the same storage account in different regions may show
different costs and changing any of the settings may also impact the
price.
With a virtual machine (VM), you may have to consider licensing for
the operating system or other software, the processor and number
of cores for the VM, the attached storage, and the network interface.
Network traffic is also impacted based on geography. For
example, it’s less expensive to move information within Europe
than to move information from Europe to Asia or South
America.
Explore the Pricing calculator
Setting Value
Region West US
Tier Web Application Firewall
RemembeR, you don't need an azuRe subscRiption
to woRk with the tco calculatoR.
Budget alerts
Credit alerts
Department spending quota alerts.
Budget alerts
Budget alerts notify you when spending, based on usage or cost,
reaches or exceeds the amount defined in the alert condition of the
budget.
Budget alerts support both cost-based and usage-based budgets.
Credit alerts
Credit alerts notify you when your Azure credit monetary
commitments are consumed. Monetary commitments are for
organizations with Enterprise Agreements (EAs).
Department spending quota alerts
Department spending quota alerts notify you when department
spending reaches a fixed threshold of the quota. Spending quotas are
configured in the EA portal.
Describe the purpose of tags
One way to organize related resources is to place them in their own
subscriptions. You can also use resource groups to manage related
resources. Resource tags are another way to organize resources.
Tags provide extra information, or metadata, about your resources.
This metadata is useful for:
Resource management Tags enable you to locate and act on
resources that are associated with specific workloads,
environments, business units, and owners.
Cost management and optimization Tags enable you to group
resources so that you can report on costs, allocate internal cost
centers, track budgets, and forecast estimated cost.
Operations management Tags enable you to group resources
according to how critical their availability is to your business.
This grouping helps you formulate service-level agreements
(SLAs). An SLA is an uptime or performance guarantee between
you and your users.
Security Tags enable you to classify data by its security level,
such as public or confidential.
Governance and regulatory compliance Tags enable you to
identify resources that align with governance or regulatory
compliance requirements, such as ISO 27001. Tags can also be
part of your standards enforcement efforts. For example, you
might require that all resources be tagged with an owner or
department name.
Workload optimization and automation Tags can help you
visualize all of the resources that participate in complex
deployments. For example, you might tag a resource with its
associated workload or application name and use software
such as Azure DevOps to perform automated tasks on those
resources.
How do I manage resource tags?
You can add, modify, or delete resource tags through Windows
PowerShell, the Azure CLI, Azure Resource Manager templates, the
REST API, or the Azure portal.
You can use Azure Policy to enforce tagging rules and conventions.
For example, you can require that certain tags be added to new
resources as they're provisioned. You can also define rules that
reapply tags that have been removed. Tags aren’t inherited, meaning
that you can apply tags one level and not have those tags
automatically show up at a different level, allowing you to create
custom tagging schemas that change depending on the level
(resource, resource group, subscription, and so on).
An example tagging structure
A resource tag consists of a name and a value. You can assign one or
more tags to each Azure resource.
Name
Value
AppName
CostCenter
Owner
The name of the business owner who's responsible for the resource.
Environment
Impact
Keep in mind that you don't need to enforce that a specific tag is present on all of
your resources. For example, you might decide that only mission-critical resources
have the Impact tag. All non-tagged resources would then not be considered as
mission-critical.
Module 2
Describe features and tools in
Azure for governance and
compliance
Azure Blueprints
Azure Blueprints lets you standardize cloud subscription or
environment deployments. Instead of having to configure
features like Azure Policy for each new subscription, with
Azure Blueprints you can define repeatable settings and
policies that are applied as new subscriptions are created.
What are artifacts?
Each component in the blueprint definition is known as an
artifact.
It is possible for artifacts to have no additional parameters
(configurations). An example is the Deploy threat detection
on SQL servers policy, which requires no additional
configuration.
Artifacts can also contain one or more parameters that you
can configure. The following screenshot shows the Allowed
locations policy. This policy includes a parameter that
specifies the allowed locations.
Azure Blueprints deploy a new environment based on all of
the requirements, settings, and configurations of the
associated artifacts. Artifacts can include things such as:
Role assignments
Policy assignments
Azure Resource Manager templates
Resource groups
How do Azure Blueprints help monitor deployments?
Azure Blueprints are version-able, allowing you to create an
initial configuration and then make updates later on and
assign a new version to the update. With versioning, you can
make small updates and keep track of which deployments
used which configuration set.
1. Delete means authorized users can still read and modify a resource, but
they can't delete the resource.
2. ReadOnly means authorized users can read a resource, but they can't
delete or update the resource. Applying this lock is similar to restricting
all authorized users to the permissions granted by the Reader role.
Module 4
monitoring tools in Azure
Azure Advisor
1. Azure Advisor is designed to help you save time on cloud
optimization. The recommendation service includes suggested
actions you can take right away, postpone, or dismiss.
2. The recommendations are available via the Azure portal and
the API, and you can set up notifications to alert you to new
recommendations.
When you're in the Azure portal, the Advisor dashboard displays
personalized recommendations for all your subscriptions. You can
use filters to select recommendations for specific subscriptions,
resource groups, or services.
The recommendations are divided into five categories:
1. Azure Status is a broad picture of the status of Azure globally. It’s a good
reference for incidents with widespread impact.
2. Service Health provides a narrower view of Azure services and regions. It
focuses on the Azure services and regions you're using. This is the best
place to look for service impacting communications about outages,
planned maintenance activities, and other health advisories because the
authenticated Service Health experience knows which services and
resources you currently use. You can even set up Service Health alerts to
notify you when service issues, planned maintenance, or other changes
may affect the Azure services and regions you use.
3. Resource Health is a tailored view of your actual Azure resources. It
provides information about the health of your individual cloud
resources, such as a specific virtual machine instance. Using Azure
Monitor, you can also configure alerts to notify you of availability
changes to your cloud resources.
By using Azure status, Service health, and Resource health, Azure Service
Health gives you a complete view of your Azure environment-all the way from
the global status of Azure services and regions down to specific resources.
Additionally, historical alerts are stored and accessible for
later review. Something you initially thought was a simple
anomaly that turned into a trend, can readily be reviewed and
investigated thanks to the historical alerts.
Finally, in the event that a workload you’re running is
impacted by an event, Azure Service Health provides links to
support.
Azure Monitor
Azure Monitor is a platform for collecting data on your resources, analyzing
that data, visualizing the information, and even acting on the results. Azure
Monitor can monitor Azure resources, your on-premises resources, and even
multi-cloud resources like virtual machines hosted with a different cloud
provider.
The following diagram illustrates just how comprehensive Azure Monitor is: