Azure Static Web App - Adding a Linked Backend API fails for next.js app
I have tried multiple times now to add a linked backend to my next.js app in azure static web apps. I allow the static web app to create the new web app & app service. The operation goes through successfully. For a brief period of time I will see…
Azure App Service
Azure App Service shows successful GitHub Action deployment, but changes not reflected on live site
Hi, I'm deploying my frontend web app (Vite + React) to Azure App Service using GitHub Actions and azure/webapps-deploy@v3. The deployment logs show success both in GitHub Actions and in the Azure Portal (under "Build Logs" and "App…
Azure App Service
Azure B2C - Bearer AccessToken not being generated when using ProfileEdit/PasswordReset custom policies using Local Accounts
I'm having some trouble getting the AccessToken to generate for the PasswordReset and ProfileEdit custom policies using Local Accounts. It seems to work fine and generate the token correctly for SignIn/SignUp policies using the auto generated files I got…
Azure App Service
Why I can't access WP Admin?
Hi. I created a new WordPress site and I can't access to WP Admin. I'm going to my dashboard: https://terrenosmx.azurewebsites.net/wp-admin/ I use the User and Password (Web App -> Settings -> Environment variables -> Connection strings ->…
Azure App Service
How to fix a critical error in Azure WordPress App
I'm developing in Azure WordPress on a Windows 11 machine and I have the error message that a "critical error has occurred on the website, check your admin email logs" but I can't access the dashboard nor the website. Last time this happened,…
Azure
Azure App Service
Does azure support Themify Builder plugin on wordpress?
Azure App Service

How to connect my GitHub repo to an Azure App Service deployment slot?
I am trying to create a CI/CD pipeline to build my GitHub repo on Azure. In Deployment Center for the App Service Slot I select GitHub as Source. I see my correct name as Signed in As I see my name again as Organization The repository drop down is not…
Azure App Service
How do I migrate from using an Instrumentation Key to a Connection String in Application Insights for a Java Spring Boot application using an ARM template (template.json)?
I am currently using Application Insights in a Java Spring Boot application, where the telemetry is configured using the legacy Instrumentation Key (InstrumentationKey). I understand that Microsoft now recommends using Connection Strings…
Azure App Service
App Service Swap - weirdness with Environment variables
Hi all; When I go to swap the dev slot with production, and I do the swap command in the dev slot, I'm getting some unexpected behavior in the environment variables. After the swap: In the production slot it is as I expect dev slot - Deployment slot…
Azure App Service

Azure webapp for containers doesnt update the Keyvault secret values on app restart.
We are running our backend in Azure webapp for containers and have a KeyVault secret references as one of the environment variable. As per the Azure documentation, these values are refreshed from keyvault every 24 hours. Our issues is that this value…
Azure App Service
website isnt loading
We are writing to report a critical issue impacting our website, skywalkglobal.net. When searching for "skywalk global" on Google and clicking on our website's URL in the search results, users are being redirected to a malicious…
Azure App Service

Why Azure App Service Doesn't Support Deallocation Like VMs or Serverless Services?
I noticed that when using Azure Virtual Machines or Serverless SQL, I can stop or deallocate them to avoid being billed while they're not in use. But when using Azure App Service (like B1), stopping the app doesn’t stop billing — I have to delete the App…
Azure App Service

I have trouble loading my website page where I have table with almost 70k data. In my local server it is not taking much time at all however in production it is taking few seconds to load. What can be the reason for that?
When I am running my webapp in my local server it is not taking time at all. But when I run same webapp in production it is taking few seconds time to load data. I have my webapp built on django framwork.
Azure App Service
My App Service web app keeps losing access to KeyVault
We have a linux web app running on app service and a key vault in the same subscription. The app is configured with VNet integration. We use KV references as some of the app’s environment variables. Initially the KV was configured with a RBAC…
Azure App Service
How to move App Service between subscription - Error code : BadRequest, cible : Microsoft.Web/certificates
Hello, I got the Microsoft Azure Sponsorship subscription, so I want to move all my services to it. I can move many of my services but when I want to move WebApp, I got validation error with the following error: La validation du déplacement de…
Azure App Service
Is web server logging supported for all types of app services?
Hi team, Which app services ( web app, function app, logic app ) are Web server logging, i.e, HTTP logging supported? If yes, for which ones, and is there any further criteria on specific app service for which it is supported? Provide Azure…
Azure App Service
How to connect to user scope ftp for staging deployment slot Azure app service
Hi, I have a app service with deployment slot enable, The application scope ftp login working for both of the slot. However, for user scope, only the production are able to connect. The staging aren't able to connect. I have reset and confirm the…
Azure App Service
Azure Web App Service not Updating after new push using local git deploy
Hello Microsoft, So I have deploy an web app service on azure, but it seems like the app is showing the old deployment even though I have push a new version using local git I have check the log it show thisbut when I look up the /wwwroot it still have…
Azure App Service
Is there any approach to replace NAT Gateway?
We currently have a NAT Gateway configured to manage outbound traffic for one of our Azure App Services. However, since the NAT Gateway is one of the most expensive resources in our setup, we're looking for a more cost-effective alternative that can…
Azure App Service
Concern Regarding Extremely Slow Deployment Time via GitHub CI/CD to Azure App Service
Dear Azure Support Team, I am currently using Azure App Service Web App to host our backend (NestJS) and frontend (Vue.js) applications. We are leveraging GitHub Actions for CI/CD deployment. Initially, our deployments would complete within approximately…