Merge pull request #2419 from colemickens/cmpr-azure-doc-sa-constaint

userguide: PV docs clarify Azure storage account restriction
This commit is contained in:
Andrew Chen 2017-02-03 15:26:37 -08:00 committed by GitHub
commit 27a185be87
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ parameters:
* `skuName`: Azure storage account Sku tier. Default is empty.
* `location`: Azure storage account location. Default is empty.
* `storageAccount`: Azure storage account name. If storage account is not provided, all storage accounts associated with the resource group are searched to find one that matches `skuName` and `location`. If storage account is provided, `skuName` and `location` are ignored.
* `storageAccount`: Azure storage account name. If storage account is not provided, all storage accounts associated with the resource group are searched to find one that matches `skuName` and `location`. If storage account is provided, it must reside in the same resource group as the cluster, and `skuName` and `location` are ignored.
## Writing Portable Configuration