Azure / azure-functions-eventgrid-extension

EventGrid extension for Azure Functions
MIT License
48 stars 32 forks source link

EventGrid-triggered functions on the dev machines returns exception when UseDevelopmentStorage=false #64

Closed mosharafMS closed 12 hours ago

mosharafMS commented 5 years ago

When setting UseDevelopmentStorage=false in the local settings file and having a newly created event-grid triggered function the startup process fails with exception on this file/line below

BlobStorageSecretsRepository.cs CloudStorageAccount account = CloudStorageAccount.Parse(_accountConnectionString);