This repository was archived by the owner on Mar 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathev2-dev-usnc.json
More file actions
91 lines (91 loc) · 2.99 KB
/
ev2-dev-usnc.json
File metadata and controls
91 lines (91 loc) · 2.99 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"Deployment": {
"RejectDefaults": true,
"EnvironmentName": "dev",
"Location": "North Central US",
"WorkerPlanLocations": [
"North Central US"
],
"SubscriptionId": "00000000-0000-0000-0000-000000000000",
"ServiceTreeId": "00000000-0000-0000-0000-000000000000",
"WorkerSku": "S1",
"WorkerMinInstances": 1,
"WorkerMaxInstances": 10,
"WorkerCountPerPlan": 1,
"WorkerPlanCount": 1,
"WorkerLogLevel": "Warning",
"LogAnalyticsWorkspaceName": "ev2-dev-usnc-insights-la",
"AppInsightsName": "ev2-dev-usnc-insights-ai",
"AppInsightsDailyCapGb": 1,
"ActionGroupName": "ev2-dev-usnc",
"ActionGroupShortName": "ev2-dev-usnc",
"AlertEmail": "[email protected]",
"AlertPrefix": "[Insights] ",
"KeyVaultName": "ev2-dev-usnc-insights",
"ResourceGroupName": "ev2-dev-usnc-insights",
"StorageAccountName": "ev2devusncinsights",
"DeploymentContainerName": "deployment",
"LeaseContainerName": "leases",
"WorkQueueName": "work",
"ExpandQueueName": "expand",
"StorageEndpointSuffix": "core.windows.net",
"WebsiteAadAppName": "ev2-dev-insights",
"WebsiteAadAppClientId": "00000000-0000-0000-0000-000000000000",
"WebsiteName": "ev2-dev-usnc-insights",
"WebsitePlanName": "ev2-dev-usnc-insights",
"WebsiteLocation": "North Central US",
"WorkerNamePrefix": "ev2-dev-usnc-insights-worker-",
"WorkerPlanNamePrefix": "ev2-dev-usnc-insights-worker-",
"WorkerAutoscaleNamePrefix": "ev2-dev-usnc-insights-worker-",
"WorkerHostId": "ev2-dev-usnc-insights",
"UserManagedIdentityName": "ev2-dev-usnc-insights-worker",
"AllowedIpRanges": [],
"Ev2AzCopyConnectionProperties": {
"endpoint": "https://example",
"maxExecutionTime": "PT1H",
"authentication": {
"type": "AadApplicationAuthentication",
"reference": {
"provider": "AzureKeyVault",
"parameters": {
"secretId": "https://ev2-dev-usnc-insights.vault.azure.net/secrets/ClientCertificate"
}
},
"properties": {
"applicationId": "00000000-0000-0000-0000-000000000000",
"tenantId": "00000000-0000-0000-0000-000000000000"
}
}
},
"UseSpotWorkers": true,
"SpotWorkerAdminUsername": "ev2",
"SpotWorkerSpecs": [
{
"NamePrefix": "ev2-dev-usnc-spot-worker-",
"Location": "North Central US",
"Sku": "Standard_D2as_v4",
"MinInstances": 1,
"MaxInstances": 11,
"AddLoadBalancer": false
}
],
"SpotWorkerImageReference": {
"publisher": "MicrosoftWindowsServer",
"offer": "WindowsServer",
"sku": "2022-datacenter-core-smalldisk-g2",
"version": "latest"
},
"SpotWorkerEnableAutomaticOSUpgrade": false,
"SpotWorkerAdditionalVmssExtensions": [],
"SpotWorkerProvisionAfterExtensions": []
},
"AppSettings": {
"Shared": {
"NuGetInsights": {
"DisabledDrivers": [
"NuGetPackageExplorerToCsv"
]
}
}
}
}