Misc Azure snippets

This post will be updated from time to time as I progress in my Azure certification studies.

How to log-in as root user on Linux servers in Azure?

Login with the credentials created when creating the virtual machine (or using the SSH key) and issue the following command

sudo -i

Use the password of your regular account to confirm the request



Profile picture
Gideon Bakx
Updated on: Friday, October 6, 2023 8:10:51 PM
C# certified software engineer living in Calgary, Canada.
azure snippets