Minimum Viable Template: VM With SSH Auth

This post is part of a series of posts showing how to create a “minimum viable ARM template” and how to modify it to suit various scenarios. To see the full list of posts in this series, see this page: https://negatblog.wordpress.com/minimum-viable-arm-templates/. We want to modify our VM template to use ssh auth instead of password auth.…… Continue reading Minimum Viable Template: VM With SSH Auth

Minimum Viable Template: Add a Network Security Group

This post is part of a series of posts showing how to create a “minimum viable ARM template” and how to modify it to suit various scenarios. To see the full list of posts in this series, see this page: https://negatblog.wordpress.com/minimum-viable-arm-templates/. For added security, we want to lock down our minimum viable VM to limit…… Continue reading Minimum Viable Template: Add a Network Security Group

Changing Admin Credentials of VMs and Scale Sets

Disclaimer For security purposes, please validate any and all descriptions in this blog post about what credentials are/aren’t removed when resetting credentials. This blog post merely observes the behavior of the platform at a specific point in time and will not necessarily be kept up to date with changes in the platform. I take no…… Continue reading Changing Admin Credentials of VMs and Scale Sets