Questions tagged [azure-appservice]
700 questions
0
votes
1 answer
Use of Application ID URI in Azure Active Directory app
I have an Azure app service X(which has an ASP.NET web api project published to it) that I have configured with Y AAD app thru Advanced Authentication(using Y's client id in it). Now I also have another Z AAD app, which I want to use in OAuth 2.0…

Prasanjit Rath
- 166
- 2
- 13
0
votes
1 answer
Multiple NodeJS instance on Azure App Service
As captioned, can I run multiple NodeJS instances in a single Azure App Services?
e.g.:
wwwroot/node1/xxx
wwwroot/node2/yyy
So, when I access xx.xx/note1/** it will go to node 1 instance.
As I don't want to huge NodeJS project and would like to…

koonyue
- 1
- 1
0
votes
2 answers
Azure App Service - Set-AzWebApp : Operation returned an invalid status code 'Conflict'
I am trying to run Set-AzWebApp command to set web application properties
Set-AzWebApp -AppSettings $settings -ResourceGroupName $resourceGroupName -Name $appServiceName
$settings is a Hashtable.
I get this message back with no additional…

Gopal Krishnan
- 968
- 11
- 14
0
votes
1 answer
How do i access the Default Document tab on my Azure App Service?
i am currently trying to display my deployed node.js express app on my azure app service, but can't access the default documents tab in the configuration settings.
My current View:
https://i.stack.imgur.com/SH2ZW.png
The setting view should look…

Joschua Xner
- 95
- 1
- 10
0
votes
1 answer
Azure ARM template is missing siteconfig
Yesterday we notices that the arm-template that we are using to create a new app service slot was not able to copy settings from prod-slot to staging-slot. Api version "2016-08-01".
To copy the settings we use a script for type:…

Johan
- 53
- 5
0
votes
1 answer
Default publish vs pick a publish target in Azure
I have two app service application and function apps [different solutions]. Both are developed using .Net core Visual Studio 2019.
I see different type of wizards for publish during publishing app service . This is creating confusion.
I would like…

AskMe
- 2,495
- 8
- 49
- 102
-1
votes
1 answer
Managed Identity, EF Core 7, Azure App Service - error 400
This is the closest post I could find that relates to my issue. Hope you don't mind my piggy-backing.
My connection string works in VS Code but breaks in Azure with the following error:
ManagedIdentityCredential authentication failed: Service…

Hein Taljaard
- 1
- 1
-1
votes
1 answer
multi-container app build via docker-compose in Azure Container Registry work locally but fail on Azure app services
I containerized an app that has two servers to run: rasa and action_server. I used docker-compose to build the images and then pushed them to Azure Registery Container.
I run the images locally from Azure Registry Container and works fine on…

Shaida Muhammad
- 1,428
- 14
- 25
-1
votes
1 answer
Is it possible to connect to the Azure App Service windows machine with RD?
I have an App Service in my Azure resource group. My ASP NET application is hosted on the windows environment inside that app service. I am wondering if it is possible to connect to this desktop windows server using Remote Desktop or something like…

Hawos
- 33
- 6
-1
votes
1 answer
How can I configure autoscaling in Azure App service based on load
I have configured app service autoscaling on CPU and memory utilisation. However I have observed the CPU never shooting up. So I was wondering if there was a way to auto scale based on load in appservice?Any input much appreciated.

Haq114
- 1
-1
votes
1 answer
App Service Plan and Reservation App Service
I am curious about the difference is when creating an App Service in the reservations for 3 years and just having an App Service Plan which I can add multiple App Services to ?
The cost is much lower than an App Service Plan, but I was wondering if…

SingleDigit
- 7
- 1
-1
votes
1 answer
Azure app service, currently restricting access to various test systems via IP address. Is there a better way to restrict access?
We have a number of test/uat app services and websites running on app services. We currently restrict access via IP address by adding the IP address to the firewall.
This worked fine when it was mostly developers with static IP addresses but now we…

WooHoo
- 1,912
- 17
- 22
-1
votes
2 answers
WinSCP fails to run as a WebJob on Azure App Service
I've developed a .Net console application to run as a webjob under Azure App Service.
This console app is using WinSCP to transfer files from App Service Filesystem to an on-prem FTP Server.
The connectivity between App Service & the on-perm FTP…

mamhh
- 85
- 1
- 9
-1
votes
1 answer
How to copy all the appsetting to Azure App service(windows) when deploying from visual studio
I have complex hierarchal setting in my appsetting.
when I deploy(using Publish) my App from Visual studio, I am wondering if it does copy the appsetting to Azure, because i am getting error related to one of the setting not being available on azure…

NSS
- 1,835
- 2
- 29
- 66
-1
votes
2 answers
Host HashiCorp Vault in Azure App Services
Is it possible to host/deploy HashiCorp Vault on MS Azure App Services so that I can create, read, update and delete Vault secrets from my apps deployed on Azure App Services?
I can't find any documentation. I only know that I can host it on Windows…

turtleCheeks
- 3
- 1