Skip to content

Commit 784c198

Browse files
authored
Merge pull request #226041 from yuwzho/main
[Spring] Update RBAC name from Spring Cloud to Spring Apps
2 parents 436f236 + bd55537 commit 784c198

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

articles/spring-apps/how-to-deploy-in-azure-virtual-network.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you already have a virtual network to host an Azure Spring Apps instance, ski
9696
SUBSCRIPTION='subscription-id'
9797
RESOURCE_GROUP='my-resource-group'
9898
LOCATION='eastus'
99-
SPRING_CLOUD_NAME='spring-cloud-name'
99+
AZURE_SPRING_APPS_INSTANCE_NAME='Azure-Spring-Apps-Instance-name'
100100
VIRTUAL_NETWORK_NAME='azure-spring-apps-vnet'
101101
```
102102

@@ -149,9 +149,13 @@ Select the virtual network **azure-spring-apps-vnet** you previously created.
149149

150150
![Screenshot that shows the Access control screen.](./media/spring-cloud-v-net-injection/access-control.png)
151151

152-
1. Assign the *Owner* role to the **Azure Spring Cloud Resource Provider**. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md#step-2-open-the-add-role-assignment-page).
152+
1. Assign the *Owner* role to the Azure Spring Apps Resource Provider. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
153+
154+
> [!NOTE]
155+
> If you don't find the "Azure Spring Apps Resource Provider", search for "Azure Spring Cloud Resource Provider".
156+
157+
:::image type="content" source="./media/spring-cloud-v-net-injection/assign-owner-resource-provider.png" alt-text="Screenshot of the Azure portal showing the Access Control (IAM) page, with the Add Role Assignment pane open and search results displaying the Azure Spring Apps Resource Provider." lightbox="./media/spring-cloud-v-net-injection/assign-owner-resource-provider.png":::
153158

154-
![Screenshot that shows owner assignment to resource provider.](./media/spring-cloud-v-net-injection/assign-owner-resource-provider.png)
155159

156160
You can also do this step by running the following Azure CLI command:
157161

@@ -229,7 +233,7 @@ Create your Azure Spring Apps instance by specifying the virtual network and sub
229233
```azurecli
230234
az spring create \
231235
--resource-group "$RESOURCE_GROUP" \
232-
--name "$SPRING_CLOUD_NAME" \
236+
--name "$AZURE_SPRING_APPS_INSTANCE_NAME" \
233237
--vnet $VIRTUAL_NETWORK_NAME \
234238
--service-runtime-subnet service-runtime-subnet \
235239
--app-subnet apps-subnet \
-4.68 KB
Loading
12.6 KB
Loading

articles/spring-apps/tutorial-custom-domain.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,18 @@ You need to grant Azure Spring Apps access to your key vault before you import c
109109

110110
#### [Portal](#tab/Azure-portal)
111111
1. Go to your key vault instance.
112-
1. In the left navigation pane, select **Access Police**.
112+
1. In the left navigation pane, select **Access Policy**.
113113
1. On the upper menu, select **Add Access Policy**.
114114
1. Fill in the info, and select **Add** button, then **Save** access police.
115115

116116
| Secret permission | Certificate permission | Select principal |
117117
|-------------------|------------------------|--------------------------------------|
118-
| Get, List | Get, List | Azure Spring Cloud Domain-Management |
118+
| Get, List | Get, List | Azure Spring Apps Domain-Management |
119119

120-
![Import certificate 2](./media/custom-dns-tutorial/import-certificate-b.png)
120+
> [!NOTE]
121+
> If you don't find the "Azure Spring Apps Resource Provider", search for "Azure Spring Cloud Resource Provider".
122+
123+
:::image type="content" source="./media/custom-dns-tutorial/import-certificate-b.png" alt-text="Screenshot of the Azure portal showing the Add Access Policy page for a key vault with Azure Spring Apps Domain-management selected from the Select a principal dropdown." lightbox="./media/custom-dns-tutorial/import-certificate-b.png":::
121124

122125
#### [CLI](#tab/Azure-CLI)
123126

0 commit comments

Comments
 (0)