github · GitHub Actions Docs
Actions Deploying PHP to Azure App Service - GitHub Docs
A guide for configuring GitHub Actions workflows to automate the deployment of PHP applications to Azure App Service.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Deploying PHP to Azure App Service - GitHub Docs
A guide for configuring GitHub Actions workflows to automate the deployment of PHP applications to Azure App Service.
When To Use
Use when you need to automate the continuous deployment of a PHP-based application from a GitHub repository to an Azure App Service instance.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-deploy-deploying-php-to-azure-app-service-github-docs-workflow-guide.md | A GitHub Actions workflow configuration for deploying a PHP application to Azure App Service. | Questions about a GitHub Actions workflow configuration for deploying a PHP application to Azure App Service. |
examples/actions-how-tos-deploy-deploying-php-to-azure-app-service-github-docs-gi.text | Azure CLI commands for creating an app service plan and configuring resources for PHP deployment via GitHub Actions. | Exact payloads, commands, or snippets shown in Azure CLI commands for creating an app service plan and configuring resources for PHP deployment via GitHub Actions. |
examples/actions-how-tos-deploy-deploying-php-to-azure-app-service-github-docs-gi-2.text | Azure CLI commands for creating a web app and configuring the PHP runtime for deployment. | Exact payloads, commands, or snippets shown in Azure CLI commands for creating a web app and configuring the PHP runtime for deployment. |
examples/actions-how-tos-deploy-deploying-php-to-azure-app-service-github-docs-gi-3.text | A GitHub Actions workflow configuration file for deploying a PHP application to Azure App Service. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration file for deploying a PHP application to Azure App Service. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Deploy / - Deploy to third-party platforms / - PHP to Azure App Service
- 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/php-to-azure-app-service
