Upload files to "AZ104/MicrosoftAureAdministrator/Allfiles/Labs/03"

This commit is contained in:
2023-10-06 04:52:12 -07:00
parent a72f29ef2b
commit 40d1ecc9a7
2 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"$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"
}
}
}