Install GDAL and GRASS on python Web App
I have developed a python script that uses GDAL and GRASS and runs fine on my local Macbook Pro. I need to make the python scripts work on the Azure Web App. For this I need to install GDAL and GRASS on the web app server. On my local machine, I am…
Azure Webapp corrupt sdf file - can't ftp it down to repair
I have been working on a website for a few months to handle some business tasks under the free platform. It stopped working yesterday throwing some 403 errors. The portal said the quota was exceeded. I am only testing some asp.net entry screens a few…
Issue: Python Version in Azure App Service Randomly Changing
Description: The Python version specified under "Stack Settings" in the backend Azure App Service is being automatically changed from Python 3.10 to Python 3.8. This issue has been occurring randomly over the past week. Additional Note: This is…

GTS Root R1 and R2 for Azure App Services app
I am using Mongo Atlas as DB for my Azure App Services app. It has been so far using Let's Encrypt as the CA for TLS certificates, but soon it requires that also GTS Root R1 and GTS Root R2 are included. As my technical understanding on this topic is…
Azure app service failing on deploy with OS error. Running out of resources.
Hello, I have a webapp running on azure app platform using python and django as backend. I have a lot of depencies that I need. Most of the times when deploying and installing the dependencies with pip is fails and runs out of space. Could not install…
Web app deployment failure
I have tried to deploy the web app on azure. But it shows npm ERR! nospc There appears to be insufficient space on your system to finish.space and try again. Why? What's the problem
Azure App Service: User-Assigned Managed Identity not automatically configured in Deployment Center via Bicep
Hi, I am deploying an Azure App Service using Bicep (Infrastructure as Code). I am assigning a User-Assigned Managed Identity (UMI) to the App Service, and I expect the Deployment Center to automatically use this UMI for pulling container images from…
Node.js App Service application / console logs are not being streamed to event hub, but HTTP logs are
Hi, I have a Node.js web app running in App Services. The code contains console.log() statements. If I click on "Log Stream" in the Azure console, I can see the outputs of those log statements. I have also configured logging to the file system…
App service to use only private link
How to create a App services which needs to be accessible only internally.
App Service Private Link still allows public internet access to URL.
We created an App Service with a Privatelink so that only the URL is accessible to the Azure network domain. The URL is still accessible from the public internet.
Move App Service from old Subscription to new Subscription without changing the name of App Service
Hi, I have a Healthcare Bot, an App Service, and some other resources in one of my subscriptions. Now, I want to move these resources to a new subscription within the same tenant. I want to move them without changing the name of the App Service because I…

The authenticated user doesn't have permission to use this .dll
Hi - I can run my API fine locally however when I publish to Azure I get the error "The authenticated user doesn't have permission to use this .dll". I've tried so many things nothing seems to work (I've forgotten all the things I've tried). …
How to proceeded with troubleshooting long startup times with Azure Application service for Linux?
We recently switched from application service for Windows to application services for Linux in Azure and are delighted with the improved performance we have noticed in almost every aspect. However there is one area that has actually gone the wrong way…
App service to pull image from Nexus
I want to setup App Service deployment that will be pulling images from private registry - Nexus3. I have VNET setup and pulling images over vnet is enabled. URL, username and password are properly provided. In deployment center logs I'm getting…
SSO Login Issue with Blazor Web Application on Azure
I have hosted my Blazor web application in Azure Web Services. The custom domain is set up in WAF, and the default domain is blocked from the network. However, the custom domain has not been added to the app service. I want to set up SSO for Microsoft…
Upgrading GLIBC in Azure Web App
I'm running a Web App with Python 3.12, but it fails after deployment due to upgraded packages, specifically cryptography and bcrypt. The error is: from ._bcrypt import ( ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found…

Unable to verify partner network publisher id for an app registration on a B2C tenant
Hello, Having an issue setting verified publisher on an application inside a B2C tenant. Getting error with request: The domain used to perform email verification in Partner Center, DomainA.com does not match the application's Publisher Domain …
Web App deployment status can't be fetched by azd deploy in GitHub Actions
I have a Web App generated by azd about a year ago. The code is in GitHub and GitHub Actions are used for deployment. setup-azd@v1.0.0 was used before (the version from the template). Yesterday it failed to run, then I found this issue and upgraded to…
Sending Custom Header from App Service A to App Service B via Proxy Pass (NGINX + PHP)
I have 2 Azure App Services. Let's say App Service A and App Service B. Both ran in NGINX and PHP Any request of /api in App Service A will be forwarded to App Service B via a proxy_pass. I want to perform a manual verification via a custom header…