Azure PowerShell: An Introduction

Welcome to the official documentation for Azure PowerShell. This module provides a set of cmdlets that leverage the PowerShell scripting language to enable you to manage your Azure resources.

What is Azure PowerShell?

Azure PowerShell is a cross-platform module that you can use from Windows, macOS, and Linux to connect to your subscription and manage resources. It's built on top of the Azure Resource Manager (ARM) model, allowing for consistent management of Azure services.

With Azure PowerShell, you can:

Why Use Azure PowerShell?

Azure PowerShell is ideal for:

Key Concepts

Before diving deeper, it's helpful to understand some fundamental concepts:

Getting Started

To begin managing Azure with PowerShell, you'll need to install the Azure PowerShell module and connect to your Azure account. The next section, Getting Started, will guide you through the installation and initial connection process.

Let's start by setting up your environment and making your first connection.

Start Managing Azure with PowerShell