azure-sdk-for-js
azure-sdk-for-js copied to clipboard
[Storage] document DFS_ACCOUNT_* variables in CONTRIBUTING.md
Can they use the same name as in other storage packages (blob/file-share/queue)? If not we need to call them out for file-datalake
No. It requires a storage account with with Hierarchical Namespace Enabled. The only difference between storage account used by blob/queue/fileshare.
with Hierarchical Namespace Enabled
I know the HNS needs to be enabled for datalake tests. I wanted to discuss the name of the environment variables. I guess using different ones allows us run all the tests at the same times.
Please take care of this too.. https://github.com/Azure/azure-sdk-for-js/pull/6804#discussion_r364633193
Looks like we can't use the same name as we used one configuration for all packages.
We agreed that we could use this table as a place to track all these ENV varibles used in our tests. Missining ones should be added ASAP.