mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update azuredeploydisk.bicep
This commit is contained in:
parent
4e3567f564
commit
7ac0d89f77
@ -1,12 +1,12 @@
|
||||
@description('Name of the managed disk to be copied')
|
||||
param managedDiskName string = 'diskname'
|
||||
|
||||
@description('Logical Sector Size. Recommended 4096 unless application requires 512 bytes sector size support')
|
||||
@description('Logical Sector Size.)
|
||||
@allowed([
|
||||
512
|
||||
4096
|
||||
])
|
||||
param logicalSectorSize int = 4096
|
||||
param logicalSectorSize int = 512
|
||||
|
||||
@description('Disk size in GiB')
|
||||
@minValue(4)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user