You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-deploy-in-azure-virtual-network.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ If you already have a virtual network to host an Azure Spring Apps instance, ski
96
96
SUBSCRIPTION='subscription-id'
97
97
RESOURCE_GROUP='my-resource-group'
98
98
LOCATION='eastus'
99
-
SPRING_CLOUD_NAME='spring-cloud-name'
99
+
SPRING_APPS_NAME='spring-apps-name'
100
100
VIRTUAL_NETWORK_NAME='azure-spring-apps-vnet'
101
101
```
102
102
@@ -149,7 +149,10 @@ Select the virtual network **azure-spring-apps-vnet** you previously created.
149
149
150
150

151
151
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".
153
156
154
157

155
158
@@ -229,7 +232,7 @@ Create your Azure Spring Apps instance by specifying the virtual network and sub
0 commit comments