microsoft/TypeAgent

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6cc8936acc292a25ffffc08efeb06fe6cc3261c9

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