Content
HTTP Status 404 - Web app for container (Linux)
Hi, I am getting a HTTP 404 Not Found error (The origin server did not find a current representation for the target resource or is not willing to disclose that one exists) when I access when my web app (app service container) deployed on Linux. It used…


/usr/local/tomcat/webapps/ROOT/WEB-INF folder remains empty from GITHub Actions Java Web App deploy
I am Deploying a Simple Java Web App in Azure App Service using GitHub Actions workflow file. App Service is running on Java11/Tomcat 9.0 stack. Java Code > https://github.com/BasujitaBhattacharya/JavaWebApp. The artefacts generated after…


Failed to establish a connection to
Need help in connecting the Azure Postgres Database. No matter what I do, it just won't connect. The same piece of code works fine on my local database, database on VM, but not on Azure Postgres. My firewall setting seems ok because PgAdmin also works…


Error code 3 when testing connection between App Service and Storage File service
App service web job application is coded to access to an Azure file share folder via a UNC path e.g. \azurestorageaccountname.file.core.windows.net\foldername. Application is getting the error "Access to the path is denied". App service is…


Azure App Service zip deploy does not unpack app files in ~/site/wwwroot
I have an Azure App Service that I am deploying to seemingly without a problem, but the actual artifacts I see via SSH are missing. Here is what I am doing Prepare zip archive with all source and node_modules. Have triple checked this is correct …


Latest changes not reflecting in azure app service
Hi, I am facing an issue where the latest changes are not reflecting in the azure app service after I push from the azure repo. I am using azure repo and do not have any pipeline setup on it. I am using Laravel application so trying to deploy it. I…


Using Bicep to delete the resources
I used the below command to create resources : az deployment group create --resource-group jnfcrg01 --template-file ./deploy/main.bicep How do I delete these resources as well ? I need to create both deploy and destroy Pipelines, so cant find…


Missing outbound ips
Why aren't all the outbound ip for my azure web app listet in the Azure IP Ranges and Service Tags – Public Cloud - https://www.microsoft.com/en-us/download/confirmation.aspx?id=56519? I cant only find one of the ips 52.178.208.12 in all of my outbound…


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…
Application error while deploying Azure function app.
Hello, I am trying to deploy Azure function app using Bicep template. I have integrated the Function app with Private end point and DNS zone. The deployment is successful. But, when I tried to access the function app link, I get the below error. …
how to get certificate thumbprint in ARM template?
after executing below arm, how can I get certificate thumbprint? "resources": [ { "apiVersion": "2019-08-01", "location": "[parameters('Location')]", "name":…
Knowlarity Super Receptionist API Integration to act upon a receiving call
Hello, I have a requirement wherein I need to perform certain action in my WEB application based on phone call receiving event that happens in a third party application. Our customer is using Knowlarity Super Receptionist calling API to receive customer…


KUDU deployment script throws UNC path error
Application - Node | App Service - Windows Error : 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xxxxxxxxxxxx\site\wwwroot' CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory. npm ERR! path…


Want to know the network path between Teams and Azure resources
We are currently designing a system that will integrate Teams in Microsoft365 and App Service on Azure. There are following two flows, and my question is whether these routes can be stayed within the Microsoft network without going through the…
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…


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…


How to measure network latency in AKS or App service?
Team, Trust all are doing great. For hosting rest api, we can use Azure Kubernetes or App services but how to measure the network latency especially after months of hosting them in production. At times, we host single file binaries made in .net…
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…


Possible Handle Leak on Azure App Service App
We have an ASP.NET 4.8 application hosted in Azure App Service. At times we see a spike in latency in usually a single instance which also shows spikes in CPU time, TCP connections, Thread Count and Handle count. The average thread count and and average…


How to check CPU utilization of specific Azure Resource in Azure Portal. Azure Monitor or Azure Webapp Diagnose and Solve Problem
Hi, There are two ways to check the CPU utilization of webapp in azure. App service Plan -> Overview -> CPU Percentage chart. ( overall CPU utilization of the resource in the app service plan) Go to specific azure resource such as web…

