Azure Storage or Azure Web App?
What's the difference between Azure Static Web Apps and Static sites on Azure Storage.
Azure Static Web Apps (SWA) is the azure service for single page applications (SAP) including deployment directly from a code repository via GitHub using a service Microsoft calls AzureDevOps. AzureDevOps monitors a GitHub repository and automatically renders a static site when the repository updated then copies the updated site to Azure storage to be served via the CDN.
This approach is great if you already have a workflow that uses GitHub and you have a content management system content in place to update the content in the repository.
However if you do not then searching for "Azure CMS" will most likely bring up various enterprise CMS systems such as Kentico, Agility, Magnolia or Sitecore. These are all expensive systems hosted on Azure aimed at larger companies.
But what if you are an SME? Fortunately Microsoft provides another option for small business to host the static website on Azure. Azure storage is for hosting a static website and is ideal for an SME. YouDoPhoto is a headless CMS which is integrated with Azure to deploy a static site on Azure storage. For an in-depth comparison see our static web hosting blog page.
Compare Static Hosting