AZ-104-MicrosoftAzureAdmini.../Allfiles/Labs/03/az104-03b-md-parameters.json
2020-09-10 09:13:49 +12:00

28 lines
656 B
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"diskName": {
"value": "az104-03a-disk1"
},
"location": {
"value": "eastus"
},
"sku": {
"value": "Standard_LRS"
},
"diskSizeGb": {
"value": 32
},
"createOption": {
"value": "empty"
},
"diskEncryptionSetType": {
"value": "EncryptionAtRestWithPlatformKey"
},
"networkAccessPolicy": {
"value": "AllowAll"
}
}
}