.NET Framework 4.8 is coming to App Service
Hi there, Do you think when the azure app service platform is upgraded to Framework 4.8 in the next few weeks, the applications created using .NET Core 2.1 will be affected ? Even though the application I am talking about is built using .NET Core 2.1,…
Azure App Service
How will I check if one web app can access any resource within the VNet
Hi, I have one web app integrated with a sub-net under one Vnet. Now, I want to know whether this web app has access to other resources (other web app, DB, etc. in the same VNet) which are integrated with same subnet under same Vnet using kudu…
Azure App Service
Azure App Service: Extended time to load each page after deployment (.NET Framework 4.7 web app)
I have an S1 Production App Service configured for: * .NET V4.7 * 64bit * Integrated pipeline * "Always on" is enabled. I'm building a standard ASP.NET MVC 4.7.2 web application, and currently deploying using the the Publish option in…
Azure App Service


unable to find the mounted volume - webapp windows
Hello, i tried mounting volumes to webapp windows via azure CLI and it succeeded. az webapp config storage-account add -g test -n test --custom-id urniqfueiw1d --storage-type AzureFiles --account-name test --share-name atest --access-key …
Azure App Service
Load Balancing for the web Apps in Azure
We have deployed the ASP .Net web application with Microsoft Identity authentication. Now we are planning to implement the Load balancing for the same. Based on the MSDN reference link load-balancing-overview we are planning to implement the AzureFront…
Azure Load Balancer
Azure App Service

How do I troubleshoot a high CPU-consumption scenario?
How do I troubleshoot a high CPU-consumption in my Azure Web app? Sourced from FAQ
Azure App Service

Continuous web job-configurable timer trigger is not working in all instances
I have created one continuous web job, I have a scenario like from the UI side user can update the schedule time so based on the latest schedule time web job should run. For that I have prepared on method by using INameResolver and that is…
Azure App Service
Web app giving suddenly BAD REQUEST
Hi all, i have since some time (months) an app as Azure Web Application, which uses AD integration to filter users' access. Suddenly, i see a bad request response which causes the web site to be unaccessible. The bad request seems to be related on…
Azure App Service
Implementing Multiple durable functions to use different subsets of a superset of functions. Scaling?
We have setup a series of [Azure Functions] sub-Functions: {A, B, C, D, E, ...}. We have clients who use varying subsets of these functions in various orders: client1 uses {A -> C -> E} client2 uses {D -> E -> B} My goal is to…
Azure Functions
Azure App Service

App Service - Response status code does not indicate success: 429 (Too Many Requests)
Hi, I have deploy a app service in azure but when it fails with the exception: 2020-06-20T18:00:24 PID[22560] Error Unhandled exception. System.AggregateException: One or more errors occurred. (Response status code does not indicate success:…
Azure App Service
Unable to make the session state request to the session state server
Hi , I am facing this issue on login. Please help out Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same. If the server is on…
Azure App Service
Receive events via webhook from a 3rd party app
I have create a Django app (with postgresql database) in az. The views.py look like @require_POST @csrf_exempt def enr(request): jsondata = request.body ... .save() return HttpResponse(status=200) I would like to receive a json data sent…
Azure App Service

Regional vnet integration not working with custom image(wildfly) deployed in azure app service.Although i have followed the Microsoft link for regional vnet integration.
I am currently working on an app that need wildfly server for deployment.I have created the Dockerfile for wildfly and build and push images to Azure Container Registry(ACR).When i simply deploy app in app service with docker image option then it works…
Azure App Service

ModuleNotFoundError: No module named 'flask_mail'
Hi, i have created a new azure web app and deployed the below mentioned flask code to the app using azure cli command from my local computer. Right now, while running the app its throwing error that "ModuleNotFoundError: No module named…
Azure App Service

Deployment issue
Hello, I am trying to deploy an app using Web App service using images from Azure Container Registry, but there is no luck. Locally the app runs with no problem. Would appreciate your help. Thanks/Bella 2020-06-24T19:05:57.912Z INFO - Logging is…
Azure Container Registry
Azure App Service
WebApp created on Linux OS always shows default page
I have created my website using HTML and working fine locally. I deployed this on azure using FTP and when I hit https://{mywebappname}.azurewebsites.net, It shows me the default page instead of my website home page. I also double check that wwwroot…
Azure App Service
ETA for App Service platform feature "Authentication/Authorization" to be implemented for Multi-container scenario
Following this question "Azure Web App for Multi-Containers - No Access to Authentication / Authorization Tab" and statement in the documentation I wanted to know : Current status of the technical feasibility and if there is an ETA on MS…
Azure App Service

Flask Web Service on Windows Platform
I have a requirement of creating web app/service over azure, i have selected python 3.6 as a runtime environment, and platform i selected windows. No issue while creating the app. But i am unable to find single working approach to deploy the code…
Azure App Service

Expected Requests/Second for Azure Functions
I need to process about 5000 HTTP requests per second using either Azure Functions or Azure App Services Those requests need to be transformed and written to Event Hub in the end The HTTP requests contain a query string which has to be converted to…
Azure Functions
Azure App Service


Intermittent error in Azure App
Dear Team, I'm facing intermittent error after successful deployment of application. URL - https://lmmsapp.azurewebsites.net/#/login Some time I get 502 502 - Web server received an invalid response while acting as a gateway or proxy server. …