Prompt Buddy logoPrompt Buddy

github · GitHub Actions Docs

Actions Deploying Docker to Azure App Service - GitHub Docs

A guide for configuring a GitHub Actions workflow to build a Docker image and deploy it to an Azure App Service instance.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Actions Deploying Docker to Azure App Service - GitHub Docs

A guide for configuring a GitHub Actions workflow to build a Docker image and deploy it to an Azure App Service instance.

When To Use

Use when you need to automate the deployment of containerized applications from a GitHub repository to Azure App Service using GitHub Actions workflows.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-how-tos-deploy-deploying-docker-to-azure-app-service-github-docs-workflow-guide.mdA GitHub Actions workflow configuration for deploying a Docker container to an Azure App Service.Questions about a GitHub Actions workflow configuration for deploying a Docker container to an Azure App Service.
examples/actions-how-tos-deploy-deploying-docker-to-azure-app-service-github-docs.textAzure CLI commands for creating an app service plan and deploying a Docker container to Azure App Service via GitHub Actions.Exact payloads, commands, or snippets shown in Azure CLI commands for creating an app service plan and deploying a Docker container to Azure App Service via GitHub...
examples/actions-how-tos-deploy-deploying-docker-to-azure-app-service-github-docs-2.textAzure CLI commands for creating a web app with a container image for deployment via GitHub Actions.Exact payloads, commands, or snippets shown in Azure CLI commands for creating a web app with a container image for deployment via GitHub Actions.
examples/actions-how-tos-deploy-deploying-docker-to-azure-app-service-github-docs-3.textAzure CLI commands to configure app settings for a Docker registry on an Azure App Service.Exact payloads, commands, or snippets shown in Azure CLI commands to configure app settings for a Docker registry on an Azure App Service.
examples/actions-how-tos-deploy-deploying-docker-to-azure-app-service-github-docs-4.textA GitHub Actions workflow configuration file demonstrating how to deploy a Docker container to Azure App Service.Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration file demonstrating how to deploy a Docker container to Azure App Service.

What This Skill Covers

    • GitHub Actions / - How-tos / - Deploy / - Deploy to third-party platforms / - Docker to Azure App Service
  • Main sections: In this article, Prerequisites, Creating the workflow, Further reading.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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/docker-to-azure-app-service