Azure Cost Savings
This article guides you with the options you have for savings with Azure. There are some for different size environments and goals.
This article guides you with the options you have for savings with Azure. There are some for different size environments and goals.
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, …
I love dad jokes and I love computers too. I am sure we can enjoy both. Here you can find a collection of my favourite dad jokes about computers and IT people. IT jokes Why restaurants do not open data centers? .. Because they haven’t enough servers. What is an astronautes’s favourite …
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 …
I’ve been in an awkward situation once, when I was provisioning Azure resources using Terraform via Azure DevOps pipeline. Pipeline stuck with the provisioning and I cancelled the apply step. The state file got locked. As it is stored on Azure Blob Storage in a dedicated container and only the Service Principal …
These days Terraform is the infrastructure as a code standard (IaC). Terraform can be used with various platforms, while I am writing about Azure here. One can provision almost any resource in Azure by Terraform. Terraform is a great tool for a resource provisioning automation and a cornerstone for DevOps. HashiCorp develops …
Once I got a task to create Windows Server local users on 10 machines and give them Admin permissions. I’ve found that I’d rather automate and be effective. I prefer to spend 10 minutes writing a script and 10 minutes running it rather than spending 30 minutes for manual job. This small …
When I was implementing Azure Storage File Sync solution, I found that it worked pretty quick with the files to be uploaded from a server to the cloud storage. The reason for it is the agent installed on the server that checks for file changes. Unfortunately, when a file needs to be …
Once I got a task that required PowerShell Az modules to be installed on a Windows Server 2008 R2 box. Azure PowerShell modules update quite often and I wasn’t sure if that will work at all. I found on MS Docs site that there is a need to install at least PowerShell …
It is a quite common situation. when you need to send an email from a PowerShell script that contains a status report or another kind of data. Nevertheless, before you can send a normal email you would like to run a quick test to confirm that you can send email from this …