About 248,000 results
Open links in new tab
  1. Environment variables for app settings in Azure App Service

    Jun 6, 2024 · 1 I have a Web API in .NET 6 that uses the standard IConfiguration to get config/settings values from appsettings.json and is deployed to Azure App Service (Windows). I'm deploying it with …

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

    Dec 21, 2021 · 5 I have an Azure Pipeline which deploys my application to an Azure App Service. My Application is connected to a Key Vault, and in the Key Vault is registered my connection string for …

  3. azure - Setting up App Service with Application Gateway - Stack Overflow

    Feb 19, 2025 · As you have two App service, use path-based routing rules as shown below. Rules-> Add multiple targets to create path-based rule -> Configure the Details ->Save. Please refer this MS …

  4. Using a certificate from a keyvault in azure app service in an azure ...

    Jan 30, 2025 · For users choose "Users, group, or service principal". In the selection menu search for "microsoft azure app service". This will bring up the built-in service SPN which is needed to bind the …

  5. Azure App Service Deploy returns (403) Forbidden with IP restriction

    Apr 2, 2019 · 38 In Azure, I turned on IP restrictions for: Web App (Networking > Access Restrictions) SQL server (Firewalls and virtual networks > Add client IP) SQL database (Set server settings) The …

  6. .NET Framework 4.8.1 on Azure App Service? - Stack Overflow

    Mar 2, 2024 · I have an ASP.NET MVC web app in Azure App Service that I am trying to upgrade from .NET Framework 4.8 to 4.8.1. It seems 4.8.1 isn't supported on Azure App Service. Is there any way …

  7. Newest 'azure-web-app-service' Questions - Stack Overflow

    Nov 26, 2025 · I'm using an Azure App Service with a Python backend, and I want to access a Search Service indexer (in the same resource group) to get its status and then run the indexer from my App …

  8. 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.

  9. Load balancing setup in Azure App Service Plan for frontend and …

    Jul 27, 2023 · 0 I have an application running on an Azure App Service Plan that consists of two simple parts: A frontend hosted on a slot. A backend hosted on a slot. The frontend communicates with the …

  10. Azure App Service - on-premies Docker Registry - Stack Overflow

    Aug 7, 2023 · 0 by default App Service try to connect by public ip addresses? (Outbound Traffic) Azure App Service instance initiates outbound requests, it uses public IP addresses assigned to the Azure …