Skip to content

Community gallery VM deployment CLI request #19881

@kangsun-ctrl

Description

@kangsun-ctrl

Resource Provider
Azure compute

Description of Feature or Work Requested
Gallery team currently has a feature called community gallery, user can directly share their gallery to the public. This request is to allow user to deploy VM/VMSS from these community gallery images.

The proposed CLI cmd for this new parameter is like:
az vm create -g MyResourceGroup -n MyVm -–image communityGalleryImageUniqueId
(I believe currently “--image” is already an overloaded parameter which targets to different api model parameters according to https://docs.microsoft.com/en-us/cli/azure/vm?view=azure-cli-latest).

az vmss create -g MyResourceGroup -n MyVmss -–image communityGalleryImageUniqueId

Minimum API Version Required

2021-07-01

Swagger Link

Azure/azure-rest-api-specs#16390

Target Date

before ignite.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions