People,
I've got multiple Azure Storage accounts that are set up with SAS key as they are not joined to the OnPremise AD DS.
How can I ensure those SAS keys can be securely saved without leaving them as plain text in the source codes or in the Batch files?
I assume I will need to build one KeyVault in my Production Subscriptions, and then what do I do next to ensure the Application and Server can still access the Azure File Share containers?
https://docs.microsoft.com/en-us/azure/storage/common/shared-key-authorization-prevent?tabs=portal
Thank you in advance.