-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
567ca55
commit 4137c58
Showing
7 changed files
with
33 additions
and
16 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
Microsoft.Azure.Cosmos.Samples/Usage/ApplicationInsights/AppSettings.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"CosmosDBEndPointUrl": "https://localhost:8081", | ||
"CosmosDBAuthorizationKey": "Super secret key", | ||
"ApplicationInsightsConnectionString": "Super secret connection string" | ||
} |
This file contains 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
This file contains 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
12 changes: 12 additions & 0 deletions
12
Microsoft.Azure.Cosmos.Samples/Usage/OpenTelemetry/AppSettings.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"Logging": { | ||
"OpenTelemetry": { | ||
"LogLevel": { | ||
"Azure.Cosmos.Operation.Request.Diagnostics": "Warning" | ||
} | ||
} | ||
}, | ||
"CosmosDBEndPointUrl": "https://localhost:8081", | ||
"CosmosDBAuthorizationKey": "Super secret key", | ||
"ApplicationInsightsConnectionString": "Super secret connection string" | ||
} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
{ | ||
"EndPointUrl": "https://localhost:8081", | ||
"AuthorizationKey": "Super secret key", | ||
"ApplicationInsightsConnectionString": "Super secret connection string", | ||
"Logging": { | ||
"OpenTelemetry": { | ||
"LogLevel": { | ||
"Azure.Cosmos.Operation.Request.Diagnostics": "Warning" | ||
} | ||
} | ||
} | ||
"AuthorizationKey": "Super secret key" | ||
} |