|
1 | 1 | ---
|
2 |
| -title: "Troubleshoot failed service request: Error 403 (Forbidden)" |
| 2 | +title: "Troubleshoot Azure Digital Twins: Error 403 (Forbidden)" |
3 | 3 | titleSuffix: Azure Digital Twins
|
4 |
| -description: Learn how to diagnose and resolve error 403 (Forbidden) status responses from Azure Digital Twins. |
| 4 | +description: Learn how to diagnose and resolve error 403 (Forbidden) failed service requests from Azure Digital Twins. |
5 | 5 | ms.service: digital-twins
|
6 | 6 | author: baanders
|
7 | 7 | ms.author: baanders
|
8 | 8 | ms.topic: troubleshooting
|
9 |
| -ms.date: 02/24/2022 |
| 9 | +ms.date: 09/06/2022 |
10 | 10 | ---
|
11 | 11 |
|
12 |
| -# Troubleshoot failed service request: Error 403 (Forbidden) |
| 12 | +# Troubleshoot Azure Digital Twins failed service request: Error 403 (Forbidden) |
13 | 13 |
|
14 |
| -This article describes causes and resolution steps for receiving a 403 error from service requests to Azure Digital Twins. |
| 14 | +This article describes causes and resolution steps for receiving a 403 error from service requests to Azure Digital Twins. This information is specific to the Azure Digital Twins service. |
15 | 15 |
|
16 | 16 | ## Symptoms
|
17 | 17 |
|
@@ -70,15 +70,15 @@ Switch to the **All applications** tab to see all the app registrations that hav
|
70 | 70 |
|
71 | 71 | You should see the app registration you created in the list. Select it to open up its details.
|
72 | 72 |
|
73 |
| -:::image type="content" source="media/troubleshoot-error-403/app-registrations.png" alt-text="Screenshot of the app registrations page in the Azure portal."::: |
| 73 | +:::image type="content" source="media/troubleshoot-error-403-digital-twins/app-registrations.png" alt-text="Screenshot of the app registrations page in the Azure portal."::: |
74 | 74 |
|
75 | 75 | First, verify that the Azure Digital Twins permissions settings were properly set on the registration: Select **Manifest** from the menu bar to view the app registration's manifest code. Scroll to the bottom of the code window and look for these fields under `requiredResourceAccess`. The values should match the ones in the screenshot below:
|
76 | 76 |
|
77 |
| -:::image type="content" source="media/troubleshoot-error-403/verify-manifest.png" alt-text="Screenshot of the manifest for the Azure AD app registration in the Azure portal."::: |
| 77 | +:::image type="content" source="media/troubleshoot-error-403-digital-twins/verify-manifest.png" alt-text="Screenshot of the manifest for the Azure AD app registration in the Azure portal."::: |
78 | 78 |
|
79 | 79 | Next, select **API permissions** from the menu bar to verify that this app registration contains Read/Write permissions for Azure Digital Twins. You should see an entry like this:
|
80 | 80 |
|
81 |
| -:::image type="content" source="media/troubleshoot-error-403/verify-api-permissions.png" alt-text="Screenshot of the API permissions for the Azure AD app registration in the Azure portal, showing 'Read/Write Access' for Azure Digital Twins."::: |
| 81 | +:::image type="content" source="media/troubleshoot-error-403-digital-twins/verify-api-permissions.png" alt-text="Screenshot of the API permissions for the Azure AD app registration in the Azure portal, showing 'Read/Write Access' for Azure Digital Twins."::: |
82 | 82 |
|
83 | 83 | #### Fix issues
|
84 | 84 |
|
|
0 commit comments