Azure CLI: Create and Manage Resource Groups
All cloud resources created / provisioned in Microsoft Azure need to be associated with Resource Groups. This is one of the basic features of the…
DevOps is a set of practices and cultural philosophies that integrate software development (Dev) and IT operations (Ops) to enhance an organization’s ability to deliver applications and services more efficiently and reliably. By promoting collaboration, communication, and automation, DevOps aims to shorten the development lifecycle, improve deployment frequency, and ensure high quality in software releases. Key components of DevOps include continuous integration and continuous delivery (CI/CD), infrastructure as code (IaC), monitoring, and feedback loops. This approach fosters a collaborative environment where development and operations teams work together seamlessly to innovate rapidly, respond to market changes, and provide robust, scalable, and secure software solutions.
129 articles
All cloud resources created / provisioned in Microsoft Azure need to be associated with Resource Groups. This is one of the basic features of the…
To list and set the Azure Subscription to run Azure CLI commands against is an important step in command-line scripting. To do this, there are…
Microsoft Azure resource naming conventions are one of those “small” DevOps and cloud infrastructure management disciplines that quietly determine whether your cloud estate stays governable…
Azure Storage is a cloud service at the very center of Microsoft Azure. It provides the foundations for storing data in many services and systems…
Managing Azure regions in Terraform sounds simple at first. You define a location variable, pass in something like eastus, and move on. That works fine for a small…
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…
Generative AI is evolving rapidly, and developers are increasingly looking for efficient ways to manage multiple LLMs (Large Language Models) using a centralized proxy. LiteLLM…
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…
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…
Microsoft released the new Windows Package Manager (winget) as an open source, community driven package manager for installing, updating, configuring, and removing software application packages…
When working with Terraform, one common question that arises is whether to include the .terraform.lock.hcl file in the Git repository or leave it out by…
Windows PowerShell the new Shell (first released in 2006) for Windows that provides the ability to implement Task Automation, and Configuration Management via a Command-Line…
All web applications have some kind of configurations that are set on the server. The method of storing and accessing these settings varies on different…
OpenAI has announced a substantial new funding round, raising $40 billion at a $300 billion post-money valuation. The financing, revealed on March 31, 2025, is…
HashiCorp Terraform offers a lot of powerful functions that can be used for string manipulation within your Infrastructure as Code (IaC) projects. Among these functions…
Microsoft Azure OpenAI Service is a fully managed service offering from Microsoft that enables you to host your own instances of AI models from OpenAI,…
The AzAPI Terraform Provider for deploying and managing Microsoft Azure resources is a lightweight, “thin layer” provider built on top of the Azure ARM (Azure…
Azure Bicep is an abstraction built on top of Azure ARM Templates and Azure Resource Manager that offers a cleaner code syntax with better support…
When an application needs to authenticate with Azure AD you can’t really just give it a username and password. To authenticate and authorize an application…
A hub-and-spoke network topology is a popular design pattern used to manage and control network traffic when deploying enterprise workloads to Microsoft Azure. This article…