7,270 questions with Azure App Service tags

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

Failed API requests from FE App (status code = 0) are missing in Insights Logs

Our FE application receives errors when calling the endpoints of our dedicated API (hosted on Azure), which occur randomly on individual requests within the session. It is status=0, which the browser interprets as a CORS error, however, we have any…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-06-05T09:12:01.5133333+00:00
Petr Mach 20 Reputation points
edited the question 2024-07-03T04:21:43.6066667+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Testing a scaled out app service

Hi; I want to test that my software works fine when scaling out. So I've set it to have 2 servers and now need to test. And I turned off session affinity to hopefully get requests bouncing between servers. First, what/how should I test this? Second, is…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-31T22:36:49.1466667+00:00
David Thielen 2,526 Reputation points
edited the question 2024-07-03T04:21:18.39+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How do I give a user access to a single App Server, SQL Database, & Azure Storage

Hi; I want to have my QA team do some load testing of the dev slot of our web app. I want to give them full administrative access to the dev slot app service and its associated SQL Database and BLOB Storage. I do not want them to have any administrative…

Azure SQL Database
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,576 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-31T22:32:34.61+00:00
David Thielen 2,526 Reputation points
edited the question 2024-07-03T04:21:15.9266667+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
0 answers

I've included all the required libraries in the requirements.txt file, and the deployment was successful. However, the website is not loading. When I check the application logs, it shows that a module was not found.

I've included all the required libraries in the requirements.txt file, and the deployment was successful. However, the website is not loading. When I check the application logs, it shows ModuleNotFoundError: No module named 'requests'. I verified in the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-30T13:37:35.0233333+00:00
Jaswanth 0 Reputation points
edited the question 2024-07-03T04:20:55.27+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

App Service starting new containers - why?

Hi Azure team: We have an a web app running in App Service. Recently I have noticed that Azure is replacing container instances frequently (every few hours). I have monitor configured to Alert on health check and scale out operations but am not…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-21T04:42:17.4033333+00:00
Rodney Tamblyn 0 Reputation points
edited the question 2024-07-03T04:20:04.78+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

How do I take my App Service offline, test the new app, then go online?

Hi all; When I go to push my site from staging to production, I often need to run a SQL script to update the database schema. So is there a way to: Take the site offline Run the SQL script Swap from staging to production Test the production site …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-16T14:38:48.1733333+00:00
David Thielen 2,526 Reputation points
edited the question 2024-07-03T04:19:37.9266667+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

redirect non www url to www url in Azure app service

I want to redirect non www urls to www url in my application with custom domain added to azure app service, Currently my application is available at both www and non www because I have added 2 custom domains which is example.com and www.example.com. But…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-16T08:40:41.4833333+00:00
Buddiz AI 0 Reputation points
edited the question 2024-07-03T04:19:30.5333333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

App service plan linux - Why the Http request queue is always set to 1

I've an app service plan with 4 apps running. When I'm doing a stress test on those apps, I would expect the http request queue to grow ( the CPU is spiking at 100 %). But the only thing I see is the memory and CPU growing. All the network metrics are…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-13T18:59:37.7533333+00:00
Chabbey Francois Julien (extern) 0 Reputation points
edited the question 2024-07-03T04:19:03.9733333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

.NET runtime environment required in a python code, so how do I deploy it as an Azure App Service?

2024-05-10T08:10:16.972810276Z Traceback (most recent call last): 2024-05-10T08:10:16.972823177Z File "/tmp/8dc70c645302e9a/antenv/lib/python3.10/site-packages/pythonnet/init.py", line 77, in create_runtime_from_spec…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,574 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-10T15:27:01.0666667+00:00
Wasim Bijili A S 0 Reputation points
edited the question 2024-07-03T04:18:51.3666667+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

azure request time out

i am uploading a video to azure blob storage through a node js server hoster in azure app service! sometimes i get request time out error 408! always on is activated in azure app service configuration

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-09T19:23:03.8666667+00:00
Iheb Jandoubi 5 Reputation points
edited the question 2024-07-03T04:18:39.2633333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Python app stuck on deployment to Azure App Service via GitHub Actions

Hi, I ran into an issue deploying my Python fastAPI server to an Azure App Service via GitHub Actions. I linked the code to a repository and then set up the CI pipeline to execute a deployment on new commits. The issue is that it never finishes…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-07T16:06:10.3366667+00:00
epicme 0 Reputation points
edited the question 2024-07-03T04:18:12.55+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Does Azure App Service increase my app's quotas?

I am currently using the free plan of the Azure app service. I can't find this information anywhere, or if it is there its unclear to me. If I upgrade my app plan to a paid subscription, for example the Legacy plan, will it increase my apps quotas? Or…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-06T17:25:18.59+00:00
Sydney Bruce 0 Reputation points
edited the question 2024-07-03T04:18:01.9533333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Azure WebApp custom domain not auto-update binding from KeyVault Certificate

I have a webapp and a custom domain, secured with a SSL certificate binding and the externally provided and uploaded certificate in KeyVault. The certificate was updated and a new version recorded in KeyVault. Today when the original cert expired, the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-03T09:10:54.7+00:00
ozbobwa 21 Reputation points
edited the question 2024-07-03T04:17:54.34+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

azure app service request size limit

i have node js- express server deployed on azure app service . in this application i am uploading file to azure blob storage through post request! locally for large files ( more than 30MiB) , the upload happens successfully , when i deployed my…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-01T20:24:54.3833333+00:00
Iheb Jandoubi 5 Reputation points
edited the question 2024-07-03T04:17:33.3433333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Log Stream is showing me error "this feature requires write permission to your app"

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-04-29T08:18:42.85+00:00
noah a 15 Reputation points
edited the question 2024-07-03T04:17:28.4766667+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

The subscription is not allowed to create or update the serverfarm.

I am trying to create Azure App Service but it says The subscription is not allowed to create or update the serverfarm. I got my subscription from azure founder hub, hey give me credit. I am trying to fix it almost 2 days, what can i do?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-04-23T19:09:39.72+00:00
Easy Dine 5 Reputation points
edited the question 2024-07-03T04:16:58.06+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
4 answers One of the answers was accepted by the question author.

How can I have my App Service always ready?

Hi all; I want my app service to always be running, so that when someone hits it, there's no delay. So how can I set it to: When restarted, it starts up immediately. In never shuts down due to inactivity. When Azure needs to apply patches or restart…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-04-20T22:19:03.8633333+00:00
David Thielen 2,526 Reputation points
edited the question 2024-07-03T04:16:43.1133333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Error in provisioning App service custom domain with bicep

`I tried to provision app service custom domain with bicep but but keep getting these error ERROR: error executing step command 'provision': deployment failed: failing invoking action 'provision', error deploying infrastructure: deploying to…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-04-20T10:56:28.56+00:00
Yemisi Popoola 0 Reputation points
edited the question 2024-07-03T04:16:40.0566667+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to force the use of TLS 1.3 in the App Service(Azure)?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-04-20T01:54:29.4166667+00:00
Santos Reyes 20 Reputation points
edited the question 2024-07-03T04:16:37.3433333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
2 answers

App Service showing users intermittent 502 errors.

Hi there, I have a web app deployed on Azure App Service which is hosting a Django application. Yesterday my users started reporting intermittent 502 errors when using the app. The users see the below. I have gone through the Azure Troubleshooting…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-04-18T11:49:33.2066667+00:00
Brendan O'Brien 0 Reputation points
edited the question 2024-07-03T04:16:17.4766667+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee