403 - IP Forbidden Issue
I have deployed Python based Flask APIs in the Azure Web App in a Private Network with the configuration of VNet and Private Endpoint. Though the application is deployed successfully, but however intermediately I am getting 403 IP Forbidden while…
Private Endpoint NSG rule between independent virtual networks.
Hello I have 2 independent virtual networks in my environment, with NSGs to control traffic flow. NET A: Workload Subnet(houses the Management and other VMs) Private endpoint subnet (connects above vms to storage account) Bastion subnet NET B has…
Invalid MountPath when deploying Windows Web App with Bicep
When trying to deploy a new Windows container-based Web App using Bicep it fails when trying to mount an Azure Files SMB share on initial deployment: Template: resource webApp 'Microsoft.Web/sites@2024-04-01' = { name: name location: location …
Azure appservice deployment does not clean root directory
I am issuing below command to deploy to a Azure appservice in my Jenkins pipeline script. But I get below issues. Command: az webapp deploy --clean true --restart true --resource-group
Azure claims provision to a Cloud App
Hello Experts, I don't understand how attributes/claims are provisioned from the Azure Enterprise Application to the Cloud App. For example, I have defined a claim in Azure: "name" = user.principalname. In the transformation, I entered the…
Wordpress App Service & CDN Setup
Hi, I am new to Azure Cloud and currently tasked with setting up a Wordpress site using Azure App Service. Below is my current setup brought up following Azure guideline: In my current setup I utilize CDN (Frontdoor) as the only entrypoint to my App…
Azure Web Service Quota exceeded with no usage
Hello, I have a Web App that's been running for a long time with no issues, and has very, very low usage. Yesterday, it was suddenly shut down due to "Quota Exceeded", and I see on the Quota tab for the app that the CPU Time is maxed out. Not…
How to Deploy a Flask Backend and Next.js Frontend Together in Azure Web Services
We created an application using Next.js React for the front-end and Flask for the back-end. We successfully developed and tested the app locally using Docker. For deployment in Azure, we: Created a container registry Tagged Docker images Created…
Azure Open AI app deployment bug
Hello, I am trying to deploy a Chat from Azure AI Foundry| Azure OpenAI Service. In the Chat Playground view, I have an option to select "Deploy" -> "... as a web app," but when I click the second step, nothing happens. I tried to…
WebSocket Connection Issue in socket.io Node App on Linux - CORS
I have an app service running on Linux Ubuntu 20 (B1 Plan), according to the docs, web socket is enabled there by default so there is no need to enable it explicitly manually like on Windows apps. App depends on npm packages for socket: socket.io@^4.7.4,…
App Service VNet Integration not working with App Config Private Endpoint
I currently have this issue where after setting up a private endpoint for app configuration, disabling public network access, and then setting up VNet Integration on my app service I keep getting the following error. I have a VM on the virtual network…
Edge Browser: loginRedirect() returns 302 Status and no redirection happens
I am developing Flutter Web App that utilises msal in authentication flow. I managed to implement the auth flow and it works fine in most cases but there are some issues with specific scenarios especially on Edge browser. When loginRedirect() is called…
How to Allow Customers to Access Azure Container Registry from Another Tenant?
I have an Azure Container Registry (ACR) that is private where I push Docker images for our customers. The customers have their own Azure accounts, and I want to allow them to only pull images from the ACR in our Azure account. How can this be done in…
Restore Web Apps Snapshots failed
facing the errors as below when restoring the webapp in azure from the automatic backup Operation name: Restore Web Apps Snapshots Error code: ResourceOperationFailure Message: The resource operation completed with terminal provisioning state…
Unable to send emails in Azure WebApp utilizing Mandrill
Hello Azure Community, I followed the instructions in this article to setup Transactional emails using Mandrill: https://learn.microsoft.com/en-us/aspnet/core/blazor/security/account-confirmation-and-password-recovery?view=aspnetcore-9.0 The below…
The page address is not displaying anything, it just shows a blank page.
I published my web app using Azure App Service (Windows). My application is MVC, dot net 8, with a database. The database works fine. I can connect to the database and run the application normally on my local machine, but after publishing the application…
Does using one registered app for two web apps only allow a user to login to one app at a time via EntraID?
I have two Blazor web app project: App1 & App2. Both of them are deployed to one Azure app service. App1 is deployed to root "/" and App2 is deployed to virtual application as "/app2". I'm trying to use one app registration, so…
I have created an app service plan under pay-as-you-go, how to change it to 3 years reserved plan
I have created an app service plan under pay-as-you-go and mapped to a web app, how to change the app service plan to 3 years reserved..Thanks
Deployment Issue in Azure Web App
I am trying to make a Python Application Deployment in Azure Web App. The Deployment is within the private network, and we have VNet and Azure Private Endpoints in place to secure the application. But while deploying the application which was previously…
Unable to Choose Location When Deploying Azure AI Web App - How to Proceed?
Hello, I am experiencing an issue with deployment. I am unable to select a location, and when I attempt to deploy, an error appears immediately. I have attached a screenshot of the error for reference. Could you please provide any information or…