Skip to content

Commit 900be75

Browse files
committed
initial edits
1 parent 55c409b commit 900be75

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

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

Lines changed: 9 additions & 10 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 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.
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

@@ -90,23 +90,23 @@ You can assign an Azure role using the Azure portal or Azure CLI.
9090
Use the following steps to assign an Azure role using the Azure portal.
9191

9292
1. Open the [Azure portal](https://portal.azure.com).
93-
1. Open your existing Azure Spring Apps service instance.
94-
1. Select **Access Control (IAM)** from the left menu.
95-
1. Select **Add** in the command bar, and then select **Add role assignment**.
93+
1. Open your Azure Spring Apps service instance.
94+
1. In the navigation pane, select **Access Control (IAM)**.
95+
1. Select **Add**, and then select **Add role assignment**.
9696

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

99-
1. Search for **Azure Spring Apps Remote Debugging Role** in the list, and then select **Next**.
99+
1. In the **Name** list, search for and select *Azure Spring Apps Remote Debugging Role*, 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 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

103-
1. Select **Select members**, and then search for your username.
103+
1. Select **Members**, and then search for and select your username.
104104

105105
1. Select **Review + assign**.
106106

107107
### [Azure CLI](#tab/azure-cli)
108108

109-
Use the following Azure CLI command to obtain the **Azure Spring Apps Remote Debugging Role** role.
109+
Use the following command to obtain the Azure Spring Apps Remote Debugging Role.
110110

111111
```azurecli
112112
az role assignment create \
@@ -117,7 +117,6 @@ Use the following Azure CLI command to obtain the **Azure Spring Apps Remote Deb
117117

118118
---
119119

120-
121120
## Debug an app instance remotely
122121

123122
You can debug an app instance remotely using the Azure Toolkit for IntelliJ or the Azure Spring Apps for VS Code extension.

0 commit comments

Comments
 (0)