Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 978 Bytes

storage-blob-static-website-vs-static-web-app.md

File metadata and controls

15 lines (13 loc) · 978 Bytes
title description services author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
storage
normesta
storage
include
11/04/2021
normesta
include file

Static websites have some limitations. For example, If you want to configure headers, you'll have to use Azure Content Delivery Network (Azure CDN). There's no way to configure headers as part of the static website feature itself. Also, AuthN and AuthZ are not supported.

If these features are important for your scenario, consider using Azure Static Web Apps. It's a great alternative to static websites and is also appropriate in cases where you don't require a web server to render content. You can configure headers and AuthN / AuthZ is fully supported. Azure Static Web Apps also provides a fully managed continuous integration and continuous delivery (CI/CD) workflow from GitHub source to global deployment.