Skip to content

Commit

Permalink
Added NVME to IsAcceleratedNetworkSupported when creating image defin…
Browse files Browse the repository at this point in the history
…ition
  • Loading branch information
viktor-ribchev committed Nov 6, 2023
1 parent e4fae46 commit 2741616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create_image_definition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if [ -f "$variables_file" ]; then
--minimum-cpu-core 4 \
--maximum-cpu-core 64 \
--minimum-memory 4 \
--features 'IsAcceleratedNetworkSupported=true DiskControllerTypes=SCSI,NVMe' \
--maximum-memory 128 "

echo "Extracted variables and constructed Azure CLI command:"
Expand Down

0 comments on commit 2741616

Please sign in to comment.