{"id":215,"date":"2021-05-12T00:00:00","date_gmt":"2021-05-12T00:00:00","guid":{"rendered":""},"modified":"2025-06-25T07:38:27","modified_gmt":"2025-06-25T14:38:27","slug":"develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/","title":{"rendered":"Develop production-scale modern web apps quickly with Azure Static Web Apps"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/app-service\/static\/\" target=\"_blank\" rel=\"noopener\">Azure Static Web Apps<\/a> was first announced in preview in May 2020 and today we are happy to announce the general availability of Azure Static Web Apps, including a free plan for easy product exploration and a standard plan for advanced capabilities supported by an enterprise Service Level Agreement (SLA). The Azure Static Web Apps hosting service aligns with the growing demand from consumers and businesses to establish a web presence with global reach and minimal effort.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Modern web app design patterns leverage microservices best practices for performance, agility, and extensibility. Azure Static Web Apps is a turnkey service for these modern full-stack web apps with pre-built and pre-rendered static front-ends, and serverless API backends. Develop with popular front-end frameworks or static site generators, quickly build and test your apps locally, and deploy with a simple check-in. This enables you to focus on your app, while Azure takes care of the deployment and infrastructure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With Azure Static Web Apps you can take advantage of features designed for high productivity:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Globally distributed content for production apps<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Tailored CI\/CD workflows from code to cloud<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Auto-provisioned preview environments<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Custom domain configuration and free SSL certificates<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Built-in access to a variety of authentication providers<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Route-based authorization<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Custom routing<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Integration with serverless APIs powered by Azure Functions<\/li>\n\n\n\n<li class=\"wp-block-list-item\">A custom Visual Studio Code developer extension<\/li>\n\n\n\n<li class=\"wp-block-list-item\">A feature-rich CLI for local development<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"from-code-to-cloud-with-azure-static-web-apps\">From code to cloud with Azure Static Web Apps<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Static Web Apps works with both GitHub and Azure DevOps to keep your apps up to date as your code changes with no DevOps configuration required. Commits and pull requests trigger a tailored workflow to build and deploy your app to Azure. Preview environments are created for pull requests to make it easy to validate changes before you merge them.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Every Azure Static Web App gets a free SSL certificate that is fully managed and automatically renewed by Azure. You can bring your own custom domain, and we&#8217;re also introducing <a href=\"https:\/\/docs.microsoft.com\/azure\/static-web-apps\/custom-domain\" target=\"_blank\" rel=\"noopener\">full support for root domains through ALIAS records<\/a> with this release.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Static Web Apps integrates with Azure Functions to simplify extending your app with serverless API endpoints. Starting with this release you can even <a href=\"https:\/\/docs.microsoft.com\/azure\/static-web-apps\/functions-bring-your-own\" target=\"_blank\" rel=\"noopener\">bring an existing Azure Functions project<\/a> and use that as your API. This allows you to take advantage of the full set of triggers, bindings, and extensions that Azure Functions offers. Azure Functions scale dynamically so your app is always ready to meet market demand.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Authentication and authorization are built-in as well. You can use our authentication flow with granular route security. Plus, now you can <a href=\"https:\/\/docs.microsoft.com\/azure\/static-web-apps\/authentication-custom\" target=\"_blank\" rel=\"noopener\">bring your own authentication provider<\/a> and integrate it with your static web app.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Development from Azure Static Web Apps benefits from a tailored <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-azuretools.vscode-azurestaticwebapps\" target=\"_blank\" rel=\"noopener\">VS Code extension<\/a>. The extension is designed for high productivity and makes it easy to create static web apps, extend with serverless APIs, and establish a deployment workflow. The new <a href=\"https:\/\/github.com\/Azure\/static-web-apps-cli\" target=\"_blank\" rel=\"noopener\">Azure Static Web Apps CLI<\/a> provides a high-fidelity local replica of the cloud production environment with mocked hosting platform features for authentication, custom routing, and authorization rules to support local development.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp\" alt=\"With the VS Code Static Web Apps extension you can use libraries and frameworks like Angular, React, Svelte, Vue to create your web app.\" title=\"\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Static Web Apps is a great option to accelerate the development and time to market for full-stack modern web apps using commonly built libraries and frameworks like Angular, React, Svelte, Vue, or Blazor.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"get-started-with-azure-static-web-apps-today\">Get started with Azure Static Web Apps today<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Learn more about Azure Static Web Apps, a <a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/app-service\/static\/\" target=\"_blank\" rel=\"noopener\">modern web app service<\/a> for full-stack development.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Review the Azure Static Web Apps <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/static-web-apps\/\" target=\"_blank\" rel=\"noopener\">quick start guides, tutorials<\/a>, and more.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Share feedback in the <a href=\"https:\/\/github.com\/Azure\/static-web-apps\" target=\"_blank\" rel=\"noopener\">Azure Static Web Apps GitHub repo<\/a>.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Follow and tag our Twitter account for <a href=\"https:\/\/twitter.com\/AzureStaticApps\" target=\"_blank\" rel=\"noopener\">Azure Static Web Apps<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Azure Static Web Apps was first announced in preview in May 2020 and today we are announcing the general availability of Azure Static Web Apps, including a free plan for easy product exploration and a standard plan for advanced capabilities supported by an enterprise Service Level Agreement (SLA). The Azure Static Web Apps hosting service aligns with the growing demand from consumers and businesses to establish a web presence with global reach and minimal effort.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","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,1461],"tags":[],"audience":[3055,3053,3056],"content-type":[1465],"product":[1542],"tech-community":[],"topic":[],"coauthors":[125],"class_list":["post-215","post","type-post","status-publish","format-standard","hentry","category-compute","category-web","audience-developers","audience-it-decision-makers","audience-it-implementors","content-type-announcements","product-static-web-apps","review-flag-1680286581-295","review-flag-alway-1680286580-106","review-flag-free-1680286579-836","review-flag-gener-1680286584-335","review-flag-integ-1680286579-214","review-flag-lever-1680286579-649","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Develop production-scale modern web apps quickly with Azure Static Web Apps | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Azure Static Web Apps was first announced in preview in May 2020 and today we are announcing the general availability of Azure Static Web Apps, including a free plan for easy product exploration and a standard plan for advanced capabilities supported by an enterprise Service Level Agreement (SLA). The Azure Static Web Apps hosting service aligns with the growing demand from consumers and businesses to establish a web presence with global reach and minimal effort.\" \/>\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\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Develop production-scale modern web apps quickly with Azure Static Web Apps | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Azure Static Web Apps was first announced in preview in May 2020 and today we are announcing the general availability of Azure Static Web Apps, including a free plan for easy product exploration and a standard plan for advanced capabilities supported by an enterprise Service Level Agreement (SLA). The Azure Static Web Apps hosting service aligns with the growing demand from consumers and businesses to establish a web presence with global reach and minimal effort.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/\" \/>\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=\"2021-05-12T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-25T14:38:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp\" \/>\n<meta name=\"author\" content=\"Daria Grigoriu\" \/>\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=\"Daria Grigoriu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 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\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/daria-grigoriu\/\",\"@type\":\"Person\",\"@name\":\"Daria Grigoriu\"}],\"headline\":\"Develop production-scale modern web apps quickly with Azure Static Web Apps\",\"datePublished\":\"2021-05-12T00:00:00+00:00\",\"dateModified\":\"2025-06-25T14:38:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/\"},\"wordCount\":612,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp\",\"articleSection\":[\"Compute\",\"Web\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/\",\"name\":\"Develop production-scale modern web apps quickly with Azure Static Web Apps | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp\",\"datePublished\":\"2021-05-12T00:00:00+00:00\",\"dateModified\":\"2025-06-25T14:38:27+00:00\",\"description\":\"Azure Static Web Apps was first announced in preview in May 2020 and today we are announcing the general availability of Azure Static Web Apps, including a free plan for easy product exploration and a standard plan for advanced capabilities supported by an enterprise Service Level Agreement (SLA). The Azure Static Web Apps hosting service aligns with the growing demand from consumers and businesses to establish a web presence with global reach and minimal effort.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#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\":\"Develop production-scale modern web apps quickly with Azure Static Web Apps\"}]},{\"@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":"Develop production-scale modern web apps quickly with Azure Static Web Apps | Microsoft Azure Blog","description":"Azure Static Web Apps was first announced in preview in May 2020 and today we are announcing the general availability of Azure Static Web Apps, including a free plan for easy product exploration and a standard plan for advanced capabilities supported by an enterprise Service Level Agreement (SLA). The Azure Static Web Apps hosting service aligns with the growing demand from consumers and businesses to establish a web presence with global reach and minimal effort.","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\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/","og_locale":"en_US","og_type":"article","og_title":"Develop production-scale modern web apps quickly with Azure Static Web Apps | Microsoft Azure Blog","og_description":"Azure Static Web Apps was first announced in preview in May 2020 and today we are announcing the general availability of Azure Static Web Apps, including a free plan for easy product exploration and a standard plan for advanced capabilities supported by an enterprise Service Level Agreement (SLA). The Azure Static Web Apps hosting service aligns with the growing demand from consumers and businesses to establish a web presence with global reach and minimal effort.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2021-05-12T00:00:00+00:00","article_modified_time":"2025-06-25T14:38:27+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp","type":"","width":"","height":""}],"author":"Daria Grigoriu","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Daria Grigoriu","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/daria-grigoriu\/","@type":"Person","@name":"Daria Grigoriu"}],"headline":"Develop production-scale modern web apps quickly with Azure Static Web Apps","datePublished":"2021-05-12T00:00:00+00:00","dateModified":"2025-06-25T14:38:27+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/"},"wordCount":612,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp","articleSection":["Compute","Web"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/","name":"Develop production-scale modern web apps quickly with Azure Static Web Apps | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp","datePublished":"2021-05-12T00:00:00+00:00","dateModified":"2025-06-25T14:38:27+00:00","description":"Azure Static Web Apps was first announced in preview in May 2020 and today we are announcing the general availability of Azure Static Web Apps, including a free plan for easy product exploration and a standard plan for advanced capabilities supported by an enterprise Service Level Agreement (SLA). The Azure Static Web Apps hosting service aligns with the growing demand from consumers and businesses to establish a web presence with global reach and minimal effort.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2021\/05\/16999dbd-3688-45ac-a7de-9284cc85e759.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/develop-production-scale-modern-web-apps-quickly-with-azure-static-web-apps\/#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":"Develop production-scale modern web apps quickly with Azure Static Web Apps"}]},{"@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\/215","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=215"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/215\/revisions"}],"predecessor-version":[{"id":43387,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/215\/revisions\/43387"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=215"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=215"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=215"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=215"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=215"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=215"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}