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 | Sep 13, 2024 | App Service, Azure, Azure CLI
This Azure Web Apps article will show how to use az webapp up to for quick deployment of web apps with minimal configuration. Deploying web applications has never been easier, thanks to the Azure CLI’s az webapp up command. In this article, we’ll explore...