Add FixedSize Storage Type Option for SCVMM Cloud Integration

We are currently utilizing the SCVMM Cloud integration and have encountered an issue when adding new disks to a VM. The integration defaults to the VHD type “DynamicallyExpanding” for new disks. However, our requirement is to use the “FixedSize” type.

In vCenter Clouds, the storage type can be configured in the Advanced Options of the Cloud. Unfortunately, this option is not available for SCVMM Clouds.

Is there a possibility to add this functionality for SCVMM Clouds? In the current scenario, we are forced to shut down the VM and use a custom script (core command: Convert-SCVirtualDiskDrive -VirtualDiskDrive $disk -Fixed) to adjust the disk type. This process is not ideal and causes inconvenience to our clients.

In the documentation of the command New-SCVirtualDiskDrive there is “-Fixed” as an option (New-SCVirtualDiskDrive (VirtualMachineManager) | Microsoft Learn).

We would appreciate any assistance or updates on whether this feature can be implemented.

Thank you for your support.

2 Likes