SAFE-Stack / SAFE-template

dotnet CLI template for SAFE project
MIT License
282 stars 88 forks source link

dotnet run azure exits with errors #461

Closed jollyblondgiant closed 3 years ago

jollyblondgiant commented 3 years ago

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?

isaacabraham commented 3 years ago

Hi @jollyblondgiant!

Farmer (the technology that does the deploys) detects some of these before deploying but I believe that it doesn't trap all of them for App Service - something we should add.

Could you tell us the name of the web app that you changed to and a little more about the error messages (InternalServerError / BadRequest etc.) - where did they occur?

Ta