Skip to content

Commit d489c0b

Browse files
committed
edits; removed unnecessary images
1 parent 814c9b6 commit d489c0b

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,10 @@ Use the following steps to grant permission:
157157

158158
:::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":::
159159

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).
161161

162162
> [!NOTE]
163163
> 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":::
168164
169165
### [Azure CLI](#tab/azure-CLI)
170166

@@ -294,11 +290,11 @@ If your custom subnets don't contain route tables, Azure Spring Apps creates the
294290
295291
### Route table requirements
296292

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:
298294

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.
300296
* 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.
302298
* 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.
303299
* You can't reuse a route table with multiple instances due to potential conflicting routing rules.
304300

@@ -315,5 +311,5 @@ If your custom DNS server can't add Azure DNS IP `168.63.129.16` as the upstream
315311

316312
## Next steps
317313

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

Comments
 (0)