Questions tagged [azure-linux]
72 questions
2
votes
0 answers
Identity Server 4 Redirect flow Correlation failed
I use IdentityServer4 to log in user. Client and identity server run on .net core 2.2.
I have these enviroments:
dev - using debbuging in visual studio
localhost - using IIS on my computer
staging - Azure
Production - Azure
On each env, is identity…

Josh Butter
- 49
- 1
- 10
1
vote
2 answers
Change Azure VM authentication to ssh key
I have Linux VM on Azure which at first set without SSH keys. which means authentication is made only with password via SSH. I would like to change it now. I tried the way I know, I can login with the keys - but still login with password.
What else…

Gal Avichid
- 11
- 2
1
vote
3 answers
Azure Linux Startup Command ignored
I'm facing to a problem with Azure Wordpress on App Service, the Startup Command is ignored when I perform a restart of App service. I need to copy a custom config file into nginx directory as described in the article Configure Nginx for PHP 8 Linux…

user1584149
- 13
- 1
- 5
1
vote
1 answer
Error when deploying Azure app service on linux : disk quota exceeded
I have a .net 6 app deployed on a linux azure app service (P1V2 tier). I deploy the app on a staging slot.
Since yesterday I can't manage to deploy it because on the following error :
Docker API responded with status code=InternalServerError,…

olivier
- 133
- 3
- 11
1
vote
1 answer
Why would Azure Devops pipelines be unable to connect to my Python/Linux function app?
Update It is happening again. Successfully-created Windows-hosted function, visible in the Azure portal. Can connect to other functions in the same subscription and resource group, from the same pipeline, using the same service connection - but this…

Jude Fisher
- 11,138
- 7
- 48
- 91
1
vote
0 answers
Azure: unable to include extension
So I'm trying to deploy a Laravel app to azure and it worked fine at the start. In this project, I need to use SOAP so I included the SoapWrapper package in my Laravel app. When however I try to deploy it to Azure after adding SoapWrapper, I get the…

Jakke
- 33
- 5
1
vote
2 answers
azure linux web app whitelist IP gets 401 error
Our website is hosted on the Azure Linux web app, the site pulls data from third-party vendors. So we need to whitelist our website IP address to their server but after adding the IP for whitelisting still getting 401 unauthorized errors.
We checked…

D S
- 258
- 9
- 25
1
vote
1 answer
How can we automatically start the azure agent in a self hosted Ubuntu VM
I have installed an azure agent on a self hosted linux VM as per the documentation here & like to start the agent (i.e., trigger ./run.sh) when the VM is started everytime.

Sud
- 166
- 12
1
vote
1 answer
How to get application logs from AzureVM on Azure Analytics Log
I have an azure Linux VM where I want to run custom application which have simple stdout logs. For assumption, assume a python application with logs in print("This is a log") as logs. I want all the stdout logs to be streamed and queried in azure…

Zafar Shadman
- 31
- 6
1
vote
1 answer
Domain Join Azure Linux VM with ARM template
Is there any way we can domain join Azure Linux VM with ARM template? Like we have domain join extension for Azure Windows VM?
Or any other way to achieve this in ARM template?
Thanks

AUGgn
- 47
- 8
1
vote
2 answers
Is Azure App Service editor available on Linux App Service?
The app service editor is available on Windows App Service. However, I am not able to identify it on Linux App Service. The /dev route on the scm of the app service is supposed to bring up the App Service Editor. But for Linux App Service, the route…

Vijay
- 1,030
- 11
- 34
1
vote
1 answer
Azure Linux Web App Downloading files directly from URL not working
LATEST: I have heard back from Azure Support and supposedly this behavior has something to do with platform upgrades and Linux file systems...
Suppose I have a Linux Web App serving a website, in that website I have some content (PDF files in this…

2Xchampion
- 666
- 2
- 10
- 24
1
vote
1 answer
Unable to install LAD 3.0 extension
I'm trying to install Azure LAD 3.0 agent for this linux vm using ARM template. While enabling the extension, I want to enable the agent and want Metrics to be selected NONE, only syslog should be enabled and routed to the specified storage account.…

praveen krish
- 135
- 2
- 11
1
vote
1 answer
Problem seeing custom application log in Azure Log Analytics
I have an Azure Linux VM running a custom product. I want to upload the logs to Azure. At this point I just want to save the logs in Azure, but at a later date I will possibly scan the logs for errors, generate notifications, scan for metrics, or…

plex4r
- 243
- 1
- 2
- 15
1
vote
1 answer
How do I add HTTPS to Docker contained website running on Azure Linux VM?
I have an existing WordPress website running inside a docker container on a Azure hosted Linux VM. I have followed the instruction at Why does 'az vm secret format' command fail when prepping SSL cert of Linux VM deployment? so that the SSL…

ProfNimrod
- 4,142
- 2
- 35
- 54