mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-10 02:47:03 +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')
|
@description('Name of the managed disk to be copied')
|
||||||
param managedDiskName string = 'diskname'
|
param managedDiskName string = 'diskname'
|
||||||
|
|
||||||
@description('Logical Sector Size. Recommended 4096 unless application requires 512 bytes sector size support')
|
@description('Logical Sector Size.)
|
||||||
@allowed([
|
@allowed([
|
||||||
512
|
512
|
||||||
4096
|
4096
|
||||||
])
|
])
|
||||||
param logicalSectorSize int = 4096
|
param logicalSectorSize int = 512
|
||||||
|
|
||||||
@description('Disk size in GiB')
|
@description('Disk size in GiB')
|
||||||
@minValue(4)
|
@minValue(4)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user