654 questions
0 votes
0 answers
96 views
Adding Authorization Middleware to Blazor App causes errors when hosted in IIS
I have a Blazor Server app that requires users to sign in with a Microsoft account (within my company's tenant). I'm trying to further secure it by only allowing users who meet a certain criteria, but ...
0 votes
1 answer
57 views
Azure Web App: Zip deployment fails on zip files created through Powershell
I have a Azure Web App with NodeJS Runtime. I am using the following command to deploy published zip files. az webapp deploy --resource-group test-rg --name AppName001 --src-path C:\path\to\publish....
0 votes
0 answers
76 views
Azure Bot with single tenant issue- AADSTS700016
Since Azure Bot has deprecated multi-tenant support, we have started updating the configuration and code to work with MS Teams app and Azure Bot in a single-tenant setup. However, whenever we send a ...
0 votes
0 answers
23 views
Deleting a file in Azure Webapp
I am trying to delete a file from the Azure web-app. And I am unable to delete. I tried the following: Delete icon in UI from the Advanced Tools Command prompt in Advanced Tools with Force option ...
-1 votes
1 answer
137 views
Why does my KeepAlive Implementation work in Visual Studio but fails after deployment? [closed]
I have an Azure Web Application that fails with a 500 timeout error during a file download when the threshold of 4 minutes has been exceeded. Ideally I wanted to use Durable Functions as an ...
0 votes
0 answers
108 views
User ID from Azure Web App authentication
I am working on a webapp which has these: FastAPI - Backend Chainlit - Frontend The chainlit frontend is mounted on the FastAPI backend. He is how it looks in the code: @app.get("/") async ...
0 votes
1 answer
134 views
Unable to enable only Entra ID authentication for Azure SQL for app service slot
I have azure web app having system managed identity turned on. I am trying to add this app(using identity) to the Azure SQL Server CREATE USER [appname] FROM EXTERNAL PROVIDER; This works fine but ...
0 votes
1 answer
109 views
Getting Error: Deployment Failed, Error: Failed to get app runtime OS when deploying the Azure Web App
I was trying to deploy an updated tag into my Azure App service I kept getting the error Error: Deployment Failed, Error: Failed to get app runtime OS And I was checking all the solutions that were ...
0 votes
2 answers
273 views
ASP.NET Core Web API on Azure App Service returns 401 Unauthorized when Easy Auth is set to "Require authentication"
I’ve deployed an ASP.NET Core 8 Web API to Azure App Service and I’m securing it using OAuth 2.0 Bearer tokens issued by Azure AD. Setup: App Service Authentication (Easy Auth) is enabled. Identity ...
0 votes
1 answer
200 views
500 Internal Server Error when deploying Next.js app with Clerk to Azure Web App
I'm deploying a Next.js application that uses Clerk for authentication to Azure Web App (Linux). The deployment completes successfully, but when I try to access the site in the browser, I get the ...
0 votes
1 answer
167 views
Getting error in build step of GitHub Actions while deploying a Node.js application to Azure: No such file or directory
I'm trying to deploy my Node.js application to Azure web app instance. Here are the web app details: Operating System : Linux Runtime stack : Node-20-LTS Here is my code structure on my local ...
0 votes
4 answers
526 views
Issue with azure web app runtime stack .NET 6
I want to create WebApp with .NET 6 Runtime Stack, OS as Windows. But not able to find .NET 6 Version while creating web app. I tried to fetch Web App Stacks via API. GET https://management.azure.com/...
0 votes
1 answer
110 views
Azure .NET web app is not connected to Azure SQL Server, but works fine on local
I'm trying to deploy my ASP.NET Web API to Azure. Long story short - it works on local machine - Azure SQL, but not on the cloud app (HTTP ERROR 500) using the same AZURE_SQL_CONNECTIONSTRING. Is ...
0 votes
1 answer
44 views
URL with spaces results in 404 in Azure Web App
I have an Azure Web App (php based, but this doesn't matter), with the setup redirecting all requests to index.php, which then handles the request. My web.config has this: <rewrite> ...
0 votes
1 answer
115 views
Azure Web App fails to start after deployment due to unexpected permission code
After deploying my Python/React app to Azure Web App using ZIP Deploy, the app fails to start with the following error: ValueError: Permission code orders_justification_read is defined in PERMISSIONS ...