Created
October 6, 2017 21:50
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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