You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We deploy from a Azure DevOps repository to a static web app. Following ArmResource creates such a web app (Azure DevOps pipeline does the deployment).
Hi @martinbryant , yes I was able to deploy using the ArmResource definition with farmer instead of staticWebApp builder.
I tried specifying DevOps in app_settings as you suggested and it works
is there a way to specify resource location at staticWebApp level. I had to change resource group locations to one of the acceptable ones to Azure static sites
I had to pass in a empty repository token even though it's not required
We deploy from a Azure DevOps repository to a static web app. Following
ArmResource
creates such a web app (Azure DevOps pipeline does the deployment).Can this support be added to
staticWebApp
? I am happy to attempt a PR.The text was updated successfully, but these errors were encountered: