I have an HTTP web application hosted in Azure VM which is not publically accessible. The application requires a username and password to load in the browser. Now I want the azure function to check if the application is up and running or not using the user name and password so that it can pass through the authentication. So is there anyone who can suggest to me if there is any way to do that?