Azure

Microsoft Azure is a comprehensive set of cloud services that offers solutions for computing, analytics, storage, and networking, enabling businesses to deploy, manage, and scale applications with agility and security.

Azure AD to Entra Verified ID?

Microsoft has done it again; first, they renamed Office 365 to Microsoft 365, and now they have renamed Azure AD to Entra Verified ID. Hey there, identity management enthusiasts!👋 Guess what? Microsoft just sprinkled some rebranding magic on our beloved Azure Active Directory (Azure AD)! Say hello to its new...

Terraform Q&A

Top Terraform Q&A: Questions and Answers

This Terraform Q&A was created to answer the most common questions I am asked by colleagues and clients about Hashicorps Terraform. Terraform Q&A: What is Terraform Cloud? Terraform Cloud is a platform as a service (PaaS) that allows users to manage and orchestrate infrastructure changes using a single platform. It...

terraform banner

How to manage Terraform State

There are many things to think about when creating and managing Terraform state. This article will review best practices for state files. Every resource you create is saved in the state file, so make sure you use descriptive names when creating variables. Therefore the Statefile is easier to understand. What...

hashicorp-terraform-banner

Terraform Plan -Out File

I always seem to forget the Terraform Plan out command! Did you know you can save your plan to a file that your favorite text editor can read? If you try the default command in the man pages, the formatting is all over the place because of Terraform’s colors. Outputting...

cropped Turbogeek

DevOps Guide to Important Terraform Concepts

This is an intermediate guide to the core Terraform concepts. If you can get your head around these core concepts, you will be well on your way to understanding Terraform. I have not included Terraform modules in the guide, modules are a big topic and I will tackle these in...

azure migrate logo

Migrate VMware workloads to Azure

Migrating Production workloads is a big task. One that requires planning and consideration. If you are taking on an Azure Migrate task as part of your business, be aware that this should be project managed with clear guidelines and goal objectives. Azure Migrate Planning and Assessment Azure migrate is the...

Kusto Query Language

KQL – The Kusto Query Language

The Kusto Query Language, commonly known as KQL, is a powerful query language designed for interaction with Azure Data Explorer (ADX) service. This service stands out as a rapid and scalable platform for exploring and analyzing vast datasets. Microsoft initially crafted KQL for internal use, aiming to sift through enormous...