Azure Static Web Apps #12140
slorber
started this conversation in
Deployment Platforms
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Note: I didn't write this platform guide. It was initially contributed to our website, and I extracted it here as part of our Deployment docs cleanup (#12139)
Deploying to Azure Static Web Apps
Azure Static Web Apps is a service that automatically builds and deploys full-stack web apps to Azure directly from the code repository, simplifying the developer experience for CI/CD. Static Web Apps separates the web application's static assets from its dynamic (API) endpoints. Static assets are served from globally-distributed content servers, making it faster for clients to retrieve files using servers nearby. Dynamic APIs are scaled with serverless architectures using an event-driven functions-based approach that is more cost-effective and scales on demand. Get started in a few minutes by following this step-by-step guide.
Beta Was this translation helpful? Give feedback.
All reactions