9,872 questions with Azure App Service tags

Sort by: Updated
1 answer

Trouble connecting Azure App Service and Azure SQL Database in a QuickBooks Online integration

I am trying to connect an Azure App Service application to an Azure SQL Database as part of an integration with QuickBooks Online. The QuickBooks side appears to be set up, but my application is not successfully transferring data between QuickBooks…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-03-20T15:40:51.3333333+00:00
Shaelin Murphy 25 Reputation points
answered 2026-04-22T11:37:03.2533333+00:00
kagiyama yutaka 2,510 Reputation points
2 answers

Can't start ServiceApp on Azure

Last month I was run out of budget on my Visual Studio subscription when upgraded mySQL on Azure Database flexible server and it was selected more expensive computing tier. With a new billing period, started yesterday, it looks like my subscription was…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-16T15:58:51.7733333+00:00
Sergey Cherkov 0 Reputation points
commented 2026-04-21T19:48:14.18+00:00
Sergey Cherkov 0 Reputation points
3 answers

App Service API Post Calls Return HTTP 400

All GET requests work fine. All POST requests fail with HTTP 400. Here is an example of one request. app.MapPost("/api/Merchant/Setup", async ( [FromBody] MerchantDto request, IMerchantService…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-18T21:11:24.1566667+00:00
Kris Hahn 20 Reputation points
commented 2026-04-21T19:20:42.8066667+00:00
Shree Hima Bindu Maganti 7,420 Reputation points Microsoft External Staff Moderator
4 answers One of the answers was accepted by the question author.

Stuck ServiceAssociationLink after App Service Plan deletion

I have deleted the App Service Plan (ASP-qsiwebgroup-a0e8), but the ServiceAssociationLink 'AppServiceLink' still exists in the subnet 'qsiweb-92fe8a4b94-appsubnet'. I've tried: az network vnet delete az resource delete on the link ID Azure Resource…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-21T14:30:56.5266667+00:00
劉乃昌 Nigel_liu 20 Reputation points
answered 2026-04-21T18:10:45.1866667+00:00
Golla Venkata Pavani 4,830 Reputation points Microsoft External Staff Moderator
3 answers

My WebJob status is initializing for every after deployment to staging slot or do swap slot

Hi support team, I'm trying to deploy webjob continuous to staging slot of app service, after I've deployed the webjob status is showing initializing forever even the log in Kudu was saying that the status is changed to running. Then after I've tried to…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-12T03:24:24.26+00:00
Khang P 0 Reputation points
commented 2026-04-21T15:34:55.81+00:00
Shree Hima Bindu Maganti 7,420 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Cannot create Managed Certificate for Custom Domain

I have a custom domain (I've tried both via GoDaddy and Squarespace) and trying to host an api subdomain .NET 10 C# api project in this domain. The frontend project is a React project that's hosed in Azure via static web apps (which is working as…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-03T08:29:48.73+00:00
Ben 20 Reputation points
edited a comment 2026-04-21T08:08:49.74+00:00
Ana M 0 Reputation points Moderator
2 answers

Frontdoor-app service issue The redirect URI 'https://testapp.azurewebsites.net/.auth/login/aad/callback' specified in the request does not match the redirect URIs configured for the application .

Hello, I have an App Service that is VNet-integrated and secured using private endpoints, where my frontend is deployed. I have also configured Azure Front Door Premium in front of this App Service. To enable authentication, I registered an…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-14T06:11:37.5233333+00:00
Vijay Gawte 45 Reputation points
answered 2026-04-20T19:33:09.0033333+00:00
Shree Hima Bindu Maganti 7,420 Reputation points Microsoft External Staff Moderator
1 answer

FIX the Azure deploy

Sales Report button page not load Manage Products page not load https://pos4-epcggvc8g7hgghd3.southafricanorth-01.azurewebsites.net/ check it. Any help, Awaiting your reply, Fabrice

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-18T09:45:04.18+00:00
Thibaut Fabrice 0 Reputation points
commented 2026-04-20T19:25:01.5933333+00:00
Shree Hima Bindu Maganti 7,420 Reputation points Microsoft External Staff Moderator
2 answers

403 Ip forbidden error in vnet integrated app services when called from frontend app service to backend

Hello, I have Vnet created with frontend subnet for fronetend app service and backend subnet for backend app service. Both app services are vnet integrated and secured with private endpoints. Also, there is dedicated subnet for private endpoints …

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-16T14:45:37.7466667+00:00
Vijay Gawte 45 Reputation points
answered 2026-04-20T18:09:14.92+00:00
Shree Hima Bindu Maganti 7,420 Reputation points Microsoft External Staff Moderator
1 answer

TLS/SSL binding for www in App Service Custom Domain

I have added a custom domain to my app service, and I am attempting to add the www.[mycustomdomain].com. The domain is registered in Godaddy. The CNAME has been created exactly as described in the UI. It validates for the creation, but will not…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-03T10:41:41.6633333+00:00
Jeff Dannel 0 Reputation points
edited a comment 2026-04-20T16:56:42.77+00:00
Golla Venkata Pavani 4,830 Reputation points Microsoft External Staff Moderator
1 answer

Problem publishing API to azure app service

Hi there I have an api that is quite old, but works. It uses Linq To SQL. I was able to publish this to azure, but a few days it stopped publishing. The error on azure says that the method signatures don't match the json schema, but there is no schema…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-17T07:01:16.1+00:00
Jai Holloway 65 Reputation points
answered 2026-04-20T16:33:09.7433333+00:00
Golla Venkata Pavani 4,830 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Azure app service +500ms latency

We have 2 latency issues. I am comparing it to how service fabric nodes operated. Azure front door health latency for service fabric nodes average at 0.3 - 0.8 seconds. However, app service has spikes of over 1 second. Our health check isn;t doing…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-15T11:58:17.8566667+00:00
Eddy Lynch 60 Reputation points Microsoft Employee
accepted 2026-04-20T11:36:04.06+00:00
Eddy Lynch 60 Reputation points Microsoft Employee
1 answer

put on Azure pos4-epcggvc8g7hgghd3.southafricanorth-01.azurewebsites.net https://github.com/Thibaut501/POSJOSEA

Run dotnet restore POSJOSEA.csproj --framework net10.0-windows10.0.19041.0 MSBUILD : error MSB1001: Unknown switch. Full command line: 'C:\Program Files\dotnet\sdk\10.0.201\MSBuild.dll -maxcpucount --verbosity:m -tlp:default=auto…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-10T08:40:09.9666667+00:00
Thibaut Fabrice 0 Reputation points
commented 2026-04-17T03:03:25.72+00:00
Aditya N 2,960 Reputation points Microsoft External Staff Moderator
3 answers

WebApp service auto-scale failure

Hi, we have autoscale failure for our WebApp service yesterday. Please see if there is any hint for the fix. Thank you.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-10T03:05:17.29+00:00
Ben Liu for ASWI 0 Reputation points
answered 2026-04-16T18:35:45.69+00:00
Shree Hima Bindu Maganti 7,420 Reputation points Microsoft External Staff Moderator
1 answer

Renew expired "App Service Domain" in Azure

Hi i am looking to renew my expired "App Service Domain" in Azure, i had prior switched off the policy for Auto-renewal and now it has expired, when i try re-purchase the domain, the status is that it, is not available, this is because when i…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-03-31T08:43:23.2933333+00:00
Sihle Ndlovu 20 Reputation points
edited an answer 2026-04-16T17:00:35.24+00:00
Golla Venkata Pavani 4,830 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Azure REST APIs fetching Issue

I am facing issue to fetch billing request, budgets and balances. I found some errors. I attached below post. please give me better approach and also better documentations "error": { "code":…

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

12,154 questions
Azure Policy
Azure Policy

An Azure service that is used to implement corporate governance and standards at scale for Azure resources.

1,207 questions
Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2023-08-19T11:04:57.2+00:00
Anonymous
answered 2026-04-16T02:06:49.1466667+00:00
Thomas Spear 5 Reputation points
2 answers

App service log - Linux/PHP

Hi, I have enabled my app service log in Monitoring > App Service logs > File System Via FTP I am able to see the "LogFiles" folder but I have several questions: Inside the daily default_docker.log, every requests orginiates from…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-15T20:44:38.04+00:00
Yanping Sun 140 Reputation points
answered 2026-04-15T21:31:08.9+00:00
Golla Venkata Pavani 4,830 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Docker Log files

Hi, I enabled the logging function in Azure (App Service with PHP). I would like to check the access logs. When I look at the xxx_default_docker.log, I only see 127.0.0.1 as IP address. Any ideas? Thank you

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2025-03-03T19:59:35.93+00:00
Yanping Sun 140 Reputation points
accepted 2026-04-15T20:46:43.3933333+00:00
Yanping Sun 140 Reputation points
1 answer

Unexpected site names in PHP 8.1 deprecation notice

Hello, We received today a retirement notice for PHP 8.1 (email with the subject "Retirement Notice: Extended support for PHP 8.1 ends on 31 December 2025"). It is expected we receive it, since we still have an app service that has not been…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2025-07-17T07:50:57.5366667+00:00
Zoddo 161 Reputation points
edited an answer 2026-04-15T17:27:27.3433333+00:00
Amira Bedhiafi 41,641 Reputation points MVP Volunteer Moderator
2 answers

Problem with Azure API Authentication

Hi there I created the following in Azure. A Web App which is an API to be used by a MAUI application An Enterprise Application for the Web App A service principal for the web app. When I use the MAUI application, the login is fine and the authentication…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,872 questions
asked 2026-04-15T05:58:04.0966667+00:00
Jai Holloway 65 Reputation points
answered 2026-04-15T17:26:43.14+00:00
Aditya N 2,960 Reputation points Microsoft External Staff Moderator