Skip to content

Commit 17f7f9d

Browse files
Apply suggestions from code review
Co-authored-by: Karl Erickson <[email protected]>
1 parent f76b3ce commit 17f7f9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/how-to-remote-debugging-app-instance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ az spring app get-remote-debugging-config \
8181

8282
## Assign an Azure role
8383

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.
8585

8686
You can assign an Azure role using the Azure portal or Azure CLI.
8787

@@ -92,11 +92,11 @@ Use the following steps to assign an Azure role using the Azure portal.
9292
1. Open the [Azure portal](https://portal.azure.com).
9393
1. Open your Azure Spring Apps service instance.
9494
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**.
9696

9797
:::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":::
9898

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**.
100100

101101
:::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":::
102102

0 commit comments

Comments
 (0)