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!

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.
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 StandardThis is available in the 2.23.0 version of az cli