0

Please or Register to create posts and topics.

Azure pro deployment

Hi Eben and all,

I found your starter for Angular today, and have purchased and run up the pro version  - I've for it working without issues locally, and to an Azure instance without too many issues... but one...

https://quickapppro2.azurewebsites.net/

The login / and task API calls are working, but the user list is not - I thought it was an admin issue, but when I tried talking to the same (azure hosted) DB from my local, it worked as expected (add users, list users and roles are working). I'm not seeing any errors, or have done too much debugging (it's 2am here, and time for bed), but maybe there is a tip you have.

cheers Tony

 

Hi Tony,

In order for you website to be functional you need to ensure that the "ApplicationUrl" in your appsettings matches that of your azure app service url. My guess is that it doesnt 🙂

Al Ve has reacted to this post.
Al Ve

Switch on logfiles on azure and check them with visual studio in the server tab. This helped my to identify problems. Often has to do with authentication/token.

As you can read in my azure post my quickapp pro isnt running (login problems) because of similar problems.