by CPI Staff | Sep 8, 2025 | Azure, Azure App Configuration
This post walks through the steps of reading JSON files from Azure App Configuration, complete with explanations and code samples. Modern cloud applications often rely on configuration management systems to centralize and secure application settings. Azure App...
by CPI Staff | Aug 21, 2025 | Azure, Blog
This Azure post “Implementing Tags in Azure – Best Practices” will explain how to use Azure Tags effectively. As organizations grow their cloud footprint in Microsoft Azure, managing resources efficiently becomes essential. Tags in Azure are one of...
by CPI Staff | Aug 8, 2025 | Azure, Azure PowerShell, Blog
When running scripts in Azure Automation, authentication is often the trickiest part. Your runbooks might need to connect to Azure services, Microsoft Graph, or other APIs — and that means handling credentials securely. In this guide, Use Azure Managed Identity with...
by CPI Staff | Aug 4, 2025 | App Service, Azure, Azure Web App, Blog
Experiencing a “critical error” on your Azure-hosted WordPress website can be alarming, but it’s a common issue that can usually be resolved with straightforward troubleshooting steps. In this blog post, How to Fix the ‘Critical Error’ on...
by CPI Staff | Jul 8, 2025 | Azure, Azure CLI, Blog
In this blog post, we’ll show you how to authenticate to Azure CLI with a Service Principal and login to Azure. Azure CLI is a command-line utility written in Python that allows users to manage Azure resources programmatically. It is widely used by DevOps...
by CPI Staff | Jun 30, 2025 | Azure, Azure PowerShell, Blog, Docker
In this blog post, we’ll show you how to run Azure PowerShell cmdlets using Docker containers. Table of contentsPrerequisitesPull the Azure PowerShell Docker ImageRun the Container and Connect to AzureRunning Scripts from Your Local Machine Azure PowerShell provides a...