Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 879ecda

Browse files
committedMay 25, 2022
Move ID values out of alt text
1 parent 1764410 commit 879ecda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎articles/digital-twins/how-to-create-app-registration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,11 @@ The output of the command is information about the app registration you've creat
102102

103103
### Verify success
104104

105-
You can confirm that the Azure Digital Twins permissions were granted by looking for the following fields in the output of the `az ad app create` command, and confirming their values match what's shown in the screenshot below:
105+
You can confirm that the Azure Digital Twins permissions were granted by looking for the following fields in the output of the creation command, under `requiredResourceAccess`. Confirm their values match what's listed below.
106+
* `resourceAccess > id` is *4589bd03-58cb-4e6c-b17f-b580e39652f8*
107+
* `resourceAppId` is *0b07f429-9f4b-4714-9392-cc5e8e80c8b0*
106108

107-
:::image type="content" source="media/how-to-create-app-registration/cli-required-resource-access.png" alt-text="Screenshot of Cloud Shell output of the app registration creation command. The items under 'requiredResourceAccess' are highlighted: there's a 'resourceAppId' value of 0b07f429-9f4b-4714-9392-cc5e8e80c8b0, and a 'resourceAccess > id' value of 4589bd03-58cb-4e6c-b17f-b580e39652f8.":::
109+
:::image type="content" source="media/how-to-create-app-registration/cli-required-resource-access.png" alt-text="Screenshot of Cloud Shell output of the app registration creation command.":::
108110

109111
---
110112

0 commit comments

Comments
 (0)
Please sign in to comment.