8,999 questions with Azure App Service tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

.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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-07-03T08:47:52.793+00:00
Lax 41 Reputation points
commented 2020-07-06T08:49:12.16+00:00
Lax 41 Reputation points
1 answer

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
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-07-03T13:17:57.037+00:00
answered 2020-07-05T13:59:42.063+00:00
SnehaAgrawal-MSFT 22,706 Reputation points Moderator
1 answer

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-22T05:31:36.66+00:00
Jason Snelders 1 Reputation point
commented 2020-07-04T05:42:06.947+00:00
Jason Snelders 1 Reputation point
1 answer One of the answers was accepted by the question author.

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-17T17:54:27.903+00:00
pragadeesh.raju 41 Reputation points
commented 2020-07-03T11:01:36.1+00:00
pragadeesh.raju 41 Reputation points
1 answer

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 Load Balancer
An Azure service that delivers high availability and network performance to applications.
507 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-05-28T04:40:59.727+00:00
Tarun Dhoddi 1 Reputation point
commented 2020-07-03T07:30:54.13+00:00
Sam Cogan 10,812 Reputation points Microsoft Employee Volunteer Moderator
1 answer One of the answers was accepted by the question author.

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2019-10-29T20:22:23.79+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
commented 2020-07-02T19:46:46.447+00:00
Stanton, Andrew 1 Reputation point
1 answer

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-26T10:53:16.527+00:00
Navya Narayana 1 Reputation point
commented 2020-07-02T16:21:26.413+00:00
ajkuma 28,036 Reputation points Microsoft Employee Moderator
1 answer

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-07-01T14:35:53.36+00:00
mrB 6 Reputation points
answered 2020-07-02T09:38:26.063+00:00
KalyanChanumolu-MSFT 8,351 Reputation points
1 answer

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 Functions
An Azure service that provides an event-driven serverless compute platform.
5,952 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-25T19:00:51.947+00:00
Chris Phillips 1 Reputation point
commented 2020-07-02T08:42:48.35+00:00
Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
1 answer

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-20T18:33:24.717+00:00
Rodrigo Guerreiro 1 Reputation point
commented 2020-07-02T05:20:07.923+00:00
SnehaAgrawal-MSFT 22,706 Reputation points Moderator
1 answer

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-21T08:11:33.103+00:00
HHDS 1 Reputation point
commented 2020-07-02T05:18:59.77+00:00
SnehaAgrawal-MSFT 22,706 Reputation points Moderator
0 answers

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-07-01T08:34:37.097+00:00
ULRICH ESCHCOL NYAMSI 1 Reputation point
commented 2020-07-01T22:22:20.29+00:00
Ryan Hill 30,291 Reputation points Microsoft Employee Moderator
1 answer

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-09T19:24:02.233+00:00
Sandeep Kumar 1 Reputation point
commented 2020-07-01T18:35:13.13+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
1 answer

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-26T15:37:18.83+00:00
answered 2020-07-01T14:37:48.92+00:00
Ryan Hill 30,291 Reputation points Microsoft Employee Moderator
1 answer

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 Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-24T19:39:20.507+00:00
Bella Belgarokova 1 Reputation point
commented 2020-07-01T07:55:39.007+00:00
ajkuma 28,036 Reputation points Microsoft Employee Moderator
1 answer

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-18T00:08:05.01+00:00
commented 2020-07-01T04:58:09.057+00:00
ajkuma 28,036 Reputation points Microsoft Employee Moderator
1 answer

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-29T10:13:10.303+00:00
de Lignières, Tanguy 1 Reputation point
answered 2020-06-30T21:49:28.783+00:00
Ryan Hill 30,291 Reputation points Microsoft Employee Moderator
2 answers

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-04-28T11:10:58.647+00:00
Rahul Chouhan 1 Reputation point
commented 2020-06-30T16:53:14.657+00:00
Ryan Hill 30,291 Reputation points Microsoft Employee Moderator
0 answers

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 Functions
An Azure service that provides an event-driven serverless compute platform.
5,952 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-23T16:47:39.647+00:00
Gerhard Brueckl 1 Reputation point MVP
commented 2020-06-30T09:52:40.507+00:00
Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
1 answer

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

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,999 questions
asked 2020-06-24T07:47:14.86+00:00
R LMMS 1 Reputation point
commented 2020-06-30T05:15:56.87+00:00
SnehaAgrawal-MSFT 22,706 Reputation points Moderator