Sk0000
Sk0000

Reputation: 31

Is there any Azure service similar to AWS systems manager(SSM)?

AWS-SDK provides SSM send command to send any powershell script to EC2 instance. Is there any module in Azure-sdk that I can use to send powershell scripts to VM.

Upvotes: 2

Views: 15998

Answers (1)

For Update the VMs as in AWS SSM we can use Azure Update Management for VMs. It uses azure automation account.

Upvotes: 4

Related Questions