-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparams.json
107 lines (107 loc) · 3.19 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
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"deploymentParams": {
"value": {
"location": "westeurope",
"global_uniqueness": "025",
"enterprise_name": "Miztiik_Enterprises",
"enterprise_name_suffix": "Custom_Logs_To_Monitor",
"sub_deploymnet_prefix":"Miztiik_Verse"
}
},
"rgParams": {
"value": {}
},
"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!"
},
"authType": "password",
"publicIPAllocationMethod": "Dynamic",
"publicIpSku": "Basic",
"isWindows": false,
"isLinux": true
}
},
"storageAccountParams": {
"value": {
"storageAccountName": "mystorageaccount",
"storageAccountType": "Standard_LRS"
}
},
"logAnalyticsWorkspaceParams": {
"value": {
"workspaceName": "lumberyard",
"customTableName": "lumberyardTable",
"retentionInDays": 32,
"dailyQuotaGb": 2,
"commitTier": false
}
},
"dceParams": {
"value": {
"endpointName": "webStoreDataCollectorEndpoint"
}
},
"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": "send-vm-logs-to-azure-monitor",
"github_repo_url": "https://github.com/miztiik/send-vm-logs-to-azure-monitor"
}
}
}
}