AzureStack-QuickStart-Templ.../301-storage-spaces-direct/azuredeploy.parameters.json

27 строки
590 B
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"namePrefix": {
"value": "GEN-UNIQUE-8"
},
"existingDomainName": {
"value": "contoso.com"
},
"adminUsername": {
"value": "AzureAdmin"
},
"adminPassword": {
"value": "GEN-PASSWORD"
},
"existingVirtualNetworkName": {
"value": "vnet01"
},
"existingVirtualNetworkRGName": {
"value": "rg01"
},
"existingSubnetName": {
"value": "default"
}
}
}