-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
97 lines (97 loc) · 3.1 KB
/
params.json
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
92
93
94
95
96
97
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"deploymentParams": {
"value": {
"location": "northeurope",
"loc_short_code":"ne",
"global_uniqueness": "009",
"enterprise_name": "Miztiik_Enterprises",
"enterprise_name_suffix": "fraud_analytics",
"sub_deploymnet_prefix": "Miztiik_Verse"
}
},
"identityParams": {
"value": {
"namePrefix": "uami"
}
},
"cosmosDbParams": {
"value": {
"cosmosDbNamePrefix": "store-backend",
"cosmosDatabaseName" :"",
"cosmodDbContainerName":""
}
},
"funcParams": {
"value": {
"funcStorageAccountNamePrefix": "funcstorage",
"funcAppPrefix": "store-backend",
"funcNamePrefix": "events",
"funcRuntime": "python",
"funcLogLevel": "Warning",
"skuName": "Y1",
"funcHostingPlanTier": "Dynamic"
}
},
"storageAccountParams": {
"value": {
"storageAccountNamePrefix": "warehouse",
"storageAccountType": "Standard_LRS",
"allowBlobPublicAccess": false,
"kind": "StorageV2",
"minimumTlsVersion": "TLS1_2",
"fault_tolerant_sku": "Standard_ZRS",
"sku": "Standard_LRS",
"blobNamePrefix": "store-events"
}
},
"eventHubParams": {
"value": {
"eventHubNamespaceNamePrefix": "warehouse",
"eventHubNamePrefix": "store-events"
}
},
"streamAnalyticsParams": {
"value": {
"JobNamePrefix": "fraud-detective",
"JobOutputNamePrefix": "store-events",
"JobInputNamePrefix": "store-events",
"JobQueryNamePrefix": "store-events",
"JobQuery": "SELECT * INTO [store-events] FROM [store-events] TIMESTAMP BY EventEnqueuedUtcTime"
}
},
"serviceBusParams": {
"value": {
"serviceBusNamePrefix": "warehouse",
"serviceBusQueueName": "store-events",
"serviceBusTopicName": "store-events",
"serviceBusSubscriptionName": "store-events"
}
},
"logAnalyticsWorkspaceParams": {
"value": {
"workspaceName": "lumberYard",
"retentionInDays": 32,
"dailyQuotaGb": 2,
"commitTier": false,
"storeEventsCustomTableName": "storeEvents",
"automationEventsCustomTableName": "miztiikAutomationEvents",
"managedRunCmdCustomTableName": "miztiikRunCmdEvents" }
},
"brandTags": {
"value": {
"owner": "Mystique",
"automation_by": "Mystique_Automation",
"github_profile": "https://github.com/miztiik",
"about_me": "https://github.com/miztiik/about-me",
"udemy_profile": "https://www.udemy.com/user/n-kumar",
"skill_profile": "https://www.skillshare.com/r/profile/Kumar/407603333",
"buy_me_a_coffee": "https://ko-fi.com/miztiik",
"project": "azure-fraud-detection-with-stream-analytics",
"github_repo_url": "https://github.com/miztiik/azure-fraud-detection-with-stream-analytics"
}
}
}
}