Skip to content

Commit

Permalink
gallery_image_definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailradkov committed Dec 10, 2024
1 parent 21b43ec commit 4a8e7f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion create_image_definition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ az_command="az sig image-definition create \
--minimum-cpu-core 4 \
--maximum-cpu-core 64 \
--minimum-memory 4 \
--maximum-memory 128 "
--maximum-memory 128 \
--os-state Specialized \
--features SecurityType=TrustedLaunch"

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

0 comments on commit 4a8e7f8

Please sign in to comment.