mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-05 08:09:08 +00:00
Merge pull request #150 from jfinleynz/master
Managed Disk ARM Templates have changed
This commit is contained in:
commit
5ddcf03eb4
@ -19,6 +19,9 @@
|
||||
},
|
||||
"diskEncryptionSetType": {
|
||||
"value": "EncryptionAtRestWithPlatformKey"
|
||||
}
|
||||
},
|
||||
"networkAccessPolicy": {
|
||||
"value": "AllowAll"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -32,7 +32,10 @@
|
||||
},
|
||||
"diskEncryptionSetType": {
|
||||
"type": "String"
|
||||
}
|
||||
},
|
||||
"networkAccessPolicy": {
|
||||
"type": "String",
|
||||
"defaultValue" : "AllowAll"
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
@ -49,8 +52,10 @@
|
||||
"createOption": "[parameters('createOption')]"
|
||||
},
|
||||
"diskSizeGB": "[parameters('diskSizeGb')]",
|
||||
"osType": "[parameters('osType')]"
|
||||
"osType": "[parameters('osType')]",
|
||||
"networkAccessPolicy": "[parameters('networkAccessPolicy')]"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -108,6 +108,7 @@ In this task, you will create an Azure disk resource by using an Azure Resource
|
||||
| Disk Size Gb | **32** |
|
||||
| Create Option | **empty** |
|
||||
| Disk Encryption Set Type | **EncryptionAtRestWithPlatformKey** |
|
||||
| Network Access Policy | **AllowAll** |
|
||||
|
||||
1. Select the checkbox **I agree to the terms and conditions stated above** and click **Purchase**.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user