Skip to main content
0 votes
0 answers
96 views

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 ...
Josh Brunton's user avatar
0 votes
1 answer
57 views

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....
fahadash's user avatar
  • 3,313
0 votes
0 answers
76 views

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 ...
ADP's user avatar
  • 123
0 votes
0 answers
23 views

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 ...
NutsAndBolts's user avatar
-1 votes
1 answer
137 views

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 ...
Mark's user avatar
  • 143
0 votes
0 answers
108 views

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 ...
Obiii's user avatar
  • 854
0 votes
1 answer
134 views

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 ...
S.D's user avatar
  • 1
0 votes
1 answer
109 views

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 ...
Udara Seneviratne's user avatar
0 votes
2 answers
273 views

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 ...
user2148124's user avatar
0 votes
1 answer
200 views

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 ...
Citizen's user avatar
0 votes
1 answer
167 views

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 ...
RBT's user avatar
  • 26.3k
0 votes
4 answers
526 views

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/...
Abdul Khadar's user avatar
0 votes
1 answer
110 views

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 ...
Timotius Giovandi's user avatar
0 votes
1 answer
44 views

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> ...
Aleks G's user avatar
  • 57.5k
0 votes
1 answer
115 views

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 ...
Gandalf0u's user avatar

15 30 50 per page
1
2 3 4 5
44