Describe Cost Management in Azure Flashcards
1
Q
What factors affect OpEx costs?
A
- resource type
-consumption
-maintenance
-geography
-subscription type
-azure marketplace
2
Q
How does resource type affect costs?
A
- resource type, settings for the resource (OS, cores etc) and the region the resource is in all affect its costs
-when a resource is created azure created metered instances for that resource
-the meters track the usage and generate a usage record that is used to calculate bill
3
Q
How does consumption affect costs?
A
- PAYG model
- azure also offers ability to commit to using a set amount of resource in advance and receive discounts on those reserved resources
- DBs, compute and storage all provide this option
- usually commit for around 3 years and can combine with backup of PAYG if you see a sudden demand surge
- savings can be up to 72%
4
Q
How does maintenance affect costs?
A
- in order to control costs its important to maintain your cloud environment
- make sure resources are not being kept longer than required
5
Q
how does geography affect costs?
A
- cost of power, labor and fees vary depending on location
- therefore so do costs per region
- also network traffic is less expensive within certain regions
6
Q
what is the pricing calculator?
A
- designed to give an estimated cost for provisioning resources in azure
- can get estimate for individual resources, build out a solution or use an example scenario to see an estimate of azure spend
- focus is on cost of provisioned resources
7
Q
what is the total cost of ownership calculator?
A
-TCO is designed to help compare the costs for running on-prem infrastructure compared to azure infrastructure
- can enter the current infrastructure and then compare it to the anticipated costs for similar azure environment
8
Q
what is azure cost management?
A
- provides 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
9
Q
what cost alerts are available to you in azure?
A
- budget alerts; notify you when spending reaches or exceeded amount defined in alert condition of budget. Budgets can be cost or usage based
-credit alerts; notify you when azure credit monetary commitments are confused
-department spending quota alerts; notify you when department spending reaches a fixed threshold of the quot
10
Q
what is a budget?
A
- spending limit for azure
- can be based on subscription, resource group, service type or other criteria
11
Q
what are azure tags?
A
- helps you to organise related resources and provide extra information or metadata about the resources
- tags applied to resource groups are not inherited by resourced within them
12
Q
why are azure tags useful?
A
- resource management
- cost management and efficiency
- operations management
- security; can organise data by security level such as public or confidential
- governance and regulatory compliance
- workload optimisation and automation
13
Q
how can we manange azure tags?
A
- can use powershell, azure cli or azure portal
- you can use azure policy to enforce tagging rules