Skip to content

Commit f65f0a1

Browse files
committed
edits and screenshot work
1 parent 09a7175 commit f65f0a1

File tree

2 files changed

+3
-3
lines changed

2 files 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_APPS_NAME='spring-apps-name'
99+
AZURE_SPRING_APPS_INSTANCE_NAME='Azure-Spring-Apps-Instance-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 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).
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).
153153

154154
> [!NOTE]
155155
> If you don't find the "Azure Spring Apps Resource Provider", search for "Azure Spring Cloud Resource Provider".
@@ -232,7 +232,7 @@ Create your Azure Spring Apps instance by specifying the virtual network and sub
232232
```azurecli
233233
az spring create \
234234
--resource-group "$RESOURCE_GROUP" \
235-
--name "$SPRING_APPS_NAME" \
235+
--name "$AZURE_SPRING_APPS_INSTANCE_NAME" \
236236
--vnet $VIRTUAL_NETWORK_NAME \
237237
--service-runtime-subnet service-runtime-subnet \
238238
--app-subnet apps-subnet \
46 KB
Loading

0 commit comments

Comments
 (0)