Skip to content

Commit 65de24f

Browse files
authored
Update README.md
1 parent 278a387 commit 65de24f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

tests/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ To record responses for all tests even if previous recordings exist:
2626
When recording new responses, you will need valid Azure credentials. The following
2727
environment variables should be defined:
2828

29-
* `azure_username`
30-
* `azure_password`
31-
* `azure_data_lake_store_name`
32-
* `azure_subscription_id`
33-
* `azure_resource_group_name`
34-
* `azure_service_principal`
35-
* `azure_service_principal_secret`
36-
37-
Optionally, you may need to define `azure_tenant_id` or `azure_data_lake_store_url_suffix`.
29+
* `azure_data_lake_store_name` : The data store account name, without any suffix like azuredatalakestore.net
30+
* `azure_subscription_id` : Subscription ID for ADLS account
31+
* `azure_resource_group_name` : Resource group for adls account.
32+
* `azure_service_principal` : Service principal of app with owner access to account.
33+
* `azure_service_principal_secret`: Service principal secret with owner access to account.
34+
* `AZURE_ACL_TEST_APPID ` : Service principal of app with access to account.
35+
36+
Optionally, you may need to define `azure_username`, `azure_password`, `azure_tenant_id` or `azure_data_lake_store_url_suffix`.

0 commit comments

Comments
 (0)