Update docs/demos/azure-monitor/README.md
Co-authored-by: Timothy Mothra <tilee@microsoft.com>pull/219/head
parent
a7c5d620fd
commit
949f51c5be
|
@ -34,7 +34,7 @@ In the `appsettings.json` (or the file for your environment, such as `appsetting
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"PodcastDb": "Server=localhost, 5433;Database=Podcast;User Id=sa;Password=Pass@word;Encrypt=False",
|
"PodcastDb": "Server=localhost, 5433;Database=Podcast;User Id=sa;Password=Pass@word;Encrypt=False",
|
||||||
"FeedQueue": "UseDevelopmentStorage=true",
|
"FeedQueue": "UseDevelopmentStorage=true",
|
||||||
"AzureMonitor": "InstrumentationKey=XXXXXXXXXX;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/"
|
"AzureMonitor": "InstrumentationKey=XXXXXXXXXX;IngestionEndpoint=XXXXX/;LiveEndpoint=XXXXX"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue