8,264 questions with Azure App Service tags

Sort by: Updated
0 answers

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-02-03T09:30:16.7666667+00:00
DO1 Yauhen Zdanovich 25 Reputation points
commented 2025-02-11T18:06:49.8966667+00:00
DO1 Yauhen Zdanovich 25 Reputation points
0 answers

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-01-31T14:02:05.6966667+00:00
Vijender Singh 0 Reputation points
commented 2025-02-11T16:57:33.7366667+00:00
Shree Hima Bindu Maganti 3,125 Reputation points Microsoft Vendor
1 answer

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,068 questions
asked 2025-02-02T08:13:42.5766667+00:00
Dhiogo Acioli 0 Reputation points
edited a comment 2025-02-11T16:52:41.9433333+00:00
Shree Hima Bindu Maganti 3,125 Reputation points Microsoft Vendor
0 answers

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-02-11T16:48:21.7433333+00:00
Max Torres 0 Reputation points
1 answer

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
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-01-15T16:15:55.9833333+00:00
Andy Lang 0 Reputation points
answered 2025-02-11T16:31:26.71+00:00
Andy Lang 0 Reputation points
1 answer

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

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-02-09T16:52:15.9933333+00:00
HRD VERSE 0 Reputation points
edited a comment 2025-02-11T16:12:09.4933333+00:00
Harshitha Veeramalla 1 Reputation point Microsoft Vendor
2 answers

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-02-11T14:19:13.4666667+00:00
Ayaz Ahmad 0 Reputation points
edited the question 2025-02-11T15:26:25.8033333+00:00
Rakesh Gurram 11,890 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,015 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-01-22T16:06:16.0833333+00:00
ExtraLargeFork 1 Reputation point
commented 2025-02-11T14:46:24.98+00:00
ExtraLargeFork 1 Reputation point
0 answers

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 App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-02-06T18:37:59.45+00:00
Daniel Pomerantz 0 Reputation points
commented 2025-02-11T13:39:07.21+00:00
Laxman Reddy Revuri 2,390 Reputation points Microsoft Vendor
0 answers

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

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-02-05T19:50:20.2066667+00:00
Ivan Navalotski 0 Reputation points
commented 2025-02-11T13:38:04.0166667+00:00
Laxman Reddy Revuri 2,390 Reputation points Microsoft Vendor
7 answers One of the answers was accepted by the question author.

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…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,777 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2023-12-04T17:58:41.95+00:00
sekou keita 20 Reputation points
commented 2025-02-11T13:12:22.3833333+00:00
sekou keita 20 Reputation points
1 answer

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…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
481 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
727 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
525 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-02-07T12:29:51.2133333+00:00
טל כהן 0 Reputation points
commented 2025-02-11T12:43:30.56+00:00
Srinud 3,690 Reputation points Microsoft Vendor
1 answer

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-02-10T14:57:58.65+00:00
JMN-2253 596 Reputation points
answered 2025-02-11T12:11:15.6866667+00:00
Sina Salam 17,181 Reputation points
0 answers

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…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,552 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-02-08T12:02:48.0733333+00:00
Nimeshika Dilshani 0 Reputation points
commented 2025-02-11T11:01:35.2166667+00:00
Sayali-MSFT 3,371 Reputation points Microsoft Vendor
1 answer

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-01-14T04:01:10.27+00:00
Shaun 0 Reputation points
commented 2025-02-11T10:38:40.7166667+00:00
Suresh Chikkam 0 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-01-27T09:51:20.0333333+00:00
marker.wong 0 Reputation points
accepted 2025-02-11T09:20:17.3766667+00:00
marker.wong 0 Reputation points
1 answer

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-01-16T08:02:00.6266667+00:00
Andreas Humbel 0 Reputation points
commented 2025-02-11T09:10:42.7133333+00:00
Harshitha Veeramalla 1 Reputation point Microsoft Vendor
2 answers

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,068 questions
asked 2025-02-04T13:35:45.72+00:00
Faton Akiki 5 Reputation points
commented 2025-02-11T08:45:58.8833333+00:00
Bhargavi Naragani 575 Reputation points Microsoft Vendor
1 answer

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-01-17T20:44:08.0066667+00:00
Christian Padilla 0 Reputation points
commented 2025-02-11T07:30:51.75+00:00
Harshitha Veeramalla 1 Reputation point Microsoft Vendor
1 answer

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…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,264 questions
asked 2025-01-19T23:16:32.0233333+00:00
Rama Sakhamuri 0 Reputation points
commented 2025-02-11T07:27:45.21+00:00
Harshitha Veeramalla 1 Reputation point Microsoft Vendor