Skip to content

Commit 0766f92

Browse files
Xuyang CaoXuyang Cao
authored andcommitted
add more information for custom role
1 parent 7c02724 commit 0766f92

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

articles/container-apps/java-admin-eureka-integration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ With the Eureka Server set up, you can now bind other applications to it for ser
136136

137137
## View the application in both Admin for Spring and Eureka Server for Spring dashboards
138138

139+
> [!IMPORTANT]
140+
> To view the dashboard, you need to have at least the `Microsoft.App/managedEnvironments/write` role assigned to your account on the managed environment resource. You can either explicitly assign `Owner` or `Contributor` role on the resource or follow the steps to create a custom role definition and assign it to your account.
141+
139142
1. Create the custom role definition.
140143

141144
```azurecli

articles/container-apps/java-admin.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ Now that you have an existing environment, you can create your container app and
132132

133133
## View the application in Admin for Spring dashboards
134134

135+
> [!IMPORTANT]
136+
> To view the dashboard, you need to have at least the `Microsoft.App/managedEnvironments/write` role assigned to your account on the managed environment resource. You can either explicitly assign `Owner` or `Contributor` role on the resource or follow the steps to create a custom role definition and assign it to your account.
137+
135138
1. Create the custom role definition.
136139

137140
```azurecli
@@ -146,7 +149,7 @@ Now that you have an existing environment, you can create your container app and
146149
}'
147150
```
148151
Please replace the `AssignableScopes` value with your subscription id.
149-
152+
150153
1. Assign the Custom Role to your accound on managed environment resource.
151154

152155
Get the resource id of the managed environment:

articles/container-apps/java-eureka-server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ Now that you have an existing environment, you can create your container app and
150150

151151
## View the application in Eureka Server for Spring dashboards
152152

153+
> [!IMPORTANT]
154+
> To view the dashboard, you need to have at least the `Microsoft.App/managedEnvironments/write` role assigned to your account on the managed environment resource. You can either explicitly assign `Owner` or `Contributor` role on the resource or follow the steps to create a custom role definition and assign it to your account.
155+
153156
1. Create the custom role definition.
154157

155158
```azurecli

0 commit comments

Comments
 (0)