Why is https://gosafer.online suddenly running slowly
Although the slow running follows the deployment of a web app, it isn't a coding issue since the problem affected both the deployment slot (now deleted) and the Production slot - after I swapped to deploy the code to Prod. I could not even access…
Azure App Service
Unable to create WebApp in Microsoft Azure Subscription
Subscription ID - 59020d6c-b2c2-45e0-9217-3f11709b07fe
Azure App Service
export certificate from App Service Certificate azure service not work
export certificate from App Service Certificate azure service not work,
Azure App Service
AADSTS7000222: The provided client secret keys for app are expired
Hi, I deploy an ASP. NET web app to an Azure app service by using DevOps but it keeps giving me this access token expire error. 2023-11-13T04:02:18.9685994Z ##[error]Could not fetch access token for Azure. Verify if the Service Principal used is valid…
Azure App Service
Why new created Web app PHP ask about wordpress files?
I just check logs, and see system send some request or find wordpress config files, even im try to use another system, and dont do any related to wordpress
Azure App Service
how to fix HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
how to fix HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Windows development | Internet Information Services
Azure App Service
recover deleted resources
Hi , is there any way to recover deleted resources
Azure App Service
Azure App Service GitHub Workflow Generates Oryx Build Instead of ZIP Deploy
Issue Description: I am provisioning an Azure App Service with GitHub CI/CD integration via Terraform. During the resource provisioning, the GitHub Actions workflow is automatically generated. However, the generated workflow includes the Oryx build step…
Azure App Service
unable to scale an app service plan
when trying to scale out an app service plan it's telling me that i need a higher quota. however it's saying that current usage is -2 and current limit is 0, despite current configured instances being 1. it's telling me i need to request a new limit of…
Azure App Service
WordPress Microsoft | App Service | Changes in the root certificate rotation for Azure Database for MySQL
Hello everyone, I need some assistance regarding my WordPress setup on Azure App Service, which connects to an Azure Database for MySQL. Microsoft recently published an article about root certificate rotation for MySQL Flexible Server. My questions…
Azure App Service
PowerShell Command for Azure App Service Deployment Returns 403 Forbidden Error
The following PowerShell command used for deploying an App Service is returning a runtime error that wasn't occurring before: Invoke-RestMethod -Uri $kuduApiUrl -Headers @{Authorization = ("Bearer {0}" -f $accessToken)} -Method POST -InFile…
Azure App Service
VNet Deletion Blocked by Orphaned App Service Integration – App Deleted >90 Days Ago
We are attempting to delete a Virtual Network (DummyVNet) in the DummyRG resource group. Azure diagnostics report that the VNet is still integrated with an App Service (Web App), but the App Service was deleted over 90 days ago. There are no visible…
Azure App Service
Azure App Service for Linux (PHP 8.2) Returns 404 nginx Page — Despite Successful Startup.sh Execution
Hi Team, We are trying to deploy a Laravel PHP 8.2 application to Azure App Service for Linux using the built-in image appsvc/php:8.2-fpm_20250506.5.tuxprod. Although the container shows “Site started” in Kudu logs and the startup.sh script runs without…
Azure App Service
How to enable API commands (POST, PUT, DELETE, ...) to work on App Service (auth issue)
Hi, after I searched a lot of sites and watched several videos, I am here to ask for help, for setup my Azure App Service. I implemented functions in API for GET, POST, PUT and DELETE, think like a smal CRUD, but just the GET's functions works fine. The…
Azure App Service
Azure App Service Certificate - File Download Error on "Download as a Certificate"
I am receiving "File Download Error" when trying to export my Azure App Service Certificate via the Azure Portal. Steps: Access the App Service Certificate Click "Export Certificate" Download certificate from Key Value, click…
Azure App Service

Can't delete subnet because of serviceAssociationLinks
I have difficulty deleting a resourcegroup because it has a subnet in it that seems to be in use (but is not). I have tried to delete the subnet but get an error because of serviceAssociationLinks/AppServiceLink. I have tried to recreate the App Service…
Azure App Service
Webhook to listen to registered users email - for a CRM application
I am looking to integrate Azure Mail service with an application. I have an endpoint that I would like ot configure in Microsoft so that the endpoint can listen to any emails that come through under a specific user (microsoft user) that is registered…
Azure App Service
How to Fix 504.0 GatewayTimeout https://app.embracingostomylife.org/
Our web application is not available or functioning - https://app.embracingostomylife.org/ 504.0 GatewayTimeout
Azure App Service
Errors within API Web App
We are seeing errors on our API via our Azure App Service Web App. This has been going on for the past couple of days now and we can't seem to get to the bottom of it. We are making a call to our platform "POST /api/account/GetActiveByName"…
Azure App Service
Adding Zone Redundancy to Existing App Service
I received an email recommending to add commonly used disaster recovery techniques to prevent loss of functionality. One of the suggestions is to add zone redundancy. The app service and the resource group it is attached to were created without zone…