Content
Azure App Service - Memory Consumption
Hi, I am in the process of migrating on-prem Tomcat Java webapps to Azure App Services. Currently, we have 30 web applications running on a tomcat with 6GB of allocated memory (4GB heap, 2GB permgen). However, we have deployed only 9 webapps on azure,…


Jira ticket auto transition with mandatory fields
We have configure azure DevOps with JIRA and Crucible/Fisheye code review tool. When we raised a pull request/Commit the code automatically JIRA ticket/PR status is changed Engineering Assigned to Engineering Fixed state. with out verifying any…


Can I use Defender for cloud apps to monitor internal webapp usage?
Is it possible to monitor or even create policies including condtional access for an internal WebApp? In a managed domain. I have something like, app.mydomain.com to be monitored. But since is in my managed domain I can't see it, even creating a custom…


How to setup Vnet integration between ASP.NET 4.8 Azure Service V3 app and SQL Managed Instance?
I just created a simple ASP.NET Web Forms app to Azure Service - Premium V3 plan. This app runs fine as long it does not access our database in SQL Managed Instance (MI). When trying to access the database (a simple SQL SELECT statement in the…


VS Code deployment error: "Offset to Central Directory cannot be held in an Int64"
I'm deploying a Flask Web App to a Linux B1 App Service with one instance. My zip package size is under 900MB. When the web app is running I get the following error: "Offset to Central Directory cannot be held in an Int64", but if I stop the…


python webapp getting [CRITICAL] WORKER TIMEOUT (pid:130)
HI Admin i am using azure webapp linux environment to run my simple flask app , which will receive a pdf sends to Form recognizer and returns the output after post processing request by client. i am using p1v2 plan. region: central india more often i am…


How to deploy multiple Webjobs on a Single App service plan via Azure DevOps Pipeline ?
Hi, I want to deploy multiple Webjobs on a Single App service plan via Azure DevOps Pipeline w.r.t their configuration files.


Unable to add Custom Domain to Static Web App
Hello, I am facing a problem with assigning a custom domain to a Static Web App. I initially created an app and added a custom domain like app.mydomain.com and generated a TXT verification code. Afterwards, the domain vas in a verifying state, at…


Azure is blocking webSocket connect requests to my server test app on free tier compute platform
I'm building and testing client server communications via webSockets between a web client (current running on a local host) based on React/Node.js/Javascript and a server that I run on both the local environment on localhost port 80 and also on Azure on…


Need to get the TLS version for App service using Azure Resource Graph Explorer
Hi, I need to get a list of Azure App Service along with the minimum supported TLS version for each. I have tried using the resources table as below but the TLS version details do not seem to be available in this: Resources | where type =~…


Unable to connect Application Insights with App Service Diagnostics
On an Azure App Service, navigate to Diagnose and solve problems > Availability and Performance. On the Availability and Performance page, there is a section that says: "Connect Application Insights with App Service Diagnostics..." There is…


Deployment is succesful from Github, however in Azure says DJANGO is missing from requirements.txt when it is there in the source file.
LOG >>>>>> Running post deployment command(s)... Generating summary of Oryx build Parsing the build logs Found 1 issue(s) Build Summary : =============== Errors (0) Warnings (1) Missing Django modile in Missing Django module in…


Nodejs Web App on Azure
2020-12-18T17:39:06.652323823Z [41m [30mfail [39m [22m [49m: Middleware[0] 2020-12-18T17:39:06.652355023Z Failed to forward request to application. Encountered a System.Net.Http.HttpRequestException exception after 30585.959ms with message: An…


How to get AppServiceAuthSession cookie using access/id token for web app deployed on azure app service?
I am trying to write cypress automated tests for web app deployed on azure app service. Cypress does not allow redirects and also its not recommended to verify login flow managed by third party (Azure with EasyAuth flow). In order to access web app…


how to update the webconfig file in azure app service
Hi Team, We have deployed the nodejs code in the Node 14 Azure app service. while updating the webconfig file from the Advanced tools option in the azure portal, I am getting access denied 409 Conflict: Could not write to local resource…


Multiple authentication schemes do not work on Azure (app fails to start)
I try to work with two app registrations that uses one app service. appsettings.json "AzureAdInternal": { "Instance": "https://login.microsoftonline.com/", "Domain": "demo.example.com", …


How to configure VNET to protect cosmos DB but allow access from public Azure App Service Web App/Function using bicep?
After marking https://learn.microsoft.com/en-us/answers/questions/1035178/how-to-protect-cosmos-db-with-vnet as having the answer prematurely I've decided to make a new post. Please help me learn how to enhance Restrict network access to PaaS resources…


How do I do a 301 redirect with Azure Wordpress running Nginx?
I have an app service using the azure provided WordPress image, which uses the wordpress-alpine-php docker image, running nginx version 1.20.2. I need to redirect HTTP to HTTPS, and www to non-www, with the Azure AppService version of WordPress. There…


Configure WordPress web app to allow plugin and theme updates
Hi, I was hoping that someone could point me to the documentation detailing how to set up the Azure Web App service so that the WordPress app can allow plugin updates. Right now, the site goes down for extended maintenance after updating a plugin through…


Exception "Scheme already exists" when trying to implement multiple authentication schemes
For a Azure app service that uses two different app registrations for internal and external users I want to implement multiple authentication schemes. I use a ASP.NET Core web application (.NET6) with the following app…

