You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: builder/azure/arm/builder_acc_test.go
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ package arm
19
19
// ** ARM_RESOURCE_GROUP_NAME - Resource group
20
20
// ** ARM_STORAGE_ACCOUNT - a storage account located in above resource group
21
21
// ** ARM_RESOURCE_PREFIX - String prefix for resources unique name constraints
22
+
// ** ARM_STORAGE_CONTAINER_NAME - storage container name for blob-based tests
23
+
// ** ARM_TEMP_RESOURCE_GROUP_NAME - temp resource group name for CLI-based tests
22
24
// ** For example SIG gallery names must be unique not just within the resource group, but within a subscription, and a user may not have access to all SIGs in a subscription.
23
25
// * As well as the following misc env variables
24
26
// ** ARM_SSH_PRIVATE_KEY_FILE - the file location of a PEM encoded RSA SSH Private Key (ed25519 is not supported by Azure),
Copy file name to clipboardExpand all lines: terraform/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ First you need an Azure Subscription, it is also recommended to also have an app
6
6
7
7
Authenticate to Azure using the Azure CLI for a service principal
8
8
9
-
The default resource group is named `packer-acceptance-test` with a storage account named `packeracctest`, however you can use variables TF `resource_group_name` and `storage_account_name` to change that to anything
9
+
The default resource group is named `packer-acceptance-test` with a storage account named `packeracctest`, however you can use variables TF `resource_group_name` and `storage_account_name` to change that to anything. Resource names are automatically suffixed to avoid conflicts between concurrent runs; you can supply `resource_suffix` to control the suffix.
0 commit comments