fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Is it possible to parametrize provider at runtime with another connection string? #123

Closed xperiandri closed 5 years ago

xperiandri commented 5 years ago

Is it possible to implement ability to parametrize provider with another connection string at runtime?

isaacabraham commented 5 years ago

Yes, this is already supported - see the docs, but basically all commands that connect to Azure will have an optional connection string argument.