I am learning terraform. I want to print values of variables in "plan" stage. So I found how to do it. seems I am doing something wrong here.... in variables.tf
I'm trying to disable the Preview features New service connections experience. But the switch button stays gray with all roles. It's actually impossible to dis
According to my searches, it should "just work". This is the best article I found. I've followed the steps, but nowhere in the VSTS (Azure DevOps) interface doe
I am deploying an Azure App Service from Azure DevOps via a release pipeline that is configured to perform an Azure App Service Deploy task on my build agent. T
Currently the Azure kubectl task uses Kubectl version 1.13.xxx. Is there any way to run a newer version of kubectl that supports apply -k or kustomize?
I am writing a BASH script, where its creating an azure repo and then pushing code. post this step it will go-ahead and create an azure pipeline via azure-pipel
We are looking to carry out the following TFS upgrades in our Production environment: Upgrade TFS 2010 to TFS 2013.5 Upgrade TFS 2013.5 to TFS 2019 To support
We're trying to download secrets with the download key vault secrets release task in VSTS. The service principal is add in the key vault's access policies, al
I'm doing a zip deploy of a .NET Framework web app to an Azure App Service via a GitHub workflow. I have set WEBSITE_RUN_FROM_PACKAGE to 1 in the Azure console'
In Jenkins CI, there's a plugin to "Retry build after failure", where we can specify number of times we want the build to auto trigger when job fails. Does some
In an Azure DevOps pipeline template, I am declaring a parameter as an array/sequence parameters: mySubscription: '' myArray: [] steps: - AzureCLI@2 inp
I implemented a test method using MSTest2, the execution of the test code takes about a minute. This test uses DataTestMethod with DynamicData source. The resul
Did someone managed to enable via terraforms Insights for a VM? i'm able to create a VM, enable logging, but not enable insights.. i've seen this question: but
I'm using Azure DevOps with "Scrum" Process templates. I would like to know if "Start Date" and "Target Date" fields in Features and Epics are purely informatio
We have an Azure VM with SQL Server installed on it. We have our Visual Studio SQL Server database project in an Azure git repository. I've got the project to b
I have a use case where I want to use pipeline parameters in a yaml pipeline with user name and password. For the username it's easy because I simply add the fo
I am having a git repository for my project with a structure as shown below. The structuring is based on the source, all the codes, scripts related to a sourc
An yaml file is generated while you choose this option shown below: In this yaml file, you can define an entire deployment cycle starting from restore ->
I have developed an Azure Function v4 with .net 6.0. It contains one triggered function. Locally everything works fine. After deploying it to Azure it works fi
My requirement is to create a Logic App that will receive some inputs from other resources like Azure Data Factory and send out an email. I created this setup u