How to get connection string for Azure?
vonj opened this issue · 3 comments
vonj commented
https://github.com/emgarten/Sleet/blob/main/doc/feed-type-azure.md
Looking at the docs, I don't understand what to put in connectionString?
I can only create a key, but it does not look at all like the sample connectionString.
emgarten commented
In the azure portal go to the storage account and go under Access Keys
From there you will see key
and below that connection string
jakobwn commented
What if you do not wish to use static keys, but rather the current user / managed identity ?