This commit is contained in:
MatthewMcGlynn 2017-07-11 11:56:52 -07:00
Родитель a7df4a006e 02b195e5a6
Коммит 26e2cb9dae
4 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -14,5 +14,5 @@ Import-Module ".\AzureRM.CloudCapabilities.psm1"
Connected Azure or AzureStack powershell environment (Refer [AzureStack-Tools repo/Connect](../Connect) for connecting to an Azure Stack instance. )
```powershell
Get-AzureRMCloudCapabilities -Location '<provide location>' -Verbose #-IncludeComputeCapabilities -IncludeStorageCapabilities
Get-AzureRMCloudCapability -Location '<provide location>' -Verbose #-IncludeComputeCapabilities -IncludeStorageCapabilities
```

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -1,5 +1,7 @@
# Validate Azure ARM Template Capabilities
The Cloud capabilities json AzureStackCloudCapabilities_with_AddOns_20170627.json contains Add-On resources for SQL, MYSQL and APPServices. You are required to deploy SQL RP, MYSQL RP or AppServices in order to use the respective resources.
Instructions below are relative to the .\TemplateValidator folder of the [AzureStack-Tools repo](..).
To Validate Compute Capabilities such as Images, Extensions & Sizes available in the CloudCapabilities.json add -IncludeComputeCapabilities
To Validate Storage Capabilities such as Skus available in the CloudCapabilities.json add -IncludeStorageCapabilities