python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure Webapp Clone powershell script is not working
I want to copy an existing webapp to another app plan. I have collected the command from https://learn.microsoft.com/en-us/azure/app-service/app-service-web-app-cloning
But getting ##[error]Long runni...
Akash paul
Votes: 0
Answers: 1
500 Error in DotNet Core 3.1 with Ocelot Gateway
I'm implementing a gateway to work on Azure Portal. The problem is my Ocelot which works perfectly fine on localhost, but on Azure it always gives 500 Internal Error.
My Ocelot:
{
"Routes"...
prezequias
Votes: 0
Answers: 1
Azure App Service with Python 3.9 deployment failed
We are trying to deploy a rather simple flask app to azure app service. The deployment (using local git) fails with the following output:
remote: Python Version: /tmp/oryx/platforms/python/3.9.12/bin/...
John Gorter
Votes: 0
Answers: 1
Azure API Management forward-request ClientConnectionFailure to App Service API
I have a .NET Core Web API hosted in Azure App Service, with API Management in front of it.
I have added the IP of API Management to be allowed in inbound traffic to my App Service:
If i send a reque...
Albin Cederblad
Votes: 0
Answers: 1