Terraform: Overview of Azure Providers and Tools
HashiCorp Terraform is a great Infrastructure as Code (IaC) tool that helps you deploy and manage IT Resources using declarative code written in HCL (HashiCorp…
HashiCorp Terraform is a great Infrastructure as Code (IaC) tool that helps you deploy and manage IT Resources using declarative code written in HCL (HashiCorp…
In Microsoft Azure, you can assign Tags to Azure Resources to add additional metadata to them. This can be used to enhance the reporting of…
One of the most difficult things in IT is naming things. The same goes for choosing the correct naming convention to use when naming cloud…
With Cybersecurity an extremely important aspect, and ever so increasing in importance, of any organization and their computer infrastructure and software solutions, Microsoft has introduced…
HashiCorp Terraform has an inline If/Else conditional expression that enables you to set parameters and variables programmatically based on the condition being evaluated. The syntax…
Azure Cosmos DB is Microsoft’s scalable, fully managed, serverless NoSQL database as a service offering. The service provides a lot of really great features for…
Sure, you could always install Visual Studio 2022 on your local machine, but there are times when a quick, easy to provision Virtual Machine with…
I recently worked on a project where I was required to write an Azure Function that would watch for newly stored files in Azure Blob…
Recently, I performed a lot of work as a Site Reliability Engineer (SRE) / DevOps Engineer on a project that utilizes Azure Synapse for a…
The Internet of Things (IoT) is a growing market that is bringing an ever increasing amount of connected devices and innovative solutions that mix compute…
Azure Private Link provides a way to be able to access resources sitting behind an Azure Load Balancer (such as Virtual Machines) to be accessed…
Azure Functions is the Serverless compute option within the Microsoft Azure platform. One of the biggest benefits of Azure Functions, and Serverless compute, is that…
You can use Visual Studio Code (VSCode) to develop Azure Internet of Things solutions using Azure services; like Azure IoT Hub, Azure IoT Edge, and…
The question of “Where to start with Microsoft Azure Certification?” is a common one. Navigating the gauntlet of certification paths and exams can seem a…
If you are using the Microsoft-hosted Azure DevOps Build Agents, then you wont really have a reliable way to know what IP Address traffic from…
A powerful way to write and build Azure Functions is to use C# Script. This allows you to easily write function directly within the Azure…
So you have already created a Virtual Machine in Azure that is provisioned with a Public IP address and you need to remove it. Don’t…
There are times when you want to delete all the resources within a specific Azure Resource Group, but you do not want to delete the…
Are you looking at security certifications? Certification in the areas of Cybersecurity, IT Security, and Computer Security do not have as many straight forward options…
The upcoming Module feature for Azure Bicep really enhances the new ARM Template alternative language in a way that ARM JSON never did. Using Azure…