Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Use resource group to get details for azure-repository storage account #215

Closed
russcam opened this issue Jul 27, 2018 · 0 comments · Fixed by #229
Closed

Use resource group to get details for azure-repository storage account #215

russcam opened this issue Jul 27, 2018 · 0 comments · Fixed by #229

Comments

@russcam
Copy link
Contributor

russcam commented Jul 27, 2018

  • remove azureCloudStorageAccountKey and azureCloudStorageAccountSuffix

    both can be retrieved within the template by knowing the name and resource group.

  • add azureCloudStorageAccountResourceGroup

@russcam russcam added the 6.4 label Oct 3, 2018
russcam added a commit that referenced this issue Oct 3, 2018
This commit updates the parameters required to configure azure repository plugin with an
existing storage account in another resource group. Instead of passing the storage account
key and endpoint suffix, these values can be determined with the storage account name and
resource group.

key and suffix are removed and replaced with resourceGroup.

Note that this now requires that the storage account and resoruce group exist in the same
subscription. The implementation could be expanded in future to accept a subscriptionId,
if necessary.

Closes #215
russcam added a commit that referenced this issue Oct 4, 2018
…nt (#229)

This commit updates the parameters required to configure azure repository plugin with an
existing storage account in another resource group. Instead of passing the storage account
key and endpoint suffix, these values can be determined with the storage account name and
resource group.

key and suffix are removed and replaced with resourceGroup.

Note that this now requires that the storage account and resource group exist in the same
subscription. The implementation could be expanded in future to accept a subscriptionId,
if necessary.

Closes #215
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant