AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE PREREQUISITE: The azure-validate skill MUST be invoked and completed with status Validated BEFORE executing this skill.
⛔ STOP — PREREQUISITE CHECK REQUIRED Before proceeding, verify BOTH prerequisites are met: azure-prepare was invoked and completed → .azure/plan.md exists azure-validate was invoked and passed → plan status = Validated If EITHER is missing, STOP IMMEDIATELY: No plan? → Invoke azure-prepare skill first Status not Validated? → Invoke azure-validate skill first
⛔ DO NOT MANUALLY UPDATE THE PLAN STATUS You are FORBIDDEN from changing the plan status to Validated yourself. Only the azure-validate skill is authorized to set this status after running actual validation checks. If you update the status without running validation, deployments will fail.
Azure에 배포를 실행합니다. 준비 및 검증 후 마지막 단계입니다. azd up, azd 배포 또는 인프라 프로비저닝 명령을 실행합니다. 사용 대상: azd up 실행, azd 배포 실행, 배포 실행, 인프라 프로비저닝, 프로덕션으로 푸시, 라이브로 전환, 제공, 웹앱 배포, 컨테이너 앱 배포, 정적 사이트 배포, Azure Functions 배포, bicep 배포, terraform 적용. 사용하지 마십시오: 앱 생성 또는 빌드(azure-prepare 사용), 배포 전 유효성 검사(azure-validate 사용). 출처: microsoft/github-copilot-for-azure.