ThorstenHans / global-azure-2023

Sample Website to demonstrate Azure Static WebApps at Global Azure 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global Azure 2023 - Azure Static Web Apps in 45 mins

This repository contains a simple Hugo 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 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.

About

Sample Website to demonstrate Azure Static WebApps at Global Azure 2023


Languages

Language:HTML 77.3%Language:CSS 22.7%