mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-06 16:49:09 +00:00
Delete Allfiles/Labs/03/az104-03b-md-parameters.json
This commit is contained in:
parent
cbede6a1d2
commit
76c138408f
@ -1,27 +0,0 @@
|
|||||||
{
|
|
||||||
"$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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user