New-AzRoleAssignment
2022
Logging into an Azure Linux VM using an Azure AD account
·876 words·5 mins·
100
views
·
5
likes
Today I want to show you how you can improve the security of your Linux virtual machines in Azure by integrating with Azure Active Directory (Azure AD) authentication. In this post, I’ll show you how to set up a Linux virtual machine and log in with Azure AD using openSSH certificate-based authentication.
2021
How to use a VM system-assigned managed identity to access Azure Key Vault
·1070 words·6 mins·
100
views
·
5
likes
Hi, In a previous post, I showed you how to enable system-assigned managed identity on an Azure virtual machine. Today, I want to show you how to assign a managed identity to access an Azure resource securely.
How to create an Azure Service Principal with Password
·958 words·5 mins·
100
views
·
5
likes
Hello, guys. Today I want to show you how to create a service principal using PowerShell and Azure CLI. In case you don’t know, an Azure service identity is an identity that is created in Azure AD and associated with an application.