0
votes

I am using SSIS Azure Blob Upload task to upload the files from local directory to Azure Blob Storage container. In the AzureStorageConnection I had to provide the Account key explicitly which I feel not secure. Is there a way to establish the connection through KeyURI instead of Account key? I read some articles on Key-Vault implementation but to how to achieve it here.

1

1 Answers

-2
votes

If you want to protect the Azure account key, Please consider using Shared Access Signatures (SAS). Refer to this article for more information. Here is a snippet in the article:

Using a shared access signature (SAS) is a powerful way to grant limited access to objects in your storage account to other clients, without having to expose your account key.