
Terraform If/Else statements with Conditional and Null Coalesce Examples
In the realm of infrastructure as code (IaC), Terraform reigns supreme as a versatile tool for provisioning and managing cloud resources. Its ability to codify infrastructure configurations allows for automation and scalability. One of the key elements that can...

Terraform: Convert String to List (tolist, split functions)
HashiCorp Terraform is a powerful infrastructure-as-code tool that allows you to define and provision infrastructure resources using a declarative configuration language. When working with Terraform, you may encounter situations where you need to convert a string into...

Terraform Locals: How, When and Why to use locals
In the ever-evolving landscape of Infrastructure as Code (IaC), Terraform stands tall as one of the leading tools for provisioning and managing cloud resources. Terraform's flexibility and robustness are often attributed to its wide array of features and functions,...

Top 10 Web Application Security Risks in Microsoft Azure and Ways to Mitigate Them
In today's digital landscape, web application security is paramount. As businesses increasingly migrate their operations to the cloud, the importance of safeguarding web applications hosted on platforms like Microsoft Azure cannot be overstated. This article will...

Terraform: Deploy Azure Storage Account and Blob Container
HashiCorp Terraform is a great tool for deploying and managing Microsoft Azure resource. This includes management of Azure Storage Accounts and Blob Containers. Azure Storage is one of the primary, foundational PaaS (Platform as a Service) services in Microsoft Azure...

Why HashiCorp Terraform is Essential for SREs and DevOps Engineers
As a DevOps Engineer or Site Reliability Engineer (SRE), managing cloud infrastructure deployments is a critical aspect of your daily activities. It is vital to use tools that automate the provisioning and configuration of cloud infrastructure to achieve efficient and...

Azure Cosmos DB Desktop Data Migration Tool v2.0
The Azure Cosmos DB Desktop Data Migration Tool is a command-line tool that provides data import and export capabilities for using with Azure Cosmos DB. The tool helps with both migrating data from several data sources into Azure Cosmos DB, as well as exporting data...

Azure Pipeline: Publish Unit Test and Code Coverage Results with .NET 7 Solution using VSTest, Cobertura, and Coverlet
When setting up CI/CD (Continuous Integration and Continuous Deployment) pipelines in Azure DevOps for .NET 7+ solutions, such as those using ASP.NET Core, it's important to setup an automated build. The automated build will need to use the dotnet CLI to build the...

Top 5 Cloud Architecture Design Patterns to use in Microsoft Azure
When designing application architectures in the cloud, it's important to choose the correct architecture design patterns to ensure scalability, reliability, and performance. There is a very large list of architecture design patterns to choose from. This article,...
Latest Articles

Terraform If/Else statements with Conditional and Null Coalesce Examples
In the realm of infrastructure as code (IaC), Terraform reigns supreme as a versatile tool for provisioning and managing cloud resources. Its ability to codify infrastructure configurations allows for automation and scalability. One of the key elements that can...

Terraform: Convert String to List (tolist, split functions)
HashiCorp Terraform is a powerful infrastructure-as-code tool that allows you to define and provision infrastructure resources using a declarative configuration language. When working with Terraform, you may encounter situations where you need to convert a string into...

Terraform Locals: How, When and Why to use locals
In the ever-evolving landscape of Infrastructure as Code (IaC), Terraform stands tall as one of the leading tools for provisioning and managing cloud resources. Terraform's flexibility and robustness are often attributed to its wide array of features and functions,...

What is Azure’s Special 168.63.129.16 IP Address?
In the realm of cloud computing, Azure stands as a behemoth, offering a multitude of services to cater to the diverse needs of businesses and developers. As you delve deeper into the Azure ecosystem, you may come across a seemingly enigmatic entity – the 168.63.129.16...
Build5Nines Weekly Newsletter

Build5Nines Weekly – May 18, 2023
Build5Nines Weekly provides your go-to source to keep up-to-date on all the latest Microsoft Azure news and updates. Included within Build5Nines Weekly newsletter are blog articles, podcasts, videos, and more from Microsoft and the greater community over the past...

Build5Nines Weekly – April 18, 2023
Build5Nines Weekly provides your go-to source to keep up-to-date on all the latest Microsoft Azure news and updates. Included within Build5Nines Weekly newsletter are blog articles, podcasts, videos, and more from Microsoft and the greater community over the past...

Build5Nines Weekly – March 27, 2023
Build5Nines Weekly provides your go-to source to keep up-to-date on all the latest Microsoft Azure news and updates. Included within Build5Nines Weekly newsletter are blog articles, podcasts, videos, and more from Microsoft and the greater community over the past...

Build5Nines Weekly – March 15, 2023
The Build5Nines Weekly newsletter is your source to keep up-to-date on all the latest Microsoft Azure and related cloud news and community updates! The newsletter includes the latest blog articles, podcasts, videos, and more from Microsoft and the overall community...
More Articles

Terraform If/Else statements with Conditional and Null Coalesce Examples
In the realm of infrastructure as code (IaC), Terraform reigns supreme as a versatile tool for provisioning and managing cloud resources. Its ability to codify infrastructure configurations allows for automation and scalability. One of the key elements that can...

Terraform: Convert String to List (tolist, split functions)
HashiCorp Terraform is a powerful infrastructure-as-code tool that allows you to define and provision infrastructure resources using a declarative configuration language. When working with Terraform, you may encounter situations where you need to convert a string into...

Terraform Locals: How, When and Why to use locals
In the ever-evolving landscape of Infrastructure as Code (IaC), Terraform stands tall as one of the leading tools for provisioning and managing cloud resources. Terraform's flexibility and robustness are often attributed to its wide array of features and functions,...

Terraform: Deploy Azure Storage Account and Blob Container
HashiCorp Terraform is a great tool for deploying and managing Microsoft Azure resource. This includes management of Azure Storage Accounts and Blob Containers. Azure Storage is one of the primary, foundational PaaS (Platform as a Service) services in Microsoft Azure...

Deploying Azure Bicep Templates using the Azure CLI
Using the Azure CLI to deploy Azure Bicep templates can be used to more efficiently build Infrastructure as Code (IaC) deployment workflows for managing Microsoft Azure resources. Azure Bicep templates and the Azure CLI are both powerful tools for any DevOps Engineer...

Get Started with Azure CLI infrastructure as code scripting
Azure CLI is a powerful tool for managing Azure resources from the command line. It enables developers and system administrators to perform a wide range of tasks, from creating and managing resources to automating deployment and monitoring. In this article, we'll...

Terraform: Import Existing Azure Resource Group
If you find yourself with an existing Azure Resource Group that you need to import into a Terraform project, you can use the terraform import command to do it. This article goes through the steps necessary to take you through the process of importing an existing Azure...

Azure CLI: Call Azure REST API Directly
The Azure CLI is a command-line tool built to give a native CLI interface for working with Microsoft Azure resources. The Azure CLI itself will make calls to the Azure REST API to perform actions that each of the Azure CLI (az) commands support. However, there are...

Deploy Azure IoT Hub using Terraform DevOps Infrastructure Automation
HashiCorp Terraform is popular Infrastructure as Code (IaC) tool used to automate infrastructure deployments. Terraform is great for deploying Microsoft Azure resources like Azure IoT Hub and other related resources when building IoT solutions using Microsoft Azure....

AZ-220: Microsoft Azure IoT Developer Specialty Certification and Exam
The Microsoft Azure IoT Developer certification exam (AZ-220) tests and validates your expertise as an Azure Internet of Things (IoT) Developer. Passing this exam will earn you the Microsoft Certified: Azure IoT Developer Specialty certification. If you are an IoT...

What is the Internet of Things?
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 power, sensors, and other hardware with the physical world to provide monitoring, predictive, and automation...

Azure IoT Development Tools for Visual Studio Code
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 device applications. Microsoft provides a rich set of tools that can be used for Azure IoT development along with other...

Microsoft Certified: Azure Fundamentals Certification (AZ-900 Exam)
The AZ-900 Microsoft Azure Fundamentals certification exam tests and validates a candidates foundational knowledge of the cloud and Microsoft Azure. This exam is intended for anyone looking to validate their knowledge of the cloud and Microsoft Azure; from sales, to...

What are the Microsoft Certified Associate Certifications?
Microsoft offers several different certifications across multiple expertise levels from Fundamental, to Associate, to Expert. The Microsoft Certified Associate certifications are the level of certification that is the most applicable to most jobs and experience...

Do Microsoft Certifications Expire?
I've received many questions regarding the entire process of Microsoft certifications over the years. Some of the most common questions I've gotten are around the topic of whether Microsoft certifications expire and how you renew them when they do. The short answer...

Microsoft Certified: Azure Solutions Architect Expert Certification
The Microsoft Certified: Azure Solutions Architect Expert certification is a great credential for showcasing your expertise in the Microsoft Azure cloud. This Expert level certification demonstrates a candidates expertise in designing cloud and hybrid solutions that...

Top 10 Web Application Security Risks in Microsoft Azure and Ways to Mitigate Them
In today's digital landscape, web application security is paramount. As businesses increasingly migrate their operations to the cloud, the importance of safeguarding web applications hosted on platforms like Microsoft Azure cannot be overstated. This article will...

Top 5 Cloud Architecture Design Patterns to use in Microsoft Azure
When designing application architectures in the cloud, it's important to choose the correct architecture design patterns to ensure scalability, reliability, and performance. There is a very large list of architecture design patterns to choose from. This article,...

Microsoft Certified: Azure Solutions Architect Expert Certification
The Microsoft Certified: Azure Solutions Architect Expert certification is a great credential for showcasing your expertise in the Microsoft Azure cloud. This Expert level certification demonstrates a candidates expertise in designing cloud and hybrid solutions that...

Blockchain Technology is Revolutionizing Enterprises and Shaping the Future Beyond Cryptocurrency
The term "Blockchain" has been gaining a lot of buzz; especially in more recent time. It all started with Bitcoin and cryptocurrencies but has taken off as a pretty remarkable advancement in secure communication, ledger, and database technology! Blockchain is not just...

Top 10 Web Application Security Risks in Microsoft Azure and Ways to Mitigate Them
In today's digital landscape, web application security is paramount. As businesses increasingly migrate their operations to the cloud, the importance of safeguarding web applications hosted on platforms like Microsoft Azure cannot be overstated. This article will...

Azure Pipeline: Publish Unit Test and Code Coverage Results with .NET 7 Solution using VSTest, Cobertura, and Coverlet
When setting up CI/CD (Continuous Integration and Continuous Deployment) pipelines in Azure DevOps for .NET 7+ solutions, such as those using ASP.NET Core, it's important to setup an automated build. The automated build will need to use the dotnet CLI to build the...

Get Started with Python Scripting and Automation
Python is a popular programming language that is widely used for scripting, automation, data analysis, and web development. Python scripting is a skill that every DevOps Engineer and Site Reliability Engineer (SRE) should master, as it can help you automate routine...

Setup Visual Studio 2022 Development VM in Microsoft Azure
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 Visual Studio 2022 pre-installed may be very useful. First, you don't need to install Visual Studio and can get developing...

What is Azure’s Special 168.63.129.16 IP Address?
In the realm of cloud computing, Azure stands as a behemoth, offering a multitude of services to cater to the diverse needs of businesses and developers. As you delve deeper into the Azure ecosystem, you may come across a seemingly enigmatic entity – the 168.63.129.16...

Top 10 Web Application Security Risks in Microsoft Azure and Ways to Mitigate Them
In today's digital landscape, web application security is paramount. As businesses increasingly migrate their operations to the cloud, the importance of safeguarding web applications hosted on platforms like Microsoft Azure cannot be overstated. This article will...

Terraform: Deploy Azure Function App with Consumption Plan
HashiCorp Terraform is great for deploying any Microsoft Azure resource, and the same applies to deploying serverless compute with Azure Function Apps in the Microsoft Azure cloud. Azure Function Apps are a very heavily used compute service in Microsoft Azure, and one...

Host WordPress in Microsoft Azure with App Service (PaaS hosting)
WordPress is the most popular open-source Content Management System (CMS) in the world. It support customization, plugins, themes, and many other features. It's a great tool to choose for hosting a website, blog, or other types of websites. Most commonly it's...

Microsoft Windows Dev Kit 2023 vs Apple Mac mini with M1 Chip
Microsoft started shipping its Windows Dev Kit 2023 which is a new hardware device built for developers to use for developing, testing, and running Windows on ARM applications. With this device, Microsoft too is pushing further towards the ARM CPU direction with their...

NVIDIA Releases Jetson Nano 2GB Developer Kit
NVIDIA released a lower cost 2GB version of the NVIDIA Jetson Nano Development Kit that also includes Wifi. This new Jetson Nano Developer Kit is priced at $59 USD putting it in direct competition with the Raspberry Pi 4, and it can be pre-ordered for deliveries to...

Surface Duo with Dan Patrick on Microsoft Cloud IT Pro Podcast
I was lucky enough to join Ben Stegink and Scott Hoag for a detailed discussion about the new Surface Duo. We spend an hour talking Duo and exploring some of the differences between an iPhone, iPad, and other phones. Along the ride, we explore who would use the phone...

Surface Duo First Impressions
The first-ever Microsoft Android phone arrived yesterday, and I have to say I'm impressed with the device. It's been about 72 hours since I received it so I thought I would give you my first impressions. Surface Duo Pros Great unboxing experience Microsoft did a...