github · GitHub Actions Docs
Actions Deploying to Azure Static Web App - GitHub Docs
Configures a GitHub Actions workflow to automate the deployment of web applications to Azure Static Web Apps.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Deploying to Azure Static Web App - GitHub Docs
Configures a GitHub Actions workflow to automate the deployment of web applications to Azure Static Web Apps.
When To Use
Use when you need to automate the continuous deployment of a static website from a GitHub repository to an Azure Static Web App instance.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-deploy-deploying-to-azure-static-web-app-github-docs-workflow-guide.md | A guide and workflow configuration for deploying applications to Azure Static Web Apps using GitHub Actions. | Questions about a guide and workflow configuration for deploying applications to Azure Static Web Apps using GitHub Actions. |
examples/actions-how-tos-deploy-deploying-to-azure-static-web-app-github-docs-git.text | A GitHub Actions workflow YAML configuration for deploying applications to Azure Static Web Apps. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration for deploying applications to Azure Static Web Apps. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Deploy / - Deploy to third-party platforms / - Azure Static Web App
- Main sections:
In this article,Prerequisites,Creating the workflow,Further reading.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/deploy/deploy-to-third-party-platforms/azure-static-web-app
