502 bad gateway error - connecting internal APIM endpoints via application gateway
When connecting to API manager endpoints via application gateway throws 502 bad gateway error. A subset of the internally deployed APIM endpoints need to be exposed to the external users. Therefore, a public application gateway being used to route the…
Error: No such file or directory when using cd command
While trying to navigate to a log file using the cd command, the following error occurs: kudu_ssh_user@0055a7879e38:~/logfiles$ cd 2024_10_31_ln0sdlwk000IO4_docker.log -bash: cd: 2024_10_31_ln0sdlwk000IO4_docker.log: No such file or directory The log…
Unable to remove subnet due to AppServiceLink Error
Hello everybody, I would like to remove all my ressources because I stop my activity but I can't remove the last subnet due to an AppServiceLink error as you can see below (sorry, in french): Can you help me please ? :)
Can not transition from Alpine Linux to Debian for WordPress on App Service
I tried to migrate App Service WordPress from Alpine Linux to Debian in the Azure portal, but I couldn't select php8.3 in the configuration tag. Also, it remains at php8.2 and doesn't update to debian even after restarting. I am following the…
How to deploy WebApp with heavy packages like torch
I am trying to deploy a flask application as web app. But unable to do so- I tried using requirements.txt file to deploy the code, but it fails everytime I tried using the below in Startup Command- pip install --upgrade pip pip install…
For Error Type Message show blanks in Invocation details for .NET 8 isolated
I have added below code .ConfigureLogging(logging => { logging.Services.Configure<LoggerFilterOptions>(options => { LoggerFilterRule defaultRule = options?.Rules?.FirstOrDefault(rule => rule.ProviderName ==…
App Service Authorization not working when redeploying an app
Hello! I have set up Microsoft Authentication on Azure App Service. Every time I redeploy my app using DevOps Pipeline, I see an issue of Authentication not being set up. I am using the following repo.…
How to fix Session Cookie attributes not set application hosted in web app ?
How to remediate the issue or vulnerability of Session Cookie attributes not being set when the application is hosted in an Azure web app behind the Azure Application Gateway with WAF ?
Why is "New Quota Request" grayed out?
Why is the "new quota request grayed out? It seems like it would be a rights issue, but it's gray even for the tenant owners.
I am unable to get the buddybuilder plugin to work on Azure App Service for Wordpress
I am migrating a wordpress site to Azure App Service (Wordpress). Everything seems to work fine except for the BuddyBuilder plugin. Where it normally loads the groups, it seems that an Ajax call fails, and it just hangs with the message that it is…
I deployed an app through Open AI Studio, but the app's URL (Default domain) always leads to the "Hey, Python developers!" webpage
I created a chat based on AI Search Index from Open AI Studio. The chat worked well so I went ahead to deploy that chat as an app service, which seemed working as normal. But then I went to the deployed web app's overview page, and clicked the…
SSH CONN CLOSE Error on Azure App Service
I am unable to connect to SSH, and I am unable to connect to the app service. The container logs just say that the "Conatiner [containerName] for site [siteName] has exited, failing site start". It then processed to an error saying that…
Help with web application
I am doing the Microsoft Azure Security Engineer Associate (AZ-500) from Coursera and I ran in to a issue. I'm doing a lab name Create server-side web apps that sign in users and call APIs, I am at task #3 **(**Task 3: Extract and setup the web…
Why is only .NET 6 installed on Azure App Service Linux with .NET 8 configured
I have created a new Azure App Service. Operating System is Linux, Runtime Stack is "Dotnetcore - 8.0". The Stack Settings are: Stack: .NET Major version: .NET 8 (LTS) Minor version: .NET 8 (LTS) My expectation is, that .NET 8 is available…
Zone Redundant App Service Plan in West Europe
Hi, I've been trying to create two zone redundant app service plans in West Europe for our apps. However, I get the errors below: Operation cannot be completed without additional AZ quota. Please file a support ticket to request a limit increase.…
Need help to create web app on azure sandbox to call LLM to generate cobol code from design
Hi, I am participating in hackathon and would like to create a web application using Azure Sandbox, where the application would have 3 upload options 1 for old design 2 for new design 3 for old code and a submit button. once submitted the app would call…
I am trying to send an email using the code and the outlook smtp protocol, but there is an authentication error
I created an application in Azure and exchanged the access_token with code, but I get an error when using jakarta.mail: “535 5.7.3 Authentication unsuccessful [SGXP274CA0007.SGPP274.PROD. outlook.com 2024 -11-12t03:19:03.964z 08dd02bfa482f37e]”. An error…
Why are we experiencing frequent service breakdown day after day ?
We are getting this message on our deployed production environment frequently multiple times day after day. Why is this happening ? This is causing the request sent to response back with a 503 service unavailable error.
Why are the logs for the Windows App Service application logs unavailable between October 31 at 14:15 UTC and 19:20 UTC, despite being accessible before and after this period? This gap in logs appears to have prevented Auto-Heal from functioning.
Why are the logs for the Windows App Service application logs unavailable between October 31 at 14:15 UTC and 19:20 UTC, despite being accessible before and after this period? This gap in logs appears to have prevented Auto-Heal from functioning.
Can you override service endpoints use of IPv6
Hello, I don't think it is possible since it defeats the purpose of using a service endpoint but, is there a way to override the use of the Azure assigned IPv6 IP when Microsoft.web service endpoint is enabled? Having Microsoft.web service endpoint…