Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 672 Bytes

File metadata and controls

13 lines (12 loc) · 672 Bytes

Get Cloud Capabilities

Instructions below are relative to the .\CloudCapabilities folder of the AzureStack-Tools repo. To get VMImages, Extensions & Sizes available in the cloud, add -IncludeComputeCapabilities To get StorageSkus available in the cloud, add -IncludeStorageCapabilities

Import-Module ".\AzureRM.CloudCapabilities.psm1"

Prerequisites

Connected Azure or AzureStack powershell environment (Refer AzureStack-Tools repo/Connect for connecting to an Azure Stack instance. )

Get-AzureRMCloudCapabilities -Location '<provide location>' -Verbose #-IncludeComputeCapabilities -IncludeStorageCapabilities