Static Web Apps with Azure DevOps

Azure Static Web Apps can automatically generate a GitHub workflow and set the secret for you in GitHub. To deploy such an app via Azure DevOps, however, requires a bit more work. In this post, I will show you how to setup the infrastructure for a static webapp and how to setup a custom domain with Azure Pipelines. Solution The website we will create will be a simple ‘Hello World’-type website; A single html page with a contact form....

July 10, 2022