SlideShare a Scribd company logo
1 of 71
A cheapskate's guide to
Azure
Øredev 2022, Malmö
Karl Løland
Cloud Evangelist at Webstep
@etroll
Me
Karl Løland
Cloud Evangelist at Webstep
@etroll
Enjoys talking with techies at conferences
Used Microsoft Azure heavily since 2009
Huge baseball fan!
Bit of a nerd
Consultant
Agenda
Intro – Why?
Common cost saving tips & tricks
«Hidden» costs
Thoughprocess – Stingyness scale
Possible quick changes to arhitectures
Why I created this talk
Photo by Maegan Martin
Why I
created this
talk
Photo by Jp Valery
Cloud costs can be difficult
No silver bullet!
Different solutions, different needs
Hidden costs
Inspire devs to think about cost
How does Azure compare to AWS/GCP?
What about smaller providers?
Common
cost saving
tips
Photo by micheile dot com
Meassure twice cut once
Photo by Fleur at unsplash.com
Azure
Pricing
Calculator
Photo by Nick Morrison
Remove unnused resources
Photo by Pawel Czerwinski
Azure Advisor
Make use of Azure Dev/Test pricing
Photo by Kaleidico
Azure
Dev/Test
pricing
Move away from VMs
Photo by Aron Visuals
Photo by Ryu Orn
Move away
from VMs
Virtual Networks
Azure
Container
Instances
Azure
AppService
Plan
Azure
SQL Server
Azure
Functions
Azure Spot VMs
Photo by Aron Visuals
Azure Spot
VMs Spot Virtual Machine Spot Virtual Machine
Scale Sets
Virtual Machine Virtual Machine
Scale Sets
Scale down resources
Photo by Mathieu Stern
Scale down
resources
Resources
Alerts
Actions
Azure Monitor
Metrics
Azure
Runbooks
Logic Apps
Are you using the best pricing tier?
Photo by Jukan Tateisi
App
Service
Pricing
Tiers
100 ACU & 1,75GB for ~600 NOK/Month – 6 NOK/ACU
210 ACU & 3,5GB for ~700 NOK/Month – 3,4 NOK/ACU
>390 ACU & 8GB for ~800 NOK/Month – 2 NOK/ACU
Azure Virtual Machine SKUs
Consumption based pricing
Consumption
based pricing
Cost
Time
Usage
Consumption
based pricing
Time
Cost
Usage
Fixed PaaS or infrastructure Consumption
Azure Hybrid Benefits
Photo by Towfiqu barbhuiya
Azure
Hybrid
Benefits
Azure Reservations
Azure
Reservations
Azure Savings Plan for Compute
Photo by cottonbro at Pexels.com
Azure
savings
plan for
compute
Combine them
Azure
Reservations
Azure Hybrid
Benefit
Azure Savings Plan
for Compute
«Hidden»
Costs
Photo by Alice Pasqual
Photo by Marc Zimmer
Data transfer costs
Photo by Thomas Jensen
Data
transfer
costs
Data into Azure
Free
Not free
Data out of Azure
Data
transfer
costs North Europe
Norway East
Not free
Data
transfer
costs
Data storage costs
Data
storage
costs
Disks still costs money when VM is off
Data
storage
costs
Disks still costs money when VM is off
Functions uses Storage Accounts
Durable functions reads and writes
Data
storage
costs
Redundancy is not free
Azure Monitor
Photo by Scott Webb
Azure
Monitor
Median data ingestion is around 3GB
Alerts, notifications, and queries cost extra
Data sent to 3rd party has a cost per GB
Analytics Logs is 3.6x more expensive than basic logs
Do not send unnecessary logs or metrics
Application Insight logs is also 3.6x more expensive
Services cost
reviews
Photo by Jason Goodman
My «stingyness scale»
Photo by Mick Haupt
Ease of cost
estimations
Production
usage price
Consumption
based pricing
Free tier Tiered pricing
model
Is it a good
product
Azure
Cosmos
DB
Photo by Alice Pasqual
Estimating
Price
Pricing
Model and
Tiers
Limited free tier
Standard provisioned throughput
Auto scaled provisioned throughput
Consumption based pricing tier
vCores (compute and memory)
Pricing
1800 1800
2400
994
14700
4399
kr -
kr 2,000.00
kr 4,000.00
kr 6,000.00
kr 8,000.00
kr 10,000.00
kr 12,000.00
kr 14,000.00
kr 16,000.00
100% Usage 24% Avg usage
Cost
per
month
in
NOK
2000 RU/s – 200GB Storage – Cost per month
Manual Autoscaled Serverless
Alternatives to: Cosmos DB
Azure SQL
Server
Azure
Database for
PostgreSQL
Azure Table
Storage
Alternatives
pricing
1800 1800
2400
994
14700
4399
15901774
506
kr -
kr 2,000.00
kr 4,000.00
kr 6,000.00
kr 8,000.00
kr 10,000.00
kr 12,000.00
kr 14,000.00
kr 16,000.00
100% Usage 24% Avg usage Alternatives
Cost
per
month
in
NOK
2000 RU/s – 200GB Storage – Cost per month
Manual Autoscaled Serverless SQL Server 100 DTU PostgreSQL - Gen5 2vCore Table Storage
Summary
Ease of cost
estimations
10
1
Production
usage price
10
8
Consumption
based pricing
10
1
Free tier 10
3
Tiered pricing
model
A
N
Is it a good
product
10
8
Architecting
cheaper
cloud
solutions
Photo by Alice Pasqual
Photo by Chris Nguyen
Where do I
start?
Costant and known usage Variable or unknown usage
Cunsumption based
still cheaper than cheapest
fixed price alternative?
No
Yes
Where do I
start?
Costant and known usage Variable or unknown usage
Cunsumption based
still cheaper than cheapest
fixed price alternative?
No
Yes
Where do I
start?
Costant and known usage Variable or unknown usage
Cunsumption based
still cheaper than cheapest
fixed price alternative?
No
Consumption based
crosses fixed price alternative
Yes
Compute alternatives
Functions App Service
Plan
Container
Instances
Virtual
Machines
AKS
Prefferable – Often in combination Can I avoid?
Databases alternatives
Prefferable Can I avoid?
PostgreSQL
Table
Storage
SQL Server Cosmos DB SQL Managed
Instance
Do I need?
Examples
Azure
Monitor
Power BI
Stream
Analytics
Dashboard
Data source 1:
Fare data
Data source 2:
Trip data
Azure Event
Hubs
Azure Event
Hubs
Azure
Cosmos DB
Microsoft
Azure
Stream processing with Azure Stream Analytics
Examples
Azure
Monitor
Power BI
Stream
Analytics
Dashboard
Data source 1:
Fare data
Data source 2:
Trip data
Azure Event
Hubs
Azure Event
Hubs
Azure Table
Storage
Microsoft
Azure
Stream processing with Azure Stream Analytics
Examples
Image classification on Azure
Web or mobile
front-end
API / event
processor
Data storage
Event trigger
Microsoft
Azure
Azure
Functions
Storage
account
Computer
Vision API
Azure
Event Grid
Azure Blob
Storage
Image uploads
Azure
Cosmos DB
Examples
Image classification on Azure
Web or mobile
front-end
API / event
processor
Data storage
Event trigger
Microsoft
Azure
Azure
Functions
Storage
account
Computer
Vision API
Azure
Event Grid
Azure Blob
Storage
Image uploads
Azure Table
Storage
Azure Blob
Storage
Examples
Design review powered by mixed reality
Microsoft
Azure
Examples
Design review powered by mixed reality
Microsoft
Azure
App Service
Plan
Where do I
go from
here?
Photo by Nick Morrison
Learn by
doing on
Microsoft
Learn
Azure
Pricing
Calculator
Photo by Nick Morrison
Summary
Common tips and tricks for reducing costs
«Hidden» storage and bandwidth costs
Mental tools to compare services for costs
Minor changes in architectures to reduce cost
Thank you!
Learn by doing on
Microsoft Learn
Karl Løland
Consultant
@etroll

More Related Content

What's hot

Azure Overview Arc
Azure Overview ArcAzure Overview Arc
Azure Overview Arc
rajramab
 
Data Center Migration to the AWS Cloud
Data Center Migration to the AWS CloudData Center Migration to the AWS Cloud
Data Center Migration to the AWS Cloud
Tom Laszewski
 

What's hot (20)

MULTI-CLOUD ARCHITECTURE
MULTI-CLOUD ARCHITECTUREMULTI-CLOUD ARCHITECTURE
MULTI-CLOUD ARCHITECTURE
 
Cloud comparison - AWS vs Azure vs Google
Cloud comparison - AWS vs Azure vs GoogleCloud comparison - AWS vs Azure vs Google
Cloud comparison - AWS vs Azure vs Google
 
CAF presentation 09 16-2020
CAF presentation 09 16-2020CAF presentation 09 16-2020
CAF presentation 09 16-2020
 
Microsoft Cloud Adoption Framework for Azure: Governance Conversation
Microsoft Cloud Adoption Framework for Azure: Governance ConversationMicrosoft Cloud Adoption Framework for Azure: Governance Conversation
Microsoft Cloud Adoption Framework for Azure: Governance Conversation
 
Introduction to the Microsoft Azure Cloud.pptx
Introduction to the Microsoft Azure Cloud.pptxIntroduction to the Microsoft Azure Cloud.pptx
Introduction to the Microsoft Azure Cloud.pptx
 
On-premise to Microsoft Azure Cloud Migration.
 On-premise to Microsoft Azure Cloud Migration. On-premise to Microsoft Azure Cloud Migration.
On-premise to Microsoft Azure Cloud Migration.
 
Azure Overview Arc
Azure Overview ArcAzure Overview Arc
Azure Overview Arc
 
Cloud computing by Google Cloud Platform - Presentation
Cloud computing by Google Cloud Platform - PresentationCloud computing by Google Cloud Platform - Presentation
Cloud computing by Google Cloud Platform - Presentation
 
Data Center Migration to the AWS Cloud
Data Center Migration to the AWS CloudData Center Migration to the AWS Cloud
Data Center Migration to the AWS Cloud
 
AWS Cloud Assessment
AWS Cloud AssessmentAWS Cloud Assessment
AWS Cloud Assessment
 
AWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - SlidesAWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - Slides
 
Azure Arc Overview from Microsoft
Azure Arc Overview from MicrosoftAzure Arc Overview from Microsoft
Azure Arc Overview from Microsoft
 
Application Migrations at Scale
Application Migrations at ScaleApplication Migrations at Scale
Application Migrations at Scale
 
Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...
Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...
Introduction to AWS OutIntroduction to AWS Outposts - CMP203 - Chicago AWS Su...
 
Cloud Migration Workshop
Cloud Migration WorkshopCloud Migration Workshop
Cloud Migration Workshop
 
Azure DDoS Protection Standard
Azure DDoS Protection StandardAzure DDoS Protection Standard
Azure DDoS Protection Standard
 
Benefits of the Azure cloud
Benefits of the Azure cloudBenefits of the Azure cloud
Benefits of the Azure cloud
 
Cloud Adoption Framework - Overview_partner.pptx
Cloud Adoption Framework - Overview_partner.pptxCloud Adoption Framework - Overview_partner.pptx
Cloud Adoption Framework - Overview_partner.pptx
 
Application Portfolio Migration
Application Portfolio MigrationApplication Portfolio Migration
Application Portfolio Migration
 
Microsoft Azure Security Overview
Microsoft Azure Security OverviewMicrosoft Azure Security Overview
Microsoft Azure Security Overview
 

Similar to A cheapskate's guide to Azure - Øredev 2022

AWS Cloud Kata | Manila - Getting to Profitability on AWS
AWS Cloud Kata | Manila - Getting to Profitability on AWSAWS Cloud Kata | Manila - Getting to Profitability on AWS
AWS Cloud Kata | Manila - Getting to Profitability on AWS
Amazon Web Services
 
AWS Cloud Kata | Taipei - Getting to Profitability
AWS Cloud Kata | Taipei - Getting to ProfitabilityAWS Cloud Kata | Taipei - Getting to Profitability
AWS Cloud Kata | Taipei - Getting to Profitability
Amazon Web Services
 
NWCloud Cloud Track - Overview of Cloud Computing and Windows Azure 101
NWCloud Cloud Track - Overview of Cloud Computing and Windows Azure 101NWCloud Cloud Track - Overview of Cloud Computing and Windows Azure 101
NWCloud Cloud Track - Overview of Cloud Computing and Windows Azure 101
nwcloud
 
Improve your TCO and Optimise your Cloud Spend
Improve your TCO and Optimise your Cloud SpendImprove your TCO and Optimise your Cloud Spend
Improve your TCO and Optimise your Cloud Spend
Amazon Web Services
 

Similar to A cheapskate's guide to Azure - Øredev 2022 (20)

비용을 절감하고 수익을 최대화할 수 있는 클라우드 컴퓨팅 운용 노하우
비용을 절감하고 수익을 최대화할 수 있는 클라우드 컴퓨팅 운용 노하우비용을 절감하고 수익을 최대화할 수 있는 클라우드 컴퓨팅 운용 노하우
비용을 절감하고 수익을 최대화할 수 있는 클라우드 컴퓨팅 운용 노하우
 
AWS Cloud Kata | Manila - Getting to Profitability on AWS
AWS Cloud Kata | Manila - Getting to Profitability on AWSAWS Cloud Kata | Manila - Getting to Profitability on AWS
AWS Cloud Kata | Manila - Getting to Profitability on AWS
 
AWS Summit 2013 | India - Running Lean with Optimized Architecture, Pieter Kemps
AWS Summit 2013 | India - Running Lean with Optimized Architecture, Pieter KempsAWS Summit 2013 | India - Running Lean with Optimized Architecture, Pieter Kemps
AWS Summit 2013 | India - Running Lean with Optimized Architecture, Pieter Kemps
 
How to Reduce your Spend on AWS
How to Reduce your Spend on AWSHow to Reduce your Spend on AWS
How to Reduce your Spend on AWS
 
AWS APAC Webinar Series: How to Reduce Your Spend on AWS
AWS APAC Webinar Series: How to Reduce Your Spend on AWSAWS APAC Webinar Series: How to Reduce Your Spend on AWS
AWS APAC Webinar Series: How to Reduce Your Spend on AWS
 
AWS Cloud Kata | Taipei - Getting to Profitability
AWS Cloud Kata | Taipei - Getting to ProfitabilityAWS Cloud Kata | Taipei - Getting to Profitability
AWS Cloud Kata | Taipei - Getting to Profitability
 
Cloud computing: cost reduction
Cloud computing: cost reductionCloud computing: cost reduction
Cloud computing: cost reduction
 
Achieving Profitability on AWS
Achieving Profitability on AWSAchieving Profitability on AWS
Achieving Profitability on AWS
 
2014.11.14 Data Opportunities with Azure
2014.11.14 Data Opportunities with Azure2014.11.14 Data Opportunities with Azure
2014.11.14 Data Opportunities with Azure
 
AWS Cloud Cost Optimization
AWS Cloud Cost OptimizationAWS Cloud Cost Optimization
AWS Cloud Cost Optimization
 
Mastering your Cloud Consumption - Pop-up Loft Tel Aviv
Mastering your Cloud Consumption - Pop-up Loft Tel AvivMastering your Cloud Consumption - Pop-up Loft Tel Aviv
Mastering your Cloud Consumption - Pop-up Loft Tel Aviv
 
AWS Summit London 2014 | Optimising TCO for the AWS Cloud (100)
AWS Summit London 2014 | Optimising TCO for the AWS Cloud (100)AWS Summit London 2014 | Optimising TCO for the AWS Cloud (100)
AWS Summit London 2014 | Optimising TCO for the AWS Cloud (100)
 
NWCloud Cloud Track - Overview of Cloud Computing and Windows Azure 101
NWCloud Cloud Track - Overview of Cloud Computing and Windows Azure 101NWCloud Cloud Track - Overview of Cloud Computing and Windows Azure 101
NWCloud Cloud Track - Overview of Cloud Computing and Windows Azure 101
 
Introduction To Cloud Computing Winsows Azure101
Introduction To Cloud Computing Winsows Azure101Introduction To Cloud Computing Winsows Azure101
Introduction To Cloud Computing Winsows Azure101
 
AWS Cloud cost optimization
AWS Cloud cost optimizationAWS Cloud cost optimization
AWS Cloud cost optimization
 
CCI 2019 - Come ottimizzare i propri workload su Azure
CCI 2019 - Come ottimizzare i propri workload su AzureCCI 2019 - Come ottimizzare i propri workload su Azure
CCI 2019 - Come ottimizzare i propri workload su Azure
 
Start Up Austin 2017: Don't Overspend! Cost Optimization Best Practices to Re...
Start Up Austin 2017: Don't Overspend! Cost Optimization Best Practices to Re...Start Up Austin 2017: Don't Overspend! Cost Optimization Best Practices to Re...
Start Up Austin 2017: Don't Overspend! Cost Optimization Best Practices to Re...
 
#DataOnCloud New York Event
#DataOnCloud New York Event#DataOnCloud New York Event
#DataOnCloud New York Event
 
Azure+Databricks+Course+Slide+Deck+V4.pdf
Azure+Databricks+Course+Slide+Deck+V4.pdfAzure+Databricks+Course+Slide+Deck+V4.pdf
Azure+Databricks+Course+Slide+Deck+V4.pdf
 
Improve your TCO and Optimise your Cloud Spend
Improve your TCO and Optimise your Cloud SpendImprove your TCO and Optimise your Cloud Spend
Improve your TCO and Optimise your Cloud Spend
 

Recently uploaded

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

A cheapskate's guide to Azure - Øredev 2022