azure/azure-powershell

Microsoft Azure PowerShell

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 14th, 2026
Created on September 10th, 2014
Open Issues & Pull Requests: 1,567 (+0)
GitHub issues: Enabled
Number of forks: 4,257
Total Stargazers: 4,785 (+0)
Total Subscribers: 4,103 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.5 hours
Mean response time: 26.8 days
90th percentile: 13.5 days
Tracked items: 1,247

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 93% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 69% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 30% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1,037
New in 7 days: 3
Closed in 7 days: 2
Avg open age: 1,336 days
Stale 30+ days: 1,014
Stale 90+ days: 942

Recent activity

Opened in 7 days: 3
Closed in 7 days: 2
Comments in 7 days: 5
Events in 7 days: 22

Top labels

  • customer-reported (986)
  • Service Attention (868)
  • bug (573)
  • feature-request (375)
  • act-codegen-extensibility-squad (282)
  • act-observability-squad (274)
  • question (224)
  • act-identity-squad (212)

Detailed Description

Azure PowerShell is a PowerShell module that provides cmdlets for developers and administrators to develop, deploy, administer, and manage Microsoft Azure resources.

The tool addresses the need for command-line automation and scripting against Azure infrastructure. It works by exposing Azure resource management operations through PowerShell cmdlets, allowing users to authenticate to Azure, manage session contexts across subscriptions and tenants, and execute administrative tasks programmatically. The Az module represents the current generation of Azure PowerShell, replacing the earlier AzureRM module.

Developers and administrators managing Azure resources should consider this tool if they work primarily in PowerShell environments and need to automate infrastructure operations. It suits projects requiring infrastructure-as-code approaches, CI/CD pipelines, and batch administrative tasks. The tool runs on PowerShell 7 across Windows, Linux, and macOS, and also supports Windows PowerShell 5.1 with .NET Framework 4.7.2 or higher. The Az module is preinstalled in Azure Cloud Shell, making it immediately available for cloud-based scripting without additional setup.

The project maintains a comprehensive module structure with a rollup Az module for general use and an AzPreview module for accessing preview functionality. Development activity shows consistent engagement with issue reporting and community feedback mechanisms through the GitHub repository, with users able to file bugs and access support through both the repository and Azure Community Support channels.