Edit

Azure skill for prepare

Prepare Azure apps for deployment (infra Bicep/Terraform, azure.yaml, Dockerfiles).

Skill: azure-prepare | Source code

What it provides

This skill provides GitHub Copilot with specialized knowledge. Prepare Azure apps for deployment (infra Bicep/Terraform, azure.yaml, Dockerfiles).

Prerequisites

When to use this skill

Use this skill when you need to:

  • Create app in Azure
  • Build web app in Azure
  • Create API in Azure
  • Create serverless HTTP API
  • Create front end in Azure
  • Create back end in Azure
  • Build a service in Azure
  • Work with modernize application
  • Update application in Azure
  • Add authentication in Azure

Example prompts

Try these prompts to activate this skill:

  • "Create a dad joke generator and deploy to Azure"
  • "Build a web app and host it on Azure"
  • "I want to deploy my application to Azure"
  • "Set up Azure infrastructure for my project"
  • "Prepare my app for Azure deployment"
  • "Create an API and run it on Azure"
  • "Migrate my application to Azure"
  • "Configure Azure hosting for my app"
  • "Create a serverless HTTP API using Azure Functions and deploy to Azure"
  • "Create an event-driven function app to process messages and deploy to Azure Functions"

Deployment workflow

This skill is the first step in the deployment workflow:

  1. azure-prepare (this skill) — generates infrastructure files and .azure/deployment-plan.md
  2. azure-validate — validates the deployment plan and infrastructure before deploying
  3. azure-deploy — executes the deployment