You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-remote-debugging-app-instance.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ az spring app get-remote-debugging-config \
81
81
82
82
## Assign an Azure role
83
83
84
-
To remotely debug an app instance, you must be granted the role `Azure Spring Apps Remote Debugging Role`, which includes the *Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action* data action permission.
84
+
To remotely debug an app instance, you must be granted the role `Azure Spring Apps Remote Debugging Role`, which includes the `Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action` data action permission.
85
85
86
86
You can assign an Azure role using the Azure portal or Azure CLI.
87
87
@@ -92,11 +92,11 @@ Use the following steps to assign an Azure role using the Azure portal.
92
92
1. Open the [Azure portal](https://portal.azure.com).
93
93
1. Open your Azure Spring Apps service instance.
94
94
1. In the navigation pane, select **Access Control (IAM)**.
95
-
1. On the **Access Control (IAM)** page, select **Add** and then select **Add role assignment**.
95
+
1. On the **Access Control (IAM)** page, select **Add**, and then select **Add role assignment**.
96
96
97
97
:::image type="content" source="media/how-to-remote-debugging-app-instance/add-role-assignment.png" alt-text="Screenshot of the Azure portal showing the Access Control (IAM) page for an Azure Spring Apps instance with the Add role assignment option highlighted." lightbox="media/how-to-remote-debugging-app-instance/add-role-assignment.png":::
98
98
99
-
1. On the **Add role assignment** page, in the **Name** list search for and select *Azure Spring Apps Remote Debugging Role* and then select **Next**.
99
+
1. On the **Add role assignment** page, in the **Name** list, search for and select *Azure Spring Apps Remote Debugging Role*, and then select **Next**.
100
100
101
101
:::image type="content" source="media/how-to-remote-debugging-app-instance/remote-debugging-role.png" alt-text="Screenshot of the Azure portal showing the Add role assignment page for an Azure Spring Apps instance with the Azure Spring Apps Remote Debugging Role name highlighted." lightbox="media/how-to-remote-debugging-app-instance/remote-debugging-role.png":::
0 commit comments