From the course: Extend Web Application Functionality on Microsoft Azure

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Testing the web application deployed on containers

Testing the web application deployed on containers - Azure Tutorial

From the course: Extend Web Application Functionality on Microsoft Azure

Testing the web application deployed on containers

- [Instructor] Let's go ahead and test this out by clicking on the application URL. So we can see that if I navigate to Pet Management, everything is going to work as it should. And let's test this in another browser. In this case, Firefox. So here, I'm going to paste the URL and let's click on sign in. So I'm going to copy and paste both the username and the password. So we can see that again, this is going to work as it should. And one more thing before I end this video and the chapter, I want to show you an additional code that you have to add to your web application for the install library to work. As you can see here, I'm executing the UseForwardedHeaders method before any other middleware in the pipeline. So this is required for the Azure Active Directory authentication. And with this, the application is going to work correctly.

Contents