Choosing customer managed while creating the VM itself

Varma 1,275 Reputation points
2024-05-08T09:55:58.05+00:00

is there any way that while creating the VM itself we can choose customer managed , if yes how?

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
268 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 21,236 Reputation points
    2024-05-21T12:46:07.99+00:00

    @Varma, thank you for providing additional details and apologies for the delayed response.

    Yes, it can be set when creating the virtual machine. The following link should help you get more details about it:

    1. Using Azure Portal - If you are using Azure portal to create VM, then the option to set "Patch Orchestration" type is available under Management tab at the bottom: User's image
    2. Using ARM - if you are using ARM template to create VM, the patch orchestrator type can be set using the PatchSettings parameter, as available here - Microsoft.Compute virtualMachines

    Hope this helps.

    If the answer did not help, please add more context/follow-up question for it. Else, if the answer helped, please click Accept answer so that it can help others in the community looking for help on similar topics.