Skip to content

Commit c6557ea

Browse files
authored
Merge pull request #1 from yuwzho/patch-1
Patch 1
2 parents 65f8796 + 2fdd716 commit c6557ea

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 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+
SPRING_APPS_NAME='spring-apps-name'
100100
VIRTUAL_NETWORK_NAME='azure-spring-apps-vnet'
101101
```
102102

@@ -149,7 +149,10 @@ 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#step-2-open-the-add-role-assignment-page).
153+
154+
> [!NOTE]
155+
> If you don't find the "Azure Spring Apps Resource Provider", try to search "Azure Spring Cloud Resource Provider".
153156
154157
![Screenshot that shows owner assignment to resource provider.](./media/spring-cloud-v-net-injection/assign-owner-resource-provider.png)
155158

@@ -229,7 +232,7 @@ Create your Azure Spring Apps instance by specifying the virtual network and sub
229232
```azurecli
230233
az spring create \
231234
--resource-group "$RESOURCE_GROUP" \
232-
--name "$SPRING_CLOUD_NAME" \
235+
--name "$SPRING_APPS_NAME" \
233236
--vnet $VIRTUAL_NETWORK_NAME \
234237
--service-runtime-subnet service-runtime-subnet \
235238
--app-subnet apps-subnet \
-33.3 KB
Loading

0 commit comments

Comments
 (0)