Skip to content

Commit b8b651a

Browse files
authored
Merge pull request #286078 from Caoxuyang/refine-vnet-doc
fix wrong fpa naming
2 parents e502c9e + f759a19 commit b8b651a

File tree

6 files changed

+3
-5
lines changed

6 files changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,10 @@ Use the following steps to grant permission:
159159

160160
:::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":::
161161

162-
1. Assign the `Owner` role 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).
162+
1. Assign the `Owner` role 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).
163163

164-
> [!NOTE]
165-
> If you don't find Azure Spring Apps Resource Provider, search for *Azure Spring Cloud Resource Provider*.
166164

167-
:::image type="content" source="./media/how-to-deploy-in-azure-virtual-network/assign-owner-resource-provider.png" alt-text="Screenshot of the Azure portal Access Control page with Add role assignment pane and Select box with Azure Spring Apps Resource Provider highlighted." lightbox="./media/how-to-deploy-in-azure-virtual-network/assign-owner-resource-provider.png":::
165+
:::image type="content" source="./media/how-to-deploy-in-azure-virtual-network/assign-owner-resource-provider.png" alt-text="Screenshot of the Azure portal Access Control page with Add role assignment pane and Select box with Azure Spring Cloud Resource Provider highlighted." lightbox="./media/how-to-deploy-in-azure-virtual-network/assign-owner-resource-provider.png":::
168166

169167

170168
### [Azure CLI](#tab/azure-CLI)
@@ -294,7 +292,7 @@ The route tables to which your custom vnet is associated must meet the following
294292

295293
* 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.
296294
* Both the Spring application subnet and the service runtime subnet must associate with different route tables or neither of them.
297-
* Permissions must be assigned before instance creation. Be sure to grant Azure Spring Apps Resource Provider the `Owner` permission (or `User Access Administrator` and `Network Contributor` permissions) on your route tables.
295+
* Permissions must be assigned before instance creation. Be sure to grant Azure Spring Cloud Resource Provider the `Owner` permission (or `User Access Administrator` and `Network Contributor` permissions) on your route tables.
298296
* 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.
299297
* You can't reuse a route table with multiple instances due to potential conflicting routing rules.
300298

-22.4 KB
Loading
81.5 KB
Loading
-117 KB
Loading
84.7 KB
Loading
56.5 KB
Loading

0 commit comments

Comments
 (0)