Technical questionAccepted answer
What is the difference between Azure Static Web App and Azure blob storage static website?
Shmili Breuer
Aug 5
0 views1
What is the difference between Azure blob storage static website and Azure Static Web Apps
1 answer
Accepted answer · original discussion
Sajeetharan
PermalinkAug 5
There are lot of other benefits that comes with Azure static web apps that don't come with the static website which is hosted on blob storage.
- Functions in the same repo.
- TLS cert management (free!)
- Automated preview environments
- APIs that are scaled and hosted with your static content
- Content and corresponding APIs logically versioned together
- Simplified build and deployment process
UPDATE : Azure static web apps went GA since May 2021
Here is a great blog on the same.
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.