About 1,570,000 results
Open links in new tab
  1. How to make Azure Web app to be accessible internally and should …

    Sep 11, 2023 · 0 I have a Azure web app that needs to be accessible internally through cooperate network. The web app should not be accessible publicly. To achieve this I did try using access …

  2. What is the difference between "Azure Web app" and "Azure App …

    Mar 3, 2021 · Azure App Services is a specific type of Azure cloud service used to host web applications and non-web application types stored and displayed on their cloud platform.

  3. How to get the logs from an Azure App Service - Stack Overflow

    Dec 21, 2021 · After a few seconds, the " Web server logging " is enabled for the App Service. Go to FileZilla and Login with your azure app service credentials and traverse to root folder of the App …

  4. How to resolve error 500 on Azure web app? - Stack Overflow

    May 1, 2016 · Try adding Application Insights to the app. You should see errors on startup of your application. I would also take a look at your startup code to see if you are writing to disk anywhere …

  5. azure - Web App is not loading after deploying - Stack Overflow

    Jun 7, 2018 · AFAIK, when publishing web application to Azure Web App via the publish wizard of VS, you would see the following similar logs: Updating file (brucewebapp01\bin\AspDotNet-MVC …

  6. How to gather custom logs from Azure web app to Log analytics?

    Oct 10, 2023 · 1)Make sure you have created Log Analytics workspace in Azure , if yes then collect the workspace ID and primary key and add in your code 2)you have installed all the required packages …

  7. Allow access to robots.txt in Azure Web application Firewall

    Mar 4, 2024 · You can configure an exclusion list for the Azure Application Gateway Web Application Firewall (WAF) to allow access to robots.txt. The exclusion list allows you to omit certain request …

  8. How can I determine the IP address of an Azure hosted WebApp

    Nov 8, 2016 · The quickest way would be to login to the Azure portal and select your web app from the resources menu. Once you have the blade open for your web application there are two types of IP …

  9. azure - Visual Studio 2022: ASP.NET Core web application and …

    Mar 5, 2025 · I have a simple ASP.NET Core 8.0 web application (NOT using MVC or Razor), built using Visual Studio 2022 with C#. I have two separate web app services running on Azure (Windows/IIS) - …

  10. How to host multiple applications in the same Azure Web App Service?

    Dec 22, 2019 · I have the same setup as you; an ASP.NET Core web API, and a Blazor Server Side app. As you want to use the same domain for both services, you would have to use Azure API …