Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Azure subscription: Create a free account if you don't have one.
- AI assistant with Azure Skills: GitHub Copilot for Azure, Visual Studio Code with Azure MCP extension, Claude Code, or another compatible MCP client.
- Azure CLI with Bicep (v2.60.0+): Install, sign in with
az login, then runaz bicep install. - Terraform (v1.5+).
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:
- azure-prepare (this skill) — generates infrastructure files and
.azure/deployment-plan.md - azure-validate — validates the deployment plan and infrastructure before deploying
- azure-deploy — executes the deployment