Questions tagged [azure-linux]

72 questions
0
votes
1 answer

Error while pushing Docker image on Azure Container Registry

I am getting below error when I run docker push command on my Azure Linux server, The push refers to repository [prio.azurecr.io/prio-adi-piplines] ea8e4df76021: Preparing 48b104cbbb7b: Preparing ceaf9e1ebef5: Preparing 9b9b7f3d56a0:…
0
votes
1 answer

How can I check which content of cloud-init.txt was used on my Linux Azure VM or VMSS instance?

I had a problem where I was updating cloud-init.txt for a VMSS deployment like https://github.com/KaiWalter/azure-private-link-port-forward/blob/main/infra/modules/forwarder/cloud-init.txt for while, but non of the updates seemed to be effective -…
Kai Walter
  • 3,485
  • 2
  • 32
  • 62
0
votes
1 answer

Linux Azure Function - how to change the port used by underlying container?

I am trying to deploy Azure function to Linux environment. Function needs to use hybrid connection to connect to on-prem API on port 80. After deploy I receive the following error "Azure Functions Runtime is unreachable". Here is the output from…
0
votes
0 answers

nginx included file not relaoding properly

I am using Linux azure box for PHP application. In my /etc/nginx/sites-available/default file I have added one file containing set of redirections. See code below, include /home/site/nginx_redirections.txt; And nginx_redirections.txt contains…
reshma
  • 672
  • 8
  • 24
0
votes
1 answer

How to generate PGP key in Azure Linux host

In the Web SSH console for my Azure Linux host, the following command: gpg --homedir=$homeDir --batch --gen-key pgp-params.txt results in this: gpg: error running '/usr/bin/gpg-agent': exit status 2 gpg: failed to start agent '/usr/bin/gpg-agent':…
Donny Kwitty
  • 327
  • 2
  • 15
0
votes
1 answer

How to set a subfolder as webapp root on Azure Linux

I'm using Linux on Azure to host my webapp and it deploys fine. My local dev tree structure looks like this: build node_modules src .deployment .env .gitignore package.json README.json ... When I deploy to Azure it looks like…
gregwhitworth
  • 2,136
  • 4
  • 22
  • 33
0
votes
0 answers

How to send PDF from Azure to a remote printer?

I have a .NET 5.0 API running on an Azure Linux server. I need to print a PDF document (silently) when a method is called. The printer model is Kyocera M2535DN. Below code prints dozens of pages of byte array characters. Socket s = new…
sasailic
  • 15
  • 4
0
votes
1 answer

Does Direct Line App Service extension work on Azure Linux App Service?

I am working in project which uses Bot Framework, and We are implementing DirectLine with websockets connection. For this, we are using Direct Line App Service extension. We are following these steps:…
0
votes
0 answers

Install PHP extensions on Azure App Service with PHP 8+

We have written an application in PHP that we're about to deploy to Azure that utilizes a few PHP extensions, such as ImageMagick. Since Azure PHP 8.0 and 8.1 as runtime is now only available on Linux, I would like to know if there is a way to…
Daniel Forslund
  • 241
  • 1
  • 8
0
votes
1 answer

Azure Linux Reset password fails with ParentResourceNotFound

I am trying to reset a password in the Azure portal for a Linux VM and I'm getting the error: ParentResourceNotFound. No extensions, like VMAccessForLinux, are shown as installed but I know I was able to do this in the past when there weren't any.…
Dan Csharpster
  • 2,662
  • 1
  • 26
  • 50
0
votes
0 answers

Install GitLab Runner on Azure Linux VM using GitLab CI/CD Pipeline

I have provisioned a Red Hat Linux VM in Azure, as a dedicated host for my organisation's GitLab Runner. To ensure we have a fully automated process in place going forward, I'm looking to set up a GitLab CI/CD pipeline that will run the required…
0
votes
1 answer

Unable to Deploy Flatcar OS on Azure

I was trying to deploy flatcar image on Azure, but I am not able to deploy it. following are the steps I performed I downloaded latest azure supported VHD from…
0
votes
1 answer

Azure Insights: webapp request time

I have enabled http request logging for my webapp in Azure insights. I don't understand there is such a large response time disparity between identical requests, received just a few seconds or a few minutes apart. A log example with three records: {…
0
votes
1 answer

Azure RHEL Linux VM updates , Gen2 supported?

I am trying to add a RHEL8.2Gen2 VM to automated patching but its failing . I get the hybrid runbook worker is not running error when I run the trouble shooter. I also get the following error when I go to the "Check For Updates" option on the VM…
AndyM
  • 562
  • 4
  • 22
0
votes
1 answer

rsync: rename ... -> ...: No such file or directory (2) Azure Linux App Service

After adding a custom startup command as per the docs I began receiving error rsync: rename ... -> ...: No such file or directory (2). The first deployment worked but consecutive deployments failed. Upon further inspection I observed that the…
vdidxho
  • 165
  • 1
  • 14