
Automate Azure tasks with Azure PowerShell - Training
Learn how to install Azure PowerShell on Windows, Linux, or macOS, and then connect to Azure and manage resources.
Get started with Azure PowerShell | Microsoft Learn
Dec 2, 2025 · Learn how to get started with Azure PowerShell to manage Azure resources, sign in, and find essential cmdlets for automating tasks with ease.
PowerShell scripts for pipelines - Azure Pipelines | Microsoft Learn
Oct 27, 2025 · Learn about using PowerShell scripts to customize your pipelines by adding business logic.
Use deployment scripts in Azure Resource Manager templates
Learn how to use deployment scripts in Azure Resource Manager (ARM) templates. With the deploymentScripts resource, users can execute scripts in ARM deployments and review execution …
Run scripts in an Azure Windows VM - Azure Virtual Machines
Aug 22, 2024 · Run PowerShell script in Windows machines and Bash script in Linux machines. Useful for post deployment configuration, software installation, and other configuration or management tasks.
Azure PowerShell script examples - Azure SQL Database
Apr 30, 2024 · Use Azure PowerShell script examples to help you create and manage Azure SQL Database resources.
Azure PowerShell documentation | Microsoft Learn
Official product documentation for Azure PowerShell. Azure PowerShell is a collection of modules for managing Azure resources from PowerShell.
Azure Custom Script Extension for Windows - Azure Virtual Machines
This article describes how to use the Custom Script Extension by using the Azure PowerShell module and Azure Resource Manager templates. It also provides troubleshooting steps for Windows systems.
AzurePowerShell@5 - Azure PowerShell v5 task | Microsoft Learn
Dec 18, 2025 · Use this task to run a PowerShell script within an Azure environment. The Azure context is authenticated with the provided Azure Resource Manager service connection.
Running Azure Powershell script on Azure portal - Microsoft Q&A
Apr 2, 2024 · Hi Team, On Azure portal, i need to run below Azure Powershell script, could you please mention how could I run it - $FunctionApps = Get-AzFunctionApp $AppInfo = @ {} foreach ($App in …