PowerShell, Office 365, Azure and automation
Category: <span>Azure</span>

How to run the same action for multiple repositories in Azure Dev Ops using pipeline

Sometimes there is a need for a Dev Ops to run the same activity for a bunch of repositories. You can always have a script to go through folders (repos) but checkout them manually is not a pleasant job. Moreover, it may need some tasks to be done with a pipeline plugin, …

Enable diagnostic settings for Azure Storage to export logs to Log Analytics Workspace using Terraform

I haven’t work with the Terraform for a while and didn’t know about recent updates in Azure API released at the end of 2023. If you are like me, in short, this update allows you configure settings for Azure Storage sub-services separately. Private Endpoints, retention settings and diagnostic settings have to be …