Securing Terraform State in Azure Blob Storage using Best Practices
When your team loses control of its Terraform state file, it loses control of everything in the subscription. An unencrypted or publicly exposed .tfstate isn’t…
When your team loses control of its Terraform state file, it loses control of everything in the subscription. An unencrypted or publicly exposed .tfstate isn’t…
For many organizations, legacy file servers have long been the backbone of data sharing and collaboration. But as cloud adoption reaches critical mass, those old…
Azure Storage Accounts are a fundamental part of cloud storage in Microsoft Azure, providing various types of storage services such as blobs, files, tables, and…
Azure Blob Storage is designed as a flat storage system without a traditional hierarchical structure. However, by incorporating forward slashes (/) in blob names, you…
The MS Cloud IT Pro Podcast episode 367, hosted by Ben Segink and Scott Hoag, dives deep into a crucial IT topic: choosing between Azure…
Choosing the right database solution is critical for the performance and scalability of your applications. When working with NoSQL, Table data and Microsoft Azure, two…
The Azure CLI az storage blob upload command can be used to upload a local file into Azure Blob Storage. However, there are times when…
In this article, we’ll explore how to integrate the Azure Storage SDK into a .NET application. We’ll cover the steps to read and write blobs…
In this article, we’ll explore how to integrate the Azure Storage client library for Javascript into a Node.js application. We’ll cover the steps to read…
The popular HashiCorp Terraform, open-source, Infrastructure as Code (IaC) tool, empowers DevOps and SRE teams to manage and provision resources more efficiently. One of Terraform’s…
Before we dive into the nitty-gritty details, let’s clarify some essential concepts. Azure Storage, a cloud-based storage solution, is organized into a hierarchy of containers,…
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…
One of the things that HashiCorp Terraform requires to work is the ability to save and store the Terraform State Management (.tfstate) file. By default,…
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…
Microsoft is making changes to their certificates and it is important to understand how these changes will impact your deployments. Azure will be changed to…
One of the core services within Microsoft Azure is the Storage Account service. There are many service that utilize Storage Accounts for storing data, such…
In this hands-on lab, you will construct an end-to-end Proof of concept for ticket ordering based on a microservices architecture based on Service Fabric and…
In this hands-on lab, you will construct an end-to-end Proof of concept for ticket ordering based on a microservices architecture based on Service Fabric and…
In this workshop, you will learn how to build, setup, and configure a Web Application that performs media streaming using Azure Services; including the Video…