WeSearch

HOW TO CREATE USER AND ASSIGN ROLES IN AZURE WITH ENTRA ID

·1 min read · 0 reactions · 0 comments · 14 views
#azure#cloud#devops
HOW TO CREATE USER AND ASSIGN ROLES IN AZURE WITH ENTRA ID
⚡ TL;DR · AI summary

The article provides a step-by-step guide on creating a user and assigning roles in Azure using Entra ID. It outlines the necessary actions, including navigating to the Entra ID section, creating a new user, and assigning roles. The process concludes with a reminder to refresh the page to see the newly created user in the list.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3937954) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ezekiel Olaniyan Posted on May 23 HOW TO CREATE USER AND ASSIGN ROLES IN AZURE WITH ENTRA ID #virtualmachine #azure #cloud #devops To create user in Azure using Entra ID, begin by typing Entra ID in the search box and select entra ID from the list of items as shown below Next, click on "User" as indicated in the image below. This takes you to a new page where you click on "New user". Select "Create new user", then input the principal name, display name and click on Next: properties.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)