Build an app using the template.
dotnet run bundle => works just fine
dotnet run azure => 1) site name already taken ; 2) resource group location default to West Europe not mentioned in docs ; 3) updating site name in Build.fs leads to InternalServerError and BadRequest error messages
deploying the plain template to azure works just fine too, can't find what's causing my issue. is there a better way to debug azure deployment errors?
Build an app using the template.
dotnet run bundle => works just fine
dotnet run azure => 1) site name already taken ; 2) resource group location default to West Europe not mentioned in docs ; 3) updating site name in Build.fs leads to InternalServerError and BadRequest error messages
deploying the plain template to azure works just fine too, can't find what's causing my issue. is there a better way to debug azure deployment errors?