forked from LanguageResources/Homework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSQL.param.json
More file actions
43 lines (43 loc) · 1.07 KB
/
SQL.param.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"pSQLPassword": {
"reference": {
"keyVault": {
"id": "/subscriptions/SQL DB & MI - MT Ind ( v-munm ) - Muneswara Reddy M/resourceGroups/SaiTest"
},
"secretName": "sqladmin"
}
},
"pSQLServer": {
"value": {
"Name": "saisrv",
"Username": "sai",
"Version": "12.0",
"PublicNetworkAccess": "Enabled",
"ConnectionType": "Default",
"MinimalTLSVersion": "1.2"
}
},
"pActiveDirectory": {
"value": {
"Deploy": true,
"AdminGroup": "v-vmoganti@microsoft.com",
"AdminGroupSID": "4daf82fb-f2d0-4392-9823-10371afb7d1c",
"AADOnlyAuthentication": true
}
},
"pLock": {
"value": {
"Deploy": false,
"Type": "CanNotDelete",
"Notes": "SetByARMTemplate"
}
},
"pTag": {
"value": {
}
}
}
}