Replies: 1 comment
-
Each PR is deployed to its own environment. This would be PR#78 in your git repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed these link.
https://learn.microsoft.com/en-us/azure/static-web-apps/named-environments?tabs=github-actions
#787
This is the action
Expected behavior
I should have this URL
https://mango-desert-0545fe40f-development.eastus2.5.azurestaticapps.net
generated in the Azure Static Web App, but I have this onehttps://mango-desert-0545fe40f-78.eastus2.5.azurestaticapps.net/.auth/login/aad/callback
which it takes the PR's ID.Beta Was this translation helpful? Give feedback.
All reactions