Describe Azure Management And Governance Flashcards
What is the TCO Calculator?
used to compare the cost of running an on-prem infrastructure compared to an Azure Cloud environment
With the TCO calculator, you enter your configuration, add in assumptions like power and IT labor costs, and are presented with an estimation of the cost difference to run the same environment in your current datacenter or in Azure.
What is the pricing calculator?
gives you an estimated cost for provisioning resources in Azure to determine which Azure services best fit your budget.
With the pricing calculator, you can estimate the cost of any provisioned resources, including compute, storage, and associated network costs. You can even account for different storage options like storage type, access tier, and redundancy.
What is Azure Advisors
used to monitor your actual costs, make recommendations around unused services and ways to optimise your services
What is Azure Cost Management tool?
What is Azure Cost Management tool?
Cost Management provides the ability to quickly check Azure resource costs, create alerts based on resource spend, and create budgets that can be used to automate management of resources.
Cost analysis is a subset of Cost Management that provides a quick visual for your Azure costs. Using cost analysis, you can quickly view the total cost in a variety of different ways, including by billing cycle, region, resource, and so on.
What are cost alerts?
Cost alerts provide a single location to quickly check on all of the different alert types that may show up in the Cost Management service. The three types of alerts that may show up are:
- Budget alerts
- Credit alerts
- Department spending quota alerts.
Explain 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
Why are tags useful?
Tags can help stay organized and track usage based on metadata associated with resources. Tags allow you to associate metadata with a resource to help keep track of resource management, costs and optimization, security, and so on.
Describe the purpose of Azure Blueprints
Azure Blueprints can help define repeatable settings and policies that are applied as new subscriptions are created. Need a new test/dev environment? Azure Blueprints lets you deploy a new Test/Dev environment with security and compliance settings already configured. In this way, development teams can rapidly build and deploy new environments with the knowledge that they’re building within organizational requirements. 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.
Describe the purpose of an Azure Policy
An Azure Policy initiative is a way of grouping related policies together. Azure Policy enables you to define both individual policies and groups of related policies, known as initiatives. Azure Policy evaluates your resources and highlights resources that aren’t compliant with the policies you’ve created
What are resource locks?
A resource lock prevents resources from being accidentally deleted or changed.
Resource locks can be applied to individual resources, resource groups, or even an entire subscription. Resource locks are inherited, meaning that if you place a resource lock on a resource group, all of the resources within the resource group will also have the resource lock applied.
What are the two types of resource locks?
There are two types of resource locks, one that prevents users from deleting (Delete) and one that prevents users from changing or deleting a resource (ReadOnly).
What is the purpose of the Service Trust Portal?
The Microsoft Service Trust Portal is a portal that provides access to various content, tools, and other resources about Microsoft security, privacy, and compliance practices.
The Service Trust Portal contains details about Microsoft’s implementation of controls and processes that protect our cloud services and the customer data therein. To access some of the resources on the Service Trust Portal, you must sign in as an authenticated user with your Microsoft cloud services account (Azure Active Directory organization account). You’ll need to review and accept the Microsoft non-disclosure agreement for compliance materials.
Describe Azure portal?
The Azure portal is a web-based, unified console that provides an alternative to command-line tools. With the Azure portal, you can manage your Azure subscription by using a graphical user interface.
Describe Azure Cloud Shell, including Azure CLI and Azure PowerShell
Azure Cloud Shell is a browser-based shell tool that allows you to create, configure, and manage Azure resources using a shell. Azure Cloud Shell support both Azure PowerShell and the Azure Command Line Interface (CLI), which is a Bash shell.
Azure Cloud Shell supports both Azure PowerShell and the Azure CLI (which uses Bash).