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

    Jun 6, 2024 · 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. 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 …

  4. 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 command to spin …

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

  6. How can I view console or trace output in an azure app service?

    Mar 16, 2020 · What I did was just to enable the App Service Logs in the Azure Portal. Specifically I turned on the "Application Logging (Filesystem)" at the "Verbose" Level and then I selected "File …

  7. How do I set up FTP access to Azure App Service?

    69 In the Azure Portal: click on your App Service that you'd like to access from FTP. On the Overview tab for your App Service, look at the top navigation bar and click on the "Get Publish Profile" link. …

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

  9. How can i list the different instances of a Azure app service and ...

    Mar 12, 2023 · In this case Azure App Services can handle the restart itself when you configure a health check. Open the App Service app in the azure portal Under Monitoring, select Health check. Select …

  10. 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 to slow …