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/enterprise/how-to-deploy-in-azure-virtual-network.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,14 +157,10 @@ Use the following steps to grant permission:
157
157
158
158
:::image type="content" source="media/how-to-deploy-in-azure-virtual-network/access-control.png" alt-text="Screenshot of the Azure portal Access Control (IAM) page showing the Check access tab with the Add role assignment button highlighted." lightbox="media/how-to-deploy-in-azure-virtual-network/access-control.png":::
159
159
160
-
1. Assign the `Network Contributor` and `User Access Administrator` roles to the Azure Spring Apps Resource Provider. For more information, see [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.yml).
160
+
1. Assign the `Network Contributor` and `User Access Administrator` roles to the Azure Spring Cloud Resource Provider. For more information, see [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.yml).
161
161
162
162
> [!NOTE]
163
163
> Role `User Access Administrator` is in the **Privileged administrator roles** and `Network Contributor` is in the **Job function roles**.
164
-
> If you don't find Azure Spring Apps Resource Provider, search for *Azure Spring Cloud Resource Provider*.
165
-
166
-
:::image type="content" source="./media/how-to-deploy-in-azure-virtual-network/assign-user-assign-administrator-role.png" alt-text="Screenshot of the Azure portal Access Control page with assigning User Assign Administrator Role." lightbox="./media/how-to-deploy-in-azure-virtual-network/assign-user-assign-administrator-role.png":::
167
-
:::image type="content" source="./media/how-to-deploy-in-azure-virtual-network/assign-network-contributor-role.png" alt-text="Screenshot of the Azure portal Access Control page with assigning Network Contributor role." lightbox="./media/how-to-deploy-in-azure-virtual-network/assign-network-contributor-role.png":::
168
164
169
165
### [Azure CLI](#tab/azure-CLI)
170
166
@@ -294,11 +290,11 @@ If your custom subnets don't contain route tables, Azure Spring Apps creates the
294
290
295
291
### Route table requirements
296
292
297
-
The route tables to which your custom vnet is associated must meet the following requirements:
293
+
The route tables to which your custom virtual network is associated must meet the following requirements:
298
294
299
-
* You can associate your Azure route tables with your vnet only when you create a new Azure Spring Apps service instance. You can't change to use another route table after Azure Spring Apps has been created.
295
+
* You can associate your Azure route tables with your virtual network only when you create a new Azure Spring Apps service instance. You can't change to use another route table after you create an Azure Spring Apps instance.
300
296
* Both the Spring application subnet and the service runtime subnet must associate with different route tables or neither of them.
301
-
* Permissions must be assigned before instance creation. Be sure to grant Azure Spring Apps Resource Provider the `User Access Administrator` and `Network Contributor` permissions on your route tables.
297
+
* Permissions must be assigned before instance creation. Be sure to grant Azure Spring Cloud Resource Provider the `User Access Administrator` and `Network Contributor` permissions on your route tables.
302
298
* You can't update the associated route table resource after cluster creation. While you can't update the route table resource, you can modify custom rules on the route table.
303
299
* You can't reuse a route table with multiple instances due to potential conflicting routing rules.
304
300
@@ -315,5 +311,5 @@ If your custom DNS server can't add Azure DNS IP `168.63.129.16` as the upstream
315
311
316
312
## Next steps
317
313
318
-
*[Troubleshooting Azure Spring Apps in VNET](troubleshooting-vnet.md)
319
-
*[Customer Responsibilities for Running Azure Spring Apps in VNET](vnet-customer-responsibilities.md)
314
+
*[Troubleshooting Azure Spring Apps in virtual networks](troubleshooting-vnet.md)
315
+
*[Customer responsibilities for Running Azure Spring Apps in a virtual network](vnet-customer-responsibilities.md)
0 commit comments