We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4286cfd commit 94b790dCopy full SHA for 94b790d
articles/operator-nexus/includes/virtual-machine/virtual-machine-bicep-template.bicep
@@ -61,14 +61,13 @@ param sshPublicKeys array
61
// keyData: 'string'
62
// }
63
64
-@description('StorageProfile represents information about OS and (optionally) data disks.')
+@description('StorageProfile represents information about a disk.')
65
param storageProfile object = {
66
osDisk: {
67
createOption: 'Ephemeral'
68
deleteOption: 'Delete'
69
diskSizeGB: 64
70
}
71
- volumeAttachments: []
72
73
74
@description('The Base64 encoded cloud-init user data.')
0 commit comments