-
Notifications
You must be signed in to change notification settings - Fork 60
Labels
bugSomething isn't workingSomething isn't working
Description
It failed due to requiring a pr to deploy to a production slot. All files are below.
Preflight Checklist
- I have installed the latest version of GitHub Copilot for Azure in VS Code.
- I have checked existing resources, including using the /help command in the chat window.
- I have searched for similar issues.
Repro Steps
Create html only static website.
Prompt "i want to deploy this to azure", it uses azure-prepare...
- AZD is trying to run npm install because we set language: js. For a pure static site with no build step, I need to update the configuration:
I'm not sure this changes anything or what the problem was...it removed the lang
- Static Web Apps isn't available in eastus. Let me update to eastus2:
I chose eastus b/c that was the recommended option...would be nice if it check capabilities/capacity.
Prompt
"i want to deploy this to azure"
Expected Result
Be available on azure.
Actual Result
Says deployed, but didn't. Logs and issue attached.
Attachments
ISSUE-SWA-DEPLOYMENT-FAILURE.md
Regression?
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working