Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (4k points)
I created a website with ASP.Net MVC which is to be hosted in Azure which has a VM service deployed with Mongo DB. I am able to connect to the VM MongoDB when tested with the local machine. After publishing the website it shows the Microsoft login page asking to log in with work or school account.

Is this a firewall problem?

1 Answer

0 votes
by (9.6k points)

Follow the steps to remove the additional authentication:

  1. Go to your Azure portal
  2. Look for your web instance
  3. Click on 'Configure' Tab
  4. Find the 'Authentication/Authorization' option 
  5. Click on the 'Remove' button to dissociate

You were seeing that page, not because of any firewall but because your website had been set up with the authentication authorization feature. 

Check this AZ-104 certification out for more insights on Azure services!

Browse Categories

...