About 287,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. How and where to define an environment variable on Azure

    Jan 5, 2016 · 0 In these modern times, when publishing from Visual Studio 2019, on the publish page there is a link called "Manage Azure App Service settings". In there you can create and …

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

  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 …

  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 …

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

    Nov 26, 2025 · I have an Angular app that I build and deploy using Azure Dev Ops to an Azure App Service (Node.js on Windows). I am creating a zip file in the ADO build pipeline and …

  8. How to make the azure app service trust the certificates issued by …

    Nov 19, 2019 · This is meaningful, as Azure by default don't have to trust the service, presenting certificate issued by the OnPrem CA. However, Is there a way to configure the trust in app …

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