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

Support connection via SAS connection string #133

Open PawelStadnicki opened 2 years ago

PawelStadnicki commented 2 years ago

Description

I would like to connect with connection string based on SAS. It fails with the message: "typecheck error The type provider 'ProviderImplementation.AzureTypeProvider' reported an error: Unable to validate connection string (System.AggregateException: One or more errors occurred. (No connection could be made because the target machine actively refused it. (127.0.0.1:10000"

although it works with underlying regular blob client

Related information

image