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...
by CPI Staff | Jun 27, 2025 | Azure, Azure PowerShell, Blog
In this Microsoft Azure PowerShell post, We’ll walk through how to restore the OS disk of an Azure VM using PowerShell. Restoring a virtual machine (VM) OS disk in Azure is a critical task when recovering from corruption, accidental deletion, or software...
by CPI Staff | May 13, 2025 | .NET, Azure, Blazor, Blog
In this Microsoft Azure blog post, we’ll walk through how to publish a Blazor .NET app using Visual Studio Code (VS Code) to Azure. VS Code, with its rich ecosystem of extensions and integrations, is more than just a code editor. It enables developers to build, test,...