Content
Azure app service timeout but can't find it in app insights log
I have two app services A and B on the same app service plan, and both has application insights turned on. A depends on B, which mean if a use visits A, then A sends a request to B, after A gets response from B, A returns response to user. Sometimes A…


Then, trying to Deploy on the Azute Portal with App Service connected to Github Actions, a failure occurs, but it does not show the LOGs
I have an application in a test environment that I've been developing since 01/29/2023 and all Deploys using GitHub Actions after each commit in the repository were successful. However, since today 01/02/2023 I have been trying to perform a Deploy in the…


How to configure Azure App Service so that the cache-busting rewrite rules in our Web Forms app's web.config work?
In our ASP.NET 4.8 Web Forms app web.config file we have following rewrite rule under the <system.webServer> section in order to cache bust certain CSS and JS files: <rewrite> <rules> <rule…


Is it possible to configure WAF to allow IdentityServer requests?
Hi All We are in the process of ruggedising some of our Azure systems and one of these is a website that services IdentityModel4 requests. We have the new instance of this set up behind a Premium Front Door instance with a Prevention Mode WAF policy…


access azure key vault from azure web app where ip changes often bc of CI/CD
I have a docker container that accesses azure key vault. this works when I run it locally. I set up an azure web app to host my container, and it cannot access the key vault I followed the suggestion from https://www.youtube.com/watch?v=QIXbyInGXd8 and…


How to permit web app to access keyvault
I have a web app that is updated via a pipeline and CI/CD practices. I need it to access key vault, but it's ip address will change after each update, so cannot pass a single ip. will setting up a virtual network work? I am trying to set up a virtual…


Create a login page with more identity providers using authentication service.
I'm using Azure Web App. I configured every indenty providers I want for my app. I would like to protect the whole application with authentication but I would like to provide a page where I can show all the identity providers and select the one you…


App Service Plan Storage
Hello, On app service plan - File System Storage what mean of 'Usage (this ASP)' and 'Usage (other ASP's)?


How to connect via ssh to specific container?
Hi i have App Service with custom docker image scaled to two instances i want to know how to connect via Web SSH console to each of that containers, when i trying to to that i am still connected to same container, how to choose which to connect? thanks…
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO during React install GET package
I am completely new to Azure. We host an app service on Azure which comprises git version control, a node / ReactJS Frontend and a C# .NET Backend, which talks to an SQL Server Database and this deploys automatically when code is merged to the relevant…


Azure web app giving 502 errors intermittently
I have developed a web app by using .net mvc framework to upload videos directly into blob storage. I have deployed this on my azure web app which previously had plan B1 where I used to get 502 issues. So I looked into "Diagnose and solve…


gRPC App in App Service startup. Port 8080 already in use
Since late last night my web app has started failing to load due to port 8080 already being in use. I have destroyed the app and recreated it, but whenever I deploy my code, the logs state Failed to bind to address http://[::]:8080: address already in…


Vnet deletion error: InUseSubnetCannotBeDeleted
Service: Vnet Operation: Delete Error: InUseSubnetCannotBeDeleted Failed to delete subnet 'sn-dev-uks-mxdr-logicapp'. Error: Subnet sn-dev-uks-mxdr-logicapp is in use by…


CPU and memory spikes in azure app service plan every 8 hours
Hello, My Azure App Service Plan has unexplained memory and cpu spikes every 8 hours. There are several apps on the app service plan, but only one production application that has regular usage. The production app has fairly low utilization, and only…


How to upload or deploy a WordPress plugin zip file to my web app
I am trying to add a WordPress plugin to my Azure web app. I tried using the WP backend environment to upload the zip file through this means. This way doesn't work. So, how can I add the necessary files for this plugin? Plugin: SEOPress Pro


How to fix canonical issues with WordPress on App Services
I need to redirect www.example.com to example.com. I have a custom domain with SSL, https enforced. Http requests are being redirected to https and working as expected. Where, or how, do I configure a redirect to get the www.example to redirect to…


Incorrect AppService VNet Private Ports reported to application. *Application unusable*
I'm using Private Ports feature in my AppService connected to VNet by setting vnetPrivatePortsCount I read the value of WEBSITE_PRIVATE_PORTS environment variable on app service startup and bind to those ports. The ports are not supposed to change during…


How to connect App Service to VM in vNet
I have a MySQL server running on a Debian VM in Azure. I want to connect my .Net Web App running in App Service to that server. Both are in the same vNet and vNet intergration is on in the App Service. Still I cant connect or even ping the virtual…


I installed the sql server in Azure Windows VM(IAAS) service to configure to azure webapp
I installed the SQL server in Azure Windows VM(IAAS) service to configure the azure web app using VNet Integration But it is not connected and also I set up the NSG rules to the VM. Can you plz suggest to me how to integrate IAAS SQL into Azure Web…


Unable to connect to .NET 7 GRPC service on running on Linux App Service
I have a GRPC service written in .NET 7. It works without issue locally. To publish it to an app service, I followed the instructions at https://github.com/Azure/app-service-linux-docs/tree/master/HowTo/gRPC/.NET/.NET%207 It says it's working. I get…

