About 225,000 results
Open links in new tab
  1. 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 …

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

  3. Azure App Service: SNAT Port Exhaustion Issue - Stack Overflow

    Jan 28, 2024 · The app service A receives around 2 million requests every day. App Service in turn makes calls to more than 50 different backend services/APIs hosted in a common/same …

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

  5. How to identify the cause of 100% CPU usage in Azure App Service?

    May 4, 2016 · I have five apps in an Azure App Service Plan, all different copies of the same app for different clients. It's an ASP.NET MVC app with an SQL database. This morning I woke up …

  6. 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). …

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

  8. Azure App Service Returns Error - Error 403 - Stack Overflow

    Apr 27, 2021 · When the public access is not allowed on Azure App Service, if you have open public API. The IP of your application with which you are calling the app service is not …

  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 …

  10. Deploy FastAPI and uvicorn on Azure app service

    Feb 18, 2021 · Azure App Service for Linux with its Oryx build runner when identifies Python web apps run them using Gunicorn, a WSGI server. So your startup script can have gunicorn …