Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTampere <sifigi4335@roxoas.com>2022-09-12 04:32:20 +0300
committerGitHub <noreply@github.com>2022-09-12 04:32:20 +0300
commit4e078a306d14065800b0466516b9db71def10d6c (patch)
treecc6b902705a8482fc16ca2af657e7e5fd8fb9468
parente24e25052f3658925a95446377817e459e276dc3 (diff)
Create hosting-on-azure-static-web-apps.md (#1738)
Co-authored-by: Tampere <103528272+carerragt@users.noreply.github.com> Co-authored-by: Christian Oliff <christianoliff@pm.me>
-rw-r--r--content/en/hosting-and-deployment/hosting-on-azure-static-web-apps.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/content/en/hosting-and-deployment/hosting-on-azure-static-web-apps.md b/content/en/hosting-and-deployment/hosting-on-azure-static-web-apps.md
new file mode 100644
index 000000000..9d9daa578
--- /dev/null
+++ b/content/en/hosting-and-deployment/hosting-on-azure-static-web-apps.md
@@ -0,0 +1,23 @@
+---
+title: Hosting on Azure Static Web Apps
+linktitle: Hosting on Azure Static Web Apps
+description: Learn how to deploy a Hugo application to Azure Static Web Apps.
+date: 2022-05-09
+publishdate: 2022-05-09
+categories: [hosting and deployment]
+keywords: [hosting,Azure Static Web Apps]
+authors: [Azure Static Web Apps]
+menu:
+ docs:
+ parent: "hosting-and-deployment"
+ weight: 200
+weight: 200
+sections_weight: 200
+draft: false
+toc: true
+aliases: []
+---
+
+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, setup 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](https://docs.microsoft.com/en-us/azure/static-web-apps/publish-hugo).