About 234,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). …

  2. 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 …

  3. 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 …

  4. Azure App Service Private Endpoint, returning 404

    Nov 28, 2024 · I'm trying to access my Azure App Service via a private endpoint within a Virtual Network using the private DNS name (eg, mywebapp.privatelink.azurewebsites.net). The DNS …

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

  6. How to configure access of a Azure App Service Web App to …

    Feb 8, 2024 · I'm trying out Azure. I'm hosting a C# .NET Core 8 MVC Web Application as a Azure App Service WebApp (Free Plan) and it should access a Azure SQL Server Database …

  7. How can i view environment variables for Azure app service?

    Apr 14, 2025 · If you're sure your access includes the permission, you can try viewing settings via Azure CLI, az webapp config appsettings list --name <your-app-service-name> --resource …

  8. Unable to resolve (502) Bad Gateway error in Azure App Service

    Jul 21, 2020 · 502 errors can be multiple things. there's a chance you're exceeding the maximum tcp connections for the plan (standard s3 while has an older hardware it contains the double of …

  9. How to move an azure app service to a new shared app service plan

    Oct 13, 2024 · Azure deploys each new App Service plan into a deployment unit, internally called a webspace. Each region can have many webspaces, but your app can only move between …

  10. How can I force an azure Web app to re-pull its container?

    May 2, 2023 · Verify the connnectivity between the the azure webapp for conatiners and ACR in deployment center. And make sure the password in app service configuration settings is …