-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappsettings.json.example
More file actions
46 lines (35 loc) · 1.37 KB
/
Copy pathappsettings.json.example
File metadata and controls
46 lines (35 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"ApplicationInsights": {
"InstrumentationKey": "[insert app insights key here]"
},
"CosmosDBSettings": {
"EndpointUri": "[insert cosmos DB endpoint here, only needed if you need to store data for historic solutions]",
"PrimaryKey": "[insert cosmos DB api key here, only needed if you need to store data for historic solutions]",
"databaseName": "[insert Cosmos DB DB name here, only needed if you need to store data for historic solutions]"
},
"CalculatorUrls": {
"mdisk": "https://azure.microsoft.com/api/v2/pricing/managed-disks/calculator/?culture=en-us&discount=mosp¤cy=",
"vm_ri0": "https://azure.microsoft.com/api/v2/pricing/virtual-machines-base/calculator/?culture=en-us&discount=mosp¤cy=",
"vm_ri1": "https://azure.microsoft.com/api/v2/pricing/virtual-machines-base-one-year/calculator/?culture=en-us&discount=mosp¤cy=",
"vm_ri3": "https://azure.microsoft.com/api/v2/pricing/virtual-machines-base-three-year/calculator/?culture=en-us&discount=mosp¤cy="
},
"BlobStorageSettings": {
"DefaultConnection": "",
"blobConnectionString": "",
"containerName": "azuredata",
"blobUri": ""
}
}