Skip to content

Commit 9f05387

Browse files
authored
Update how-to-deploy-in-azure-virtual-network.md
1 parent b08f1ae commit 9f05387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 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,7 @@ 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).
153153

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

@@ -229,7 +229,7 @@ Create your Azure Spring Apps instance by specifying the virtual network and sub
229229
```azurecli
230230
az spring create \
231231
--resource-group "$RESOURCE_GROUP" \
232-
--name "$SPRING_CLOUD_NAME" \
232+
--name "$SPRING_APPS_NAME" \
233233
--vnet $VIRTUAL_NETWORK_NAME \
234234
--service-runtime-subnet service-runtime-subnet \
235235
--app-subnet apps-subnet \

0 commit comments

Comments
 (0)