https://github.com/thorstenhans/global-azure-2023
Sample Website to demonstrate Azure Static WebApps at Global Azure 2023
https://github.com/thorstenhans/global-azure-2023
azure azure-static-web-apps
Last synced: 10 months ago
JSON representation
Sample Website to demonstrate Azure Static WebApps at Global Azure 2023
- Host: GitHub
- URL: https://github.com/thorstenhans/global-azure-2023
- Owner: ThorstenHans
- Created: 2023-05-11T12:20:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T17:30:14.000Z (about 3 years ago)
- Last Synced: 2025-02-15T10:18:02.370Z (over 1 year ago)
- Topics: azure, azure-static-web-apps
- Language: HTML
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Global Azure 2023 - Azure Static Web Apps in 45 mins
This repository contains a simple [Hugo](https://gohugo.io) website that can be deployed continuously to an instance of Azure Static Web App. All you need to do is provisioning a new instance of Azure Static Web App and generate an API token.
Store the API token in GitHub as "Action Secret" and name it `AZURE_STATIC_WEB_APPS_API_TOKEN`.
The [existing action](./.github/workflows/ci-cd.yml) will automatically build the website and deploy it to your instance of Azure Static Web App once you push to the `main` branch.
Preview deployments will be created for every pull request (PR) against the `main` branch.