-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.json
131 lines (131 loc) · 3.96 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"deploymentParams": {
"value": {
"location": "northeurope",
"global_uniqueness": "005",
"enterprise_name": "Miztiik_Enterprises",
"enterprise_name_suffix": "vm_to_svc_bus",
"sub_deploymnet_prefix": "Miztiik_Verse"
}
},
"identityParams": {
"value": {
"identityNamePrefix": "usr_mgd_identity"
}
},
"appConfigParams":{
"value":{
"appConfigNamePrefix": "store",
"appConfigSku": "standard"
}
},
"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"
}
},
"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" }
},
"vnetParams": {
"value": {
"vnetNamePrefix": "dataGenSwarm",
"natGateway": false,
"subnets": [
{
"name": "GatewaySubnet",
"properties": {
"addressPrefix": "10.10.0.0/24",
"networkSecurityGroup": false,
"routeTable": false,
"natGateway": false,
"privateEndpointNetworkPolicies": "Enabled",
"privateLinkServiceNetworkPolicies": "Enabled",
"serviceEndpoints": []
},
"routeTable": {
"properties": {}
},
"securityRules": []
},
{
"name": "AzureFirewallSubnet",
"properties": {
"addressPrefix": "10.10.1.0/24",
"networkSecurityGroup": false,
"routeTable": false,
"natGateway": false,
"privateEndpointNetworkPolicies": "Enabled",
"privateLinkServiceNetworkPolicies": "Enabled",
"serviceEndpoints": []
},
"routeTable": {
"properties": {}
},
"securityRules": []
}
]
}
},
"vmParams": {
"value": {
"vmSize": "Standard_DS2_v2",
"vmNamePrefix": "m-web-srv",
"vmSubnetName": "webSubnet01",
"adminUsername": "miztiik",
"adminPassword": {
"secureString": "YOUR-ADMIN-PASSWRD-GOES-HERE-1NSTEAD-OF-THIS-T3xT!"
},
"isUbuntu": true,
"authType": "password",
"publicIPAllocationMethod": "Dynamic",
"publicIpSku": "Basic",
"isWindows": false,
"isLinux": true
}
},
"dceParams": {
"value": {
"endpointNamePrefix": "webStore"
}
},
"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-vm-to-svc-bus",
"github_repo_url": "https://github.com/miztiik/azure-vm-to-svc-bus"
}
}
}
}