Azure Web App Deployment Logs Show Incorrect Link to Azure DevOps Pipeline
I’m experiencing an issue with the deployment logs in Azure Web Apps. The deployment itself works fine, but when I navigate to the Deployment Center in the Azure Portal and click on the link to the Azure DevOps pipeline (to review the build or deployment…
Issue Creating Azure App Service: Subscription Not Allowed to Create or Update Server Farm
Attempting to create an Azure app service from a new subscription with the following details: SKU: S1 Region: Central India OS: Windows Framework: ASP.Net 4.8 Efforts have been made to create it both from the Azure portal and Visual…
The subscription xxx is not eligible to create an App Service Domain.
I get this error every time I try to create a new domain, but I believe that this error is not reflecting reality. I have tried different domains. I have tried different subscriptions (which already have working domains). All the possible problems that…
![](https://techprofile.blob.core.windows.net/images/yCHauwBABgAAAAAAAAAAAA.png?8D84D2)
How might I create an upload & export function within my Azure AI Foundry deployed web app?
Tried deploying web through Python as well as Python Flask app. Unable to deploy. Getting the attached error. Need assistance to deploy the app successfully. Followed the steps in this documentation link (Quickstart: Deploy a Python (Django, Flask, or…
App Service access Storage Account with User Assigned Identity not work
Use case: There is a web app deployed to App Service, it writes json files to Azure Storage account. Code is tested and proves functional. VNet is configured. A User assigned identity with storage blob contributor role on the storage account…
Azure App Service ENV missing
I am deploying my Next.js APP in Azure app service. In deployment I got the env missing, so I set them in setting environment variable. But still I am getting same error
App Registration in Azure URL/DNS record
Hi, I have recently permanently deleted an App Registration from my Azure tenant. However the DNS record for the URL is still showing if I search on something like mxtoolbox.com. How do I go about deleting that dns record which was originally the home…
How can I tag Service Principals or App Registrations (or whatever they're called)?
I have app registrations with secrets/certs I want to programmatically track in terms of expiration. But to do this, I need to somehow tag either the secrets/certs themselves of the app registration with ownership information (so I can inform the right…
![](https://techprofile.blob.core.windows.net/images/4FgllhPwLEiM90WbpDIeWA.png?8DA171)
![](https://techprofile.blob.core.windows.net/images/4FgllhPwLEiM90WbpDIeWA.png?8DA171)
How to fix "Deployment endpoint responded with status code 409" error when no deployment is on going
Hi, I'm currently experiencing a problem with my services wherein the pipeline fails with an azure deployment error. WARNING: Deployment endpoint responded with status code 409 ERROR: There may be an ongoing deployment or your app setting has…
Azure AppService (Linux Container) memory limit
Hello. I have: Azure App Service (Linux Container) Azure App Service Plan (Basic B2, 3.5GB memory) When I try to get available memory: [HttpGet] public IActionResult Get() { var gcInfo = GC.GetGCMemoryInfo(); var response = new Dictionary
Issue downloading file with + signs in their name, from Azure Blob Storage, in Azure App Service
I am experiencing an issue downloading a file with a + sign in its name ( 14595-2023-2157-1-GCSU+Tree+Campus+Plan+2022 .docx ), specifically when my code is deployed in Azure App Service. Surprisingly, the file exists in Blob Storage and can be…
On which Service I can deploy an app which based on a Docker Compose file?
Hi! I built an app that runs on a Docker container. The app uses a Mongo DB Docker image. I combine the Flask container, the MongoDB container, and the Mongo Express container into a Docker compose file and I want to run all of them on a serverless…
Update Web App SQL Connection string.
Hello there, We are changing our Azure SQL Database from Publica access to Private endpoint and denying public access. The development team is no longer available. I noticed they used "Environment variables ==> Connection strings" and…
Issue with Custom Microsoft Teams App Display (Contents) After Deployment for Organization
Dear Microsoft Q & A Support Team, I am encountering an issue with my custom Microsoft Teams application after deploying it to my organization. While the app functions correctly on my local machine, upon deployment, it can be added to the…
How to fix wordpress gutenberg editor on Wordpress on App Services
Hi, We host a very performant app service plan on Azure and have migrated old sites as well as created many new sites on on Azure using Wordpres on App Service. However, they are all plagued with the exact same issue when hosted on Azure. You cannot use…
I updated the Nginx config on App service(linux), it suddenly not working. What should be the possible reason
I have a App service (Linux) with a Laravel application. I updated the Nginx config in order to fulfill the Laravel needs with SSH. It keeps working fine. Yesterday the website suddenly not working. I find out it's the issue of nginx config. I reload the…
Not possible to create an ‘App Service Plan’ in Switzerland (in Western Europe is it working)
Hello everyone Creating an ‘App Service Plan’ works in Western Europe, but not in Switzerland. Does anyone have an idea and can help? I have checked the quota, look ok. Thousand thanks for any advice Andy Here is the error: This region has quota of 0…
Custom Domain bought in Azure is suddenly showing parked domain page.
I have recently bought a custom domain through Azure for my Static Web App. It was working well, however all of a sudden it's showing that it's parked and it's for sale. I have not changed anything in my DNS configuration. Can someone please tell me what…
how to allow my subscription to create resources in East US?
Hi, every time I want to create a web app with Azure App Service I Noticed I am not allowed to create them in the East US due to SKUs exceeded the limit (subscription limit). I have never created anything in the East US and therefore the usage should not…
Need Web Service Endpoint for Azure Services Health Status
I am looking for a web service endpoint to track the health status of Azure Services. I need a solution that provides the health status of Azure Services specifically, not all Azure resources. Additionally, I would like to retrieve related ticket…