emgarten / Sleet

A static nuget feed generator for Azure Storage, AWS S3, and more.
MIT License
362 stars 43 forks source link

How to get connection string for Azure? #166

Closed vonj closed 1 year ago

vonj commented 2 years ago

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 2 years ago

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 1 year ago

What if you do not wish to use static keys, but rather the current user / managed identity ?

emgarten commented 1 year ago

What if you do not wish to use static keys, but rather the current user / managed identity ?

@jakobwn Tell me more about your environment, would sleet be using the managed identity of the VM it is running on?