MLOS
MLOS copied to clipboard
Use token-based authentication instead of the access key in the AzureFlieShareService
trafficstars
Make AzureFlieShareService class use token-based credential instead of the access key. This PR is part of #777
NOTE:
- We have to use late initialization of the
_share_clientto avoid issues with JSON schema validation tests. - More PRs will follow:
- Use to
azcopyon the remote VMs instead of mounting the file share using the access key - Remove references to
"storageAccountKey"from configurations and tests and document the new mechanism
- Use to