Tzahi KolberPassing variables in Azure Pipelines YAML tasks, jobs and stages.recently I found it very useful to get a variable in one task, job or even a stage, and pass them on to the next step in the Yaml file in…Aug 22Aug 22
Tzahi KolberChanging the default browser in Windows 11 using a PowerShell script.Changing the default browser in Windows 10 and Windows 11 isn’t simple like changing the registry values, since from Windows 10 they are…Dec 19, 20232Dec 19, 20232
Tzahi KolberDropdown Input choice workflows in GitHub ActionsSometimes, it's easier to select an existing option from a dropdown box, when running an automation process rather than filling up the…Jul 25, 2023Jul 25, 2023
Tzahi KolberRemark multiple lines in a Yaml, Terraform, a Json files or PowerShell.Often, I and many other decoders, get into a situation where you want to test only part of your code, or you need to make a temporary…Jun 18, 2023Jun 18, 2023
Tzahi KolberHow to configure and use a Yaml reference file in Azure DevOps.In this blog I will describe and demonstrate, how to use a Yaml reference file in Azure DevOps. Using a Yaml reference file, makes the…Jun 8, 2023Jun 8, 2023
Tzahi KolberPreventing and recovering from MailStorm within Exchange serversIn this blog I will describe what are the signs and what must be done to deal with a MailStorm situation in which there is a “rampant” of…Jan 27, 2023Jan 27, 2023
Tzahi KolberCoping folder from Azure DevOps to an Azure Storage using a Yaml pipelineIn this blog I will review a short script which allows you to copy folder from the Azure DevOps repository (Repos) to a storage account’s…Sep 22, 2022Sep 22, 2022
Tzahi KolberAzure DevOps error: The current operating system is not capable of running this task.During one of my Azure DevOps projects, running YAML pipelines, I ran into an issue that appears to be quite common, but not so well…Aug 15, 2022Aug 15, 2022
Tzahi KolberChecking Azure provider’s apiVersions in Json files with Azure latest versionsEvery provider or resource type in Azure has one or more apiVersions, which must be specified in the json file. It might happen that the…Aug 11, 2022Aug 11, 2022
Tzahi KolberPublicAccessNotPermitted error during Azure image builder processIn this blog I would like to share a small but very annoying error I ran into, during my Image builder process with Azure pipelines.Apr 24, 2022Apr 24, 2022