{"id":2668,"date":"2018-06-01T00:00:00","date_gmt":"2018-06-01T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/how-i-choose-which-services-to-use-in-azure"},"modified":"2023-05-11T15:39:20","modified_gmt":"2023-05-11T22:39:20","slug":"how-i-choose-which-services-to-use-in-azure","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/","title":{"rendered":"How I choose which services to use in Azure"},"content":{"rendered":"<p><em>This blog post was co-authored by <a href=\"https:\/\/mvp.microsoft.com\/en-us\/PublicProfile\/5002865\">Barry Luijbregts, Azure MVP<\/a>.<\/em><\/p>\n<p>Last year, I attended a Pluralsight webinar hosted by Azure MVP and Pluralsight author, Barry Luijbregts, called <i><a href=\"https:\/\/www.pluralsight.com\/resource-center\/webinars\/productive-with-azure\">Keep your dev team productive with the right Azure service<\/a><\/i>. It was a fantastic webinar and I really enjoyed learning Barry\u2019s thought process on how he selects which Azure services and capabilities to use for his own projects, and when he consults for his clients. Recently, I asked Barry to share his process in this blog post and on an episode of <i>Azure Friday<\/i> with Scott Hanselman (included below).<\/p>\n<p>Microsoft Azure is huge and changes fast! I\u2019m impressed by the services and capabilities offered in Azure and by how quickly Microsoft releases new services and features. It can be overwhelming. There is so much out there \u2014 and the list continues to grow \u2014 it is sometimes hard to know which services to use for a given scenario.<\/p>\n<p>I create Azure solutions for my customers, and I have a <b>method that I use to help me pick the right services<\/b>. This method helps me narrow down the services to choose from and pick the right ones for my solution. It helps me decide how to implement high-level requirements such as \u201c<b>Running my application in Azure<\/b>\u201d or \u201c<b>Storing data for my application in Azure.<\/b>\u201d Of course, these are just examples. There are many other categories to address when I\u2019m architecting an Azure solution.<\/p>\n<h4>A look at the process<\/h4>\n<p>Let me show you the process that I use for \u201cRunning my application in Azure.\u201d<\/p>\n<p>First, I try to answer several high-level questions, which in this case would be:<\/p>\n<ol>\n<li>How much control do I need?<\/li>\n<li>Where do I need my app to run?<\/li>\n<li>What usage model do I need?<\/li>\n<\/ol>\n<p>Once I\u2019ve answered these questions, I\u2019ve narrowed down the services from which to choose. And then, I look deeper into the services to see which one best matches the requirements of my application, including functionality as well as availability, performance, and costs.<\/p>\n<p>Let\u2019s go through the first part of the process where I answer the high-level questions about the category.<\/p>\n<h2>Question 1: How much control do I need?<\/h2>\n<p>In considering how much control I need, I try to figure out the degree of control I need over the operating system, load balancers, infrastructure, application scaling, and so on. This decides the category of services that I will be selecting from.<\/p>\n<p>On the control side of the spectrum is <b>infrastructure-as-a-service (IaaS)<\/b> category, which includes services like <a href=\"https:\/\/azure.microsoft.com\/services\/virtual-machines\/\">Azure Virtual Machines<\/a> and <a href=\"https:\/\/azure.microsoft.com\/services\/container-instances\/\">Azure Container Instances<\/a>. These give a lot of control over the operating system and the infrastructure that runs your application. But <b>with control comes great responsibility<\/b>. For instance, if you control the operating system, you are responsible to update it and make sure that it is secure.<\/p>\n<p align=\"center\"><img loading=\"lazy\" decoding=\"async\" alt=\"Illustration showing the tradeoffs in going from IaaS, to Paas, to LaaS, and SaaS.\" height=\"297\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp\" title=\"Figure 1. How much control do I need?\" width=\"640\"><\/p>\n<p align=\"center\"><em>Figure 1. How much control do I need?<\/em><\/p>\n<p>Further up the stack are services that fall into the <b>platform-as-a-service (PaaS)<\/b> category, which contains services like <a href=\"https:\/\/azure.microsoft.com\/services\/app-service\/web\/\">Azure App Service Web Apps<\/a>. In PaaS, you don\u2019t have control over the operating system that your application runs on, nor are you responsible for it. You do have control over scaling your application and your application configuration (e.g., the version of .NET you want your application to run on.<\/p>\n<p>The next abstraction level is what I will here call <b>logic as a service (LaaS)<\/b>, also known as <b>serverless<\/b>. This category contains services like <a href=\"https:\/\/azure.microsoft.com\/services\/functions\/\">Azure Functions<\/a> and <a href=\"https:\/\/azure.microsoft.com\/services\/logic-apps\/\">Azure Logic Apps<\/a>. Here, Azure takes care of the underlying infrastructure for you, including scaling your app. Logic as a service gives little control over the infrastructure that your application runs on, which means that you are only responsible for creating the application itself and configuring its application settings, like connection strings to databases.<\/p>\n<p>The highest level of abstraction is <b>software as a service (SaaS),<\/b> which offers the least amount of control and the most amount of time that you can focus on working on business value. An example of Azure SaaS is <a href=\"https:\/\/azure.microsoft.com\/services\/cognitive-services\/\">Azure Cognitive Services<\/a>, which are APIs that you just call from your application. Somebody else owns their application code and infrastructure; you just consume them. And all you manage is basic application configuration, like managing the API keys that you use to call the service.<\/p>\n<p>Once I know how much control I need, I can pick the category of services in Azure and narrow down my choice.<\/p>\n<h2>Question 2: Where do I need my app to run?<\/h2>\n<p>The second question stemming from \u201cRunning my application in Azure\u201d is: Where do I need my application to run?<\/p>\n<p align=\"center\"><img loading=\"lazy\" decoding=\"async\" alt=\"Illustration contrasting running apps in Azure and somewhere else\" height=\"315\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/e7436503-d1db-46e8-b327-4e43afc8b0b5.webp\" title=\"Figure 2. Where do I need my app to run?\" width=\"640\"><\/p>\n<p align=\"center\"><em>Figure 2. Where do I need my app to run?<\/em><\/p>\n<p>You might think that the answer would be: I need to run my application in Azure. But the answer may not be that simple. For example, maybe I do want parts of my application to run in the Azure public cloud but I want to run other parts in <a href=\"https:\/\/azure.microsoft.com\/global-infrastructure\/government\/\">Azure Government<\/a> or the Azure China cloud or even on-premises using <a href=\"https:\/\/azure.microsoft.com\/overview\/azure-stack\/\">Azure Stack<\/a>.<\/p>\n<p>Or it could be that I want to be able run my application in Azure and on-premises (if rules and regulations change), on my local development computer, or even in public clouds from other vendors.<\/p>\n<p>This question boils down to how vendor-agnostic I\u2019d like to be and where to store my data.<\/p>\n<p>Once I\u2019ve answered this question, I can narrow down the choice of Azure services even further.<\/p>\n<h2>Question 3: What usage model do I need?<\/h2>\n<p>How my app will be used guides me to the answer to the third and final question: what usage model do I need?<\/p>\n<p align=\"center\"><img loading=\"lazy\" decoding=\"async\" alt=\"Decision tree branching between apps used all the time (pay per month) and occasionally (pay per execution)\" height=\"262\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/75442be0-6cb8-49bd-a822-020df81e99ad.webp\" title=\"Figure 3. What usage model do I need?\" width=\"640\"><\/p>\n<p align=\"center\"><em>Figure 3. What usage model do I need?<\/em><\/p>\n<p>Some applications <b>are in use all the time<\/b>, like a website. If that is the case for my application, I need to look for services that run on what I call the <b>classic model<\/b>. This means that they are always running and that you pay for them all month.<\/p>\n<p>Other applications <b>are only in use occasionally<\/b>, like a background job that runs once every hour, or an API that handles order cancellations (called a few times a day). If my application runs occasionally, I need to select a service from the logic-as-a-service (or serverless) category. These services only run when you need them, and you only pay for them when they run.<\/p>\n<p>After I\u2019ve answered the high-level questions for this category, I can narrow down the services that I can choose from to just a couple or even one.<\/p>\n<h4>The next step: Match service functionality to my application requirements<\/h4>\n<p>Now, I need to figure out which service fulfills the most requirements for my application. I do so by looking at the functionality that I need, the availability that the service offers in its service level agreement, the performance that it provides, and what it costs.<\/p>\n<p>Finally, this leads me to the service that I want to use to run my application. Often, I use multiple services to run my application, because it consists of many pieces, like a user interface and APIs. So, it might turn out that I run my web application in an Azure App Service Web App and my APIs in Azure Functions.<\/p>\n<h2>Other categories of services<\/h2>\n<p>We\u2019ve only discussed one category of requirements: \u201cRunning my application in Azure.\u201d There are many more, like \u201cSecuring my application in Azure,\u201d \u201cDoing data analytics in Azure,\u201d and \u201cMonitoring my application in Azure.\u201d The method I have described will help you with all these categories.<\/p>\n<p>In a recent Azure Friday episode, <em><a href=\"https:\/\/aka.ms\/azfr\/435\">How I choose which services to use in Azure<\/a><\/em>, I spoke with Scott Hanselman about my process for deciding which services to use in Azure. In it, we discuss how I choose services based on \u201cRunning my application in Azure\u201d and on \u201cStoring my data in Azure.\u201d<\/p>\n<p align=\"center\">\n<p>I hope that my method helps you to sort through and choose the best services for your application from the vast array of what\u2019s available in Azure. Please don\u2019t hesitate to reach out to me through Twitter (<a href=\"https:\/\/twitter.com\/AzureBarry\">@AzureBarry<\/a>) if you have any questions or feedback.<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Azure MVP, Barry Luijbregts, shares his method for choosing which Azure services to use.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1467],"tags":[],"audience":[3055,3053,3056],"content-type":[],"product":[1625],"tech-community":[],"topic":[],"coauthors":[544],"class_list":["post-2668","post","type-post","status-publish","format-standard","hentry","category-compute","audience-developers","audience-it-decision-makers","audience-it-implementors","product-container-services"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How I choose which services to use in Azure | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Azure MVP, Barry Luijbregts, shares his method for choosing which Azure services to use.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How I choose which services to use in Azure | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Azure MVP, Barry Luijbregts, shares his method for choosing which Azure services to use.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-01T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-11T22:39:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp\" \/>\n<meta name=\"author\" content=\"Rob Caron\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rob Caron\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/rob-caron\/\",\"@type\":\"Person\",\"@name\":\"Rob Caron\"}],\"headline\":\"How I choose which services to use in Azure\",\"datePublished\":\"2018-06-01T00:00:00+00:00\",\"dateModified\":\"2023-05-11T22:39:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/\"},\"wordCount\":1357,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp\",\"articleSection\":[\"Compute\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/\",\"name\":\"How I choose which services to use in Azure | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp\",\"datePublished\":\"2018-06-01T00:00:00+00:00\",\"dateModified\":\"2023-05-11T22:39:20+00:00\",\"description\":\"Azure MVP, Barry Luijbregts, shares his method for choosing which Azure services to use.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Compute\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How I choose which services to use in Azure\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How I choose which services to use in Azure | Microsoft Azure Blog","description":"Azure MVP, Barry Luijbregts, shares his method for choosing which Azure services to use.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/","og_locale":"en_US","og_type":"article","og_title":"How I choose which services to use in Azure | Microsoft Azure Blog","og_description":"Azure MVP, Barry Luijbregts, shares his method for choosing which Azure services to use.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2018-06-01T00:00:00+00:00","article_modified_time":"2023-05-11T22:39:20+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp","type":"","width":"","height":""}],"author":"Rob Caron","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Rob Caron","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/rob-caron\/","@type":"Person","@name":"Rob Caron"}],"headline":"How I choose which services to use in Azure","datePublished":"2018-06-01T00:00:00+00:00","dateModified":"2023-05-11T22:39:20+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/"},"wordCount":1357,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp","articleSection":["Compute"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/","name":"How I choose which services to use in Azure | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp","datePublished":"2018-06-01T00:00:00+00:00","dateModified":"2023-05-11T22:39:20+00:00","description":"Azure MVP, Barry Luijbregts, shares his method for choosing which Azure services to use.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/85fe69fc-4fef-409c-8583-5f29dcc4a459.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/how-i-choose-which-services-to-use-in-azure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Compute","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/"},{"@type":"ListItem","position":3,"name":"How I choose which services to use in Azure"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2668","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=2668"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2668\/revisions"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=2668"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=2668"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=2668"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=2668"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=2668"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=2668"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=2668"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=2668"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=2668"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}