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
+9-10Lines changed: 9 additions & 10 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 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.
85
85
86
86
You can assign an Azure role using the Azure portal or Azure CLI.
87
87
@@ -90,23 +90,23 @@ You can assign an Azure role using the Azure portal or Azure CLI.
90
90
Use the following steps to assign an Azure role using the Azure portal.
91
91
92
92
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**.
96
96
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":::
98
98
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**.
100
100
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":::
102
102
103
-
1. Select **Select members**, and then search for your username.
103
+
1. Select **Members**, and then search for and select your username.
104
104
105
105
1. Select **Review + assign**.
106
106
107
107
### [Azure CLI](#tab/azure-cli)
108
108
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.
110
110
111
111
```azurecli
112
112
az role assignment create \
@@ -117,7 +117,6 @@ Use the following Azure CLI command to obtain the **Azure Spring Apps Remote Deb
117
117
118
118
---
119
119
120
-
121
120
## Debug an app instance remotely
122
121
123
122
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