Static-web-apps: Can't change hosting plan on Devops powered static web app

Created on 19 May 2021  路  2Comments  路  Source: Azure/static-web-apps

Great to see Static Web Apps out of preview!

I'm running into issues changing the hosting plan to standard from free for my static web app that is powered by Azure DevOps.

It's Asking for a GitHub URL that I don't have, any ideas? Thanks!

image

bug

Most helpful comment

Ouch! There is a fix rolling out that will fix this, but that fix will take some time. Can you try using az cli to unblock you for the moment? I believe this should work:
az staticwebapp update -n your-app-name --sku Standard

This is available in the 2.23.0 version of az cli

All 2 comments

Ouch! There is a fix rolling out that will fix this, but that fix will take some time. Can you try using az cli to unblock you for the moment? I believe this should work:
az staticwebapp update -n your-app-name --sku Standard

This is available in the 2.23.0 version of az cli

Actually, this may still fail...let me know if it does, I'll paste another (hacky) az cli command you can use if this doesnt work either.

Was this page helpful?
0 / 5 - 0 ratings