I created a pipeline in Azure with Ubuntu 18.04. My requirement was to run a docker image using bash script and for the same below script was created but on execution I received an error “docker command does not exist and docker: invalid reference format. test.sh Error To describe in detail, here are the tasks created on az pipeline :-
Tag: azure
Loading a TLS certificate uploaded to the Azure portal into a Linux app service container
For some time we’ve had an ASP.NET Core web app running on an Azure App Service. As part of upgrading to netcoreapp2.2 we’ve decided to Dockerize it and run it on a Linux container, still in an app service. One thing this app does is load in a TLS certificate for token signing. Previously this certificate was uploaded to the
Azure Docker Web App – Failed to update data for container settings
I’m trying to configure continuous deployment for my Web App in Azure so it deploys every time I push an updated container image to the Azure registry. However, when I go to “Container Settings” and set “Continuous Deployment” to true and then hit save I get the following error: “Failed to update data for container settings.” I’m not sure how
How to use Mysql Connection String inside PHP code which is served by Azure Lunix App Service
I’m trying to host Wordpress to Azure lunix App service. I created a Azure Database for MySQL, then I got the web app connection string from the connection strings screen. The connection string format is Then I created a Linux based app service and added the MySQL connection string to its configuration. Then I used this code in wp-config.php to
Locating ODBC Driver 13.0 for SQL Server on Ubuntu Azure VM
I have a python script that requires ODBC Driver 13.1 for SQL Server to connect and write to a SQL Server. I am trying to setup the script on a Linux VM running Ubuntu 16.04 on Azure. I am having trouble locating the location of the driver to use in my script. I have followed the instructions here on installing
Can’t create image of linux vm in azure – generalizing erases my work
I’m obviously missing something VERY basic in my logic. Can someone help. My problem: I create a Linux VM in Azure through the Azure CLI. I ssh in, and provision my VM with the packages/programs I want (i.e. downloading Anaconda, Keras, etc.) PROBLEM – When I follow steps to capture an image (AZ_cli_makeImage_link), ALL my work is erased when I
How to connect Azure Web App througt a Hybrid Connection to Oracle Linux
I was looking for the way to connect my Azure Web App using a hybrid connection to my On Premise Database server, Oracle Linux. Any suggestions? greetings. Answer Unfortunately, Hybrid Connection Manager does not Support for Linux. The Hybrid Connections feature requires a relay agent in the network that hosts your Hybrid Connection endpoint. The reply agent (HCM) is not
Setup Linux Diagnostic extension using ARM templates
Hi I am trying to create an ARM template to setup the Azure Linux Diagnostic extension on my Linux VM using ARM templates to monitor mount points. I am referring to the following documentation to achieve the same: https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/diagnostics-template However, on researching through other documentation provided by Microsoft, I figured out that the Windows and the Linux Diagnostic agent have
Azure CosmosDB on Linux
is there a way I can run a CosmosDB emulator on a Linux machine? I need to setup a development environment for Azure Functions projects. There is a solution for storage (Azurite), I wonder I can find the same for CosmosDB. (Running a virtual machine is not an option for this case) Answer The short answer: Today you need a
Mapping Azure File Share in Bash Cloud Shell
Is this possible? So far I have not had much luck but I have limited Linux skills. I want to be able to map a persistent share so I can store Terraform state files that can be accessed by every person on my team. Using the PowerShell Shell, I can easily create a new psdrive to the share but you