hugo/docs/content/en/hosting-and-deployment/hosting-on-azure-static-web-apps.md
Bjørn Erik Pedersen 5fd1e74903
Merge commit '9b0050e9aabe4be65c78ccf292a348f309d50ccd' as 'docs'
```
git subtree add --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash
```

Closes #11925
2024-01-27 10:48:57 +01:00

695 B

title description categories keywords menu toc
Host on Azure Static Web Apps Publish a Hugo site to Azure Static Web Apps.
hosting and deployment
hosting
azure
docs
parent
hosting-and-deployment
true

You can create and deploy a Hugo web application to Azure Static Web Apps. The final result is a new Azure Static Web App with associated GitHub Actions that give you control over how the app is built and published. You'll learn how to create a Hugo app, set up an Azure Static Web App and deploy the Hugo app to Azure.

Here's the tutorial on how to Publish a Hugo site to Azure Static Web Apps.