Prepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Terraform), and Dockerfiles for the Azure Developer CLI (azd) workflow. USE ONLY when the user explicitly wants to use azd as the deployment tool, or the project already has an azure.yaml file. DO NOT USE FOR: non-azd deployments, Python App Service code-only deploys (use python-appservice-deploy), or cross-cloud migration (use azure-cloud-migrate). WHEN: prepare app for azd, create azure.yaml, set up azd infrastructure, modernize app for Azure with azd, deploy with azd, function app, timer trigger, service bus trigger, event-driven function, managed identity, generate Bicep, generate Terraform, create and deploy to Azure.
$npx -y skills add microsoft/github-copilot-for-azure --skill azure-prepareInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/github-copilot-for-azure" --skill "microsoft/github-copilot-for-azure/azure-prepare"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microsoft/github-copilot-for-azure" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/github-copilot-for-azure"` and select the relevant skills, then follow their instructions.