microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3d6af4fbf8c1941877d71e910be2718ab9fd3bf6

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

python/commonCrawlData/host.json

15lines · modecode

1{
2 "version": "2.0",
3 "logging": {
4 "applicationInsights": {
5 "samplingSettings": {
6 "isEnabled": true,
7 "excludedTypes": "Request"
8 }
9 }
10 },
11 "extensionBundle": {
12 "id": "Microsoft.Azure.Functions.ExtensionBundle",
13 "version": "[4.*, 5.0.0)"
14 }
15}
16