Skip to content

Commit 2382fc8

Browse files
author
pensh
committed
fix typo
1 parent 080f9e2 commit 2382fc8

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-
Before connecting to 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 remote debugging 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

@@ -96,9 +96,9 @@ Use the following steps to assign an Azure role using the Azure portal.
9696

9797
:::image type="content" source="media/how-to-remote-debugging-app-instance/add-role-assignment.png" alt-text="Screenshot of the Access Control(IAM) page showing the Add role assignment command." lightbox="media/how-to-remote-debugging-app-instance/add-role-assignment.png":::
9898

99-
1. Search for **Azure Spring Apps Connect Role** in the list, and then select **Next**.
99+
1. Search for **Azure Spring Apps Remote Debugging Role** in the list, and then select **Next**.
100100

101-
:::image type="content" source="media/how-to-remote-debugging-app-instance/remote-debugging-role.png" alt-text="Screenshot of the Add role assignment page showing the Azure Spring Apps remote debugging Role." lightbox="media/how-to-remote-debugging-app-instance/remote-debugging-role.png":::
101+
:::image type="content" source="media/how-to-remote-debugging-app-instance/remote-debugging-role.png" alt-text="Screenshot of the Add role assignment page showing the Azure Spring Apps Remote Debugging Role." lightbox="media/how-to-remote-debugging-app-instance/remote-debugging-role.png":::
102102

103103
1. Select **Select members**, and then search for your username.
104104

0 commit comments

Comments
 (0)