After some additional troubleshooting, I've made some great progress but I still hit a snag deploying the angular 'client' app to Azure. I receive the following error displayed on the console in Chrome when directed to my Azure application's URL:
Any idea what the issue might be?
The server was deployed to Azure fairly easily , but I can't seem to figure this angular client out. Uploaded with the FTP method.
Thanks in advance!
I've tried setting up my project to the best of my abilities (using Azure/Angular), and have had success setting up these applications in a local environment. After publishing the Angular project to Azure using the step-by-step methods, I find this message after directing my browser to the appropriate URL:
"You do not have permission to view this directory or page."
Not sure why I'm getting this. Any ideas?d
I'm wanting to install my Angular + ASP.NET Core application, and have followed the instructions to the best of my ability using the Angular & Azure step-by-step walkthroughs. Using the features locally works fine, but when I publish my server application through Azure, I find the Swagger UI environment.
My question is what is the function of the "Authorize" button? I can't seem to login using any sort of credentials....
What is this used for? What credentials are used for this?
I would like to implement a Multi-Tennant Solution using Azure, but can't seem to figure out what this "authorize" feature is used for.