How to create azure pipeline for azure static website
To publish static web site or Azure static web site using Azure pipeline we have to following following steps/actions.
- Setup Azure Repo for your static web site.
- Set up an Azure Static Web Apps site.
- Create an Azure Pipeline to build and publish a static web app.
Comments
Post a Comment