-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
SWA version: 2.0.6
Are you accessing the CLI from the default port :4280 ?
- No, I am using a different port number (
--port) and accessing the CLI from that port - Yes, I am accessing the CLI from port
:4280
Make sure you are accessing the URL printed in the console when running
swa start!
ℹ️ NOTE: Make sure to enable debug logs when running any swa commands using --verbose=silly
Describe the bug
I have 2 resource groups, both with a static web app having the same name. When I run the deploy command, specifying the output folder and the explicit resource group and app name, the website is always deployed to the same resource group.
To Reproduce
Steps to reproduce the behavior:
- Create resource group
a-rg - Create static web app
same-name-swawithin resource groupa-rg - Create resource group b-rg
- Create static web app
same-name-swawithin resource groupb-rg - Run
swa deploy .out\ --resource-group b-rg --app-name same-name-swa
Actual behavior:
Website is deployed to static web app in resource groupa-rg
Expect behavior:
Website is deployed to static web app in resource groupb-rg
Desktop (please complete the following information):
- OS: Window 11
chris-helmguardian
Metadata
Metadata
Assignees
Labels
No labels