AksArc.DeploymentReadiness

0.8.0

Pre-deployment readiness validation for AKS Arc on Azure Local. Validates network connectivity, endpoint reachability, cluster health, ARB status, and RBAC. Includes consolidated firewall endpoint reference and fleet-scale assessment. Follows the AzStackHci.ManageUpdates pattern.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AksArc.DeploymentReadiness -RequiredVersion 0.8.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AksArc.DeploymentReadiness -Version 0.8.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2026 smitzlroy. MIT License.

Package Details

Author(s)

  • smitzlroy

Tags

AKS AKS-Arc Azure-Local Azure-Stack-HCI Readiness Validation Firewall Endpoints Fleet OT

Functions

Initialize-AksArcValidation New-AksArcDeploymentPlan Test-AksArcDeploymentReadiness Test-AksArcNetworkConnectivity Get-AksArcEndpointReference Export-AksArcFirewallRules Test-AksArcFleetReadiness Get-AksArcFleetProgress Connect-AksArcServicePrincipal New-AksArcReadinessReport Get-AksArcLocalContext

Dependencies

This module has no dependencies.

Release Notes

v0.8.0: Node-local cluster resolution. Initialize-AksArcValidation now auto-detects the local Azure Local cluster via Get-Cluster + azcmagent when run on a node, and uses `az resource show` for direct lookup (no subscription-wide Reader required). Test-AksArcDeploymentReadiness accepts -ClusterName / -ResourceGroupName / -SubscriptionId directly so it works without an explicit Initialize call. Subscription-wide enumeration is now a last-resort fallback for management workstations. New public helper Get-AksArcLocalContext. Context gains ResolveMode field (Explicit | AzureLocalNode | SubscriptionDiscovery).

FileList

Version History

Version Downloads Last updated
0.8.3 9 4/20/2026
0.8.2 4 4/20/2026
0.8.1 5 4/17/2026
0.8.0 (current version) 4 4/17/2026
0.7.2 4 4/17/2026
0.7.1 4 4/17/2026
0.7.0 4 4/17/2026
0.6.3 12 4/16/2026
0.6.2 4 4/16/2026
0.6.1 4 4/16/2026
0.6.0 4 4/16/2026
0.5.0 4 4/16/2026
0.1.0 10 4/15/2026
Show more