0% found this document useful (0 votes)
52 views

003 Azure Intro Management and Governance

azure concepts

Uploaded by

devu02022002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views

003 Azure Intro Management and Governance

azure concepts

Uploaded by

devu02022002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 36

AZ-900

Learning path 03:


Management and
governance

© Copyright Microsoft Corporation. All rights reserved.


Learning path outline

© Copyright Microsoft Corporation. All rights reserved.


Learning path 03―outline
You will learn the following
concepts:
1 Cost management
• Cost and pricing calculators
• Cost management and tags

2 Governance and compliance


• Blueprints, policies, and resource
locks
• Service Trust portal
3 Resource deployment tools
• Portal, PowerShell, CLI, and others
• Azure Arc and Azure Resource
Manager
4 Monitoring tools
• Azure Advisor, Azure Service
Health, and
Azure Monitor
© Copyright Microsoft Corporation. All rights reserved.
Cost management

© Copyright Microsoft Corporation. All rights reserved.


Cost management―objective domain

• Describe factors that can affect costs in Azure.


• Compare the pricing calculator and Total Cost of Ownership (TCO) calculator.
• Describe the Azure Cost Management Tool.
• Describe the purpose of tags.

© Copyright Microsoft Corporation. All rights reserved.


Factors affecting costs (part 1)
These are some of the factors affecting costs:

1) Resource type 2) Consumption 3) Maintenance


Costs are resource-specific, so With a pay-as-you-go model, Monitoring your Azure
the usage that a meter tracks consumption is one of the footprint and maintaining
and the number of meters biggest drivers of costs. your environment can help
associated with you identify and mitigate
a resource, depend on the costs that aren’t necessary,
resource type. such as shutting down
underused virtual machines.

© Copyright Microsoft Corporation. All rights reserved.


Factors affecting costs (part 2)
These are some of the factors affecting costs:

4) Geography 5) Network traffic 6) Subscription


The same resource type can While some inbound data The type and configuration of
cost different amounts transfers are free, the cost for your subscription can also
depending on the geographic outbound data or data impact your cost. For
area, which has an impact on between Azure resources is example, the free trial lets
Azure costs. impacted by billing zones. you explore some Azure
resources for free.

© Copyright Microsoft Corporation. All rights reserved.


Explore Azure Marketplace

Azure Marketplace
allows customers to find,
try, purchase, and
provision applications and
services from hundreds of
leading service providers,
which are
all certified to run on
• Open-source container
Azure.
platforms.
• Virtual machine and
database images.
• Application build and
deployment software.
• Developer tools.
• And much more, with
10,000-plus listings!

© Copyright Microsoft Corporation. All rights reserved.


Pricing calculator

The pricing calculator is


a tool that helps you
estimate the cost of Azure
products. The options that
you can configure in the
pricing calculator vary
between products, but
basic configuration options
• Region
include:
• Tier
• Billing options
• Support options
• Programs and offers
• Azure dev/test pricing

© Copyright Microsoft Corporation. All rights reserved.


Exercise―use the Azure pricing calculator

Use the Azure pricing


calculator to generate
a cost estimate for an
Azure virtual machine
and related network
resources.
1. Configure the pricing
calculator.
2. Review the pricing
estimate.

© Copyright Microsoft Corporation. All rights reserved.


Total Cost of Ownership (TCO) calculator

• A tool to estimate cost


savings you can
realize by migrating
to Azure.
• A report compares the
costs of on-premises
infrastructures
with the costs of using
Azure products and
services in the cloud.

© Copyright Microsoft Corporation. All rights reserved.


Exercise―use the Azure TCO calculator

Use the Total Cost of


Ownership (TCO)
calculator to generate
a cost comparison
report for an on-
premises
environment.
1. Configure the TCO
calculator.
2. Review the results and
save a copy.

© Copyright Microsoft Corporation. All rights reserved.


Azure Cost Management

• Reporting: Billing
reports
• Data enrichment

• Budgets: Set spend


budget
• Alerting: When cost
exceed limits
• Recommendation:
Cost
recommendations

© Copyright Microsoft Corporation. All rights reserved.


Tags

• Provides metadata
for your Azure
resources.
• Logically organizes
resources into a
taxonomy.
• Consists of a name-
OR
value pair.
• Very useful for
rolling up billing owner: joe
information. cost-center:
department: marketing
environment: production marketing

© Copyright Microsoft Corporation. All rights reserved.


Governance and
compliance

© Copyright Microsoft Corporation. All rights reserved.


Governance and compliance―objective domain

• Describe the purpose of Azure Policy.


• Describe the purpose of resource locks.
• Describe the purpose of the Service Trust portal.
• Describe the purpose of Microsoft Purview.

© Copyright Microsoft Corporation. All rights reserved.


Azure Policy

Azure Policy helps to


enforce organizational
standards and to assess
compliance at scale.
Provides governance and
resource consistency with
regulatory compliance,
security, cost, and
• Evaluates and identifies
management.
Azure resources that do not
comply with your policies.
• Provides built-in policy and
initiative definitions, under
categories such as Storage,
Networking, Compute,
Security Center, and
Monitoring.

© Copyright Microsoft Corporation. All rights reserved.


Resource locks

• Protect your Azure resources from accidental deletion or modification.


• Manage locks at subscription, resource group, or individual resource levels
within the
Azure portal.
Lock Types Read Update Delete
Delete Yes Yes No

ReadOnly Yes No No

© Copyright Microsoft Corporation. All rights reserved.


Walkthrough―manage resource locks

Create a resource
and add a lock to
prevent modification
1. Create a resource.
2. Add a ReadOnly
resource lock to
prevent resource
modification.
3. Update lock and retest.
4. Remove the
resource lock.
5. Delete the resource.

© Copyright Microsoft Corporation. All rights reserved.


Service Trust portal

© Copyright Microsoft Corporation. All rights reserved.


Microsoft Purview

Microsoft Purview is a
family of data
governance, risk, and
compliance solutions
that helps you get a
single, unified view into
your data. Microsoft
Purview brings insights
about your on-premises,
multicloud, and software
as a service data
• Automated data
together.
discovery
• Sensitive data
classification
• End-to-end data lineage
© Copyright Microsoft Corporation. All rights reserved.
Management and
deployment tools

© Copyright Microsoft Corporation. All rights reserved.


Management and deployment tools―objective
domain
• Describe Azure portal.
• Describe Azure Cloud Shell, including Azure CLI and Azure PowerShell.
• Describe the purpose of Azure Arc.
• Describe Azure Resource Manager (ARM) and Azure ARM templates.

© Copyright Microsoft Corporation. All rights reserved.


Tools for interacting with Azure

Azure portal Azure


PowerShell

Command-Line
Azure Cloud Interface (CLI)
Shell

© Copyright Microsoft Corporation. All rights reserved.


Azure Arc

© Copyright Microsoft Corporation. All rights reserved.


Azure Resource Manager

The Azure Resource


Manager (ARM)
provides a management
layer that enables you
to create, update, and
delete resources in your
Azure subscription.

© Copyright Microsoft Corporation. All rights reserved.


Infrastructure as code

• Ensure consistency in
deployment across
your cloud ecosystem.
• Manage configuration
at scale.
• Rapidly provision
additional
environments based
on a standard
configuration and
build.

© Copyright Microsoft Corporation. All rights reserved.


Azure Resource Manager (ARM) templates

Azure Resource Manager


(ARM) templates are
JavaScript Object Notation
(JSON) files that can be
used to create and deploy
Azure infrastructure without
having to write programing
commands.
• Declarative syntax
• Repeatable results
• Orchestration
• Modular files
• Built-in validation
• Exportable code

© Copyright Microsoft Corporation. All rights reserved.


Bicep

© Copyright Microsoft Corporation. All rights reserved.


Azure monitoring tools

© Copyright Microsoft Corporation. All rights reserved.


Azure management tools―objective domain

Describe the functionality and usage


• Describe the purpose of Azure Advisor.

• Describe Azure Service Health.

• Describe Azure Monitor, including Azure Log Analytics, Azure Monitor Alerts, and
Application Insights.

© Copyright Microsoft Corporation. All rights reserved.


Azure Advisor

Azure Advisor analyzes


deployed Azure resources
and makes
recommendations
based on best practices to
optimize Azure
• Reliability
deployments.
• Security
• Performance
• Cost
• Operational excellence

© Copyright Microsoft Corporation. All rights reserved.


Azure Service Health

Azure Service Health is a collection of


services that keep you informed of
general Azure status, service status that
may impact you, and specific resource
status that is affecting you.
Azure Status: Global view of the health
of all Azure services across all Azure
regions.
Service Health: Focused view on only
the services and regions that you’re
using. If a service is experiencing a
problem in a region you’re not using, it
won’t show up here.
Resource Health: Tailored view of your
actual Azure resources. It provides
information about the health of your
© Copyright Microsoft Corporation. All rights reserved.
Azure Monitor

Azure Monitor
maximizes the
availability and
performance of
applications and
services by collecting,
analyzing, and acting on
telemetry from cloud
• Application Insights
and on-premises
• Log Analytics
environments.
• Smart alerts
• Automation actions
• Customized dashboards

© Copyright Microsoft Corporation. All rights reserved.


Knowledge check

Populate with instructions to use the


polling tool of your choice

Learning path 03 Which one?

1. Use your smartphones or mobile devices. A). Azure


2. Go to (insert polling app link of your portal
choice). B).
3. Enter code: 123-45-678. PowerShell
4. Please participate in the quiz for this section.
C). Local tool

© Copyright Microsoft Corporation. All rights reserved.


Learning path 03 review

Microsoft Learn Modules


(learn.microsoft.com/training)
• Cost management

• Governance and compliance

• Resource deployment tools

• Monitoring tools

© Copyright Microsoft Corporation. All rights reserved.

You might also like