-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
68 lines (67 loc) · 2.17 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
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"deploymentParams": {
"value": {
"location": "northeurope",
"global_uniqueness": "004",
"enterprise_name": "Miztiik_Enterprises",
"enterprise_name_suffix": "blob_trigger_function_user_identity",
"sub_deploymnet_prefix": "Miztiik_Verse"
}
},
"funcParams": {
"value": {
"funcStorageAccountNamePrefix": "funcstorage",
"funcAppPrefix": "store-backend",
"funcNamePrefix": "store-events",
"funcRuntime": "python",
"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"
}
},
"cosmosDbParams": {
"value": {
"cosmosDbNamePrefix": "store-backend",
"cosmosDatabaseName" :"",
"cosmodDbContainerName":""
}
},
"logAnalyticsWorkspaceParams": {
"value": {
"workspaceName": "lumberYard",
"storeEventsCustomTableName": "storeEvents",
"retentionInDays": 32,
"dailyQuotaGb": 2,
"commitTier": false,
"automationEventsCustomTableName": "miztiikAutomationEvents"
}
},
"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-blob-trigger-function-user-identity",
"github_repo_url": "https://github.com/miztiik/azure-blob-trigger-function-user-identity"
}
}
}
}