python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Do Azure web apps support role based authorization rules from the web.config file
I have a legacy application which needs moving to Azure web apps. When running it locally in IIS Express, the authorization rules work as expected, however when it's deployed to an Azure app service, ...
jamesb
Votes: 0
Answers: 2
Could not load assembly 'Newtonsoft.Json' using ml.net in Azure Web Api
TL;DR
In an Azure-hosted Web API, an ML.net model fails to load due to a missing Newtonsoft.Json dependency.
Details
I've a C# net6.0 Azure hosted Web API that loads and calls a pre-built ML.net (v1....
richaux
Votes: 0
Answers: 0
Azure WebApp and docker-compose in Linux
I have a WebApp that runs in Linux Service Plan as docker-compose. My config is:
version: '3'
networks:
my-network:
driver: bridge
services:
web-site:
image: server.azurecr.io/site/site-pr...
Ricardo Gaefke
Votes: 0
Answers: 1
Azure app service easy auth with Azure AD is not working for linux web app
Azure web app Easy auth (with Azure AD auth) is working for windows web apps, but not on Linux web app.
After enabling the easy auth with Azure AD the web app url shows page not found.
When I checked...

Ravikumar B
Votes: 0
Answers: 1