Skip to main content
Azure Active Directory Login for Ubuntu VMs in preview
  1. Posts/

Azure Active Directory Login for Ubuntu VMs in preview

·93 words·1 min
Christoph Petersen
Author
Christoph Petersen

Centralized integration with an identity provider is a common ask. It provides increased security and removes the reliance on out-of-band managed user accounts.

It is now possible to configure Azure Active Directory login for Ubuntu-based VMs (16.04 LTS & 17.10) through the Device Flow authentication process. This is currently in preview and only available in the South Central US region.

To enable this feature you need to switch it on when deploying a new VM:

aad-sso

For users requiring access to a VM through this authentication type RBAC policies need to be set accordingly.

Related

Using Update Management in Isolated Environments

·475 words·3 mins
Almost all Azure management services run in/for any cloud. Among them is Update Management which automates OS patching for both Linux and Windows machines whether they are running on-premises, in Azure or in other clouds.

Process Monitoring for Linux with Log Analytics & Azure Monitor

·979 words·5 mins
Nearly every customer I talk to about Azure management asks me this: “How can I do process monitoring?”. As there is currently no way to directly instrument either the Windows or the Linux agent to do explicit process monitoring another way need to be found.

Azure Monitor Container Health Public Preview

·224 words·2 mins
Photo by frank mckenna on Unsplash Monitoring the container infrastructure which is running your applications is important. With the emergence of managed Kubernetes such as Aure Container Service (AKS) this becomes more tricky as part of the infrastructure is managed by somebody else.