Hopefully someone can push me in the right direction. I have a Terraform plan that currently stands up a Linux VM in Azure. I am attempting to run a bash script
I would like to run a test script on an existing compute instance of Azure using the Azure Machine Learning extension to the Azure CLI: az ml run submit-script
I have created a policy for an application following the B2C tutorial docs. It successfully creates users in a B2C tenant, filling in givename.. email etc from
I am trying to access the URL given in Azure for a file on the Azure File Storage format, however I am getting this error below. Is it possible to get this? W
We have a collection of Azure DevOps pipeline templates that we re-use across multiple repositories. Therefore we wanted to have a file that contains variables
I'm beginning to build out a kubernetes cluster for our applications. We are using Azure for cloud services, so my K8s cluster is built using AKS. The AKs clust
I'm trying to average a set of columns and exclude rows with zero from the denominator by using a case statement within an AVG() function. I read that avg() exc
I have a problem with an Azure Web App, as it does not load a .json file that is located on the server. The app is running fine until it needs to load the data
I am receiving an error in Azure CI pipelines. While trying to run a DotNetCoreCLI restore task. Been scrapping the net for hours to no avail, no solution from
I have published the project on Azure websites and it throws exception: Microsoft.SqlServer.Types, Version=11.0.0.0 missing when I try to run report. Loca
We are using a trial version of Azure. We are trying to perform cross server queries from our SQL Server 2012 in-house. We seem to have our local 2012 linked wi
Is it possible to create an html form to allow web users to upload files directly to azure blob store without using another server as a intermediary? S3 and GA
We have a load balanced set in Azure for our web application, which load balances port 80 and 443 between two VMs. We have used the default tcp probe. Is there
When I try to insert an array as one of the Values in local.settings.json file: { "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "", "Azu
I deployed a web app on Azure App Services. When web app tries to connect to the Azure SQL Database connection failed. I downloaded the event log from Kudu, I f
when I run npm install aws-azure-login, package is successfully installed but when I try to access, it throws the error('aws-azure-login' is not recognized as a
I have created an external table in Azure Synapse from a parquet file stored in an ADLS Gen2 container. I have used the following three queries to create the da
I'm following the tutorial Continuous integration and delivery on Azure Databricks using Azure DevOps to automate the process to deploy and install library on a
I have an Azure Bot installed in my organization through Teams. Interactions with the bot are properly functioning. We have a scenario where we need to send not
I recently went through the hassle of creating and uploading a .VHD image containing a nice little Debian installation to my Azure Storage Account. It was creat