Skip to content

Commit 9e2ce71

Browse files
Merge pull request #298631 from baanders/4-22-img
ADT freshness, update image
2 parents 4ffa202 + c549a05 commit 9e2ce71

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

articles/digital-twins/how-to-set-up-instance-cli.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,11 @@ az dt role-assignment create --dt-name <your-Azure-Digital-Twins-instance> --ass
104104
The result of this command is outputted information about the role assignment that has been created for the user.
105105

106106
> [!NOTE]
107-
> If this command returns an error saying that the CLI **cannot find user or service principal in graph database**:
108-
>
109-
> Assign the role using the user's Object ID instead. This may happen for users on personal [Microsoft accounts (MSAs)](https://account.microsoft.com/account).
107+
> If this command returns an error saying that the CLI **cannot find user or service principal in graph database**, assign the role using the user's Object ID instead. This may happen for users on personal [Microsoft accounts (MSAs)](https://account.microsoft.com/account).
110108
>
111109
> Use the [Azure portal page of Microsoft Entra users](https://portal.azure.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade/AllUsers) to select the user account and open its details. Copy the user's **Object ID**:
112110
>
113-
> :::image type="content" source="media/includes/user-id.png" alt-text="Screenshot of the user page in Azure portal highlighting the GUID in the 'Object ID' field." lightbox="media/includes/user-id.png":::
111+
> :::image type="content" source="media/includes/user-id.png" alt-text="Screenshot of the user page in Azure portal highlighting the GUID in the 'Object ID' field." lightbox="media/includes/user-id-large.png":::
114112
>
115113
> Then, repeat the role assignment list command using the user's Object ID for the `assignee` parameter above.
116114
63.6 KB
Loading
-28.2 KB
Loading

0 commit comments

Comments
 (0)