Azure / azure-functions-eventgrid-extension

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

Update EventGridAsyncCollector.cs to take Authority #97

Closed SilentViking closed 10 months ago

SilentViking commented 3 years ago

Change Uri().Host to Authority to retain port number. Facilitates local event grid emulators\simulators such as https://github.com/pmcilreavy/AzureEventGridSimulator, which uses different ports per topic.