Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created October 6, 2017 21:50
Show Gist options
  • Save sirkirby/0390b0e1ec9cd49b86e1c3c8fd4098e9 to your computer and use it in GitHub Desktop.
Save sirkirby/0390b0e1ec9cd49b86e1c3c8fd4098e9 to your computer and use it in GitHub Desktop.
.NET app.config excerpt with configuration information for the serilog event grid sink
<appSettings>
<add key="EventGridTopicUri" value="https://my-custom-topic.westus2-1.eventgrid.azure.net/api/events" />
<add key="EventGridTopicKey" value="MyKeyOrSASToken" />
</appSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment