Skip to content

Commit ae828dd

Browse files
Merge pull request #248697 from KarlErickson/karler-dingmeng
Update folder path of routes and azuredeploy.json
2 parents a4b61b4 + 76cc106 commit ae828dd

4 files changed

+9
-9
lines changed

articles/spring-apps/quickstart-configure-single-sign-on-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ To complete the single sign-on experience, use the following steps to deploy the
182182
--name identity-routes \
183183
--service <Azure-Spring-Apps-service-instance-name> \
184184
--app-name identity-service \
185-
--routes-file azure/routes/identity-service.json
185+
--routes-file azure-spring-apps-enterprise/resources/json/routes/identity-service.json
186186
```
187187

188188
## Configure single sign-on for Spring Cloud Gateway

articles/spring-apps/quickstart-deploy-apps-enterprise.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Use the following steps to deploy and build applications. For these steps, make
240240
--resource-group <resource-group-name> \
241241
--name quickstart-builder \
242242
--service <Azure-Spring-Apps-service-instance-name> \
243-
--builder-file azure/builder.json
243+
--builder-file azure-spring-apps-enterprise/resources/json/tbs/builder.json
244244
```
245245

246246
1. Use the following command to build and deploy the payment service:
@@ -343,7 +343,7 @@ Use the following steps to configure Spring Cloud Gateway and configure routes t
343343
--name cart-routes \
344344
--service <Azure-Spring-Apps-service-instance-name> \
345345
--app-name cart-service \
346-
--routes-file azure/routes/cart-service.json
346+
--routes-file azure-spring-apps-enterprise/resources/json/routes/cart-service.json
347347
```
348348

349349
1. Use the following command to create routes for the order service:
@@ -354,7 +354,7 @@ Use the following steps to configure Spring Cloud Gateway and configure routes t
354354
--name order-routes \
355355
--service <Azure-Spring-Apps-service-instance-name> \
356356
--app-name order-service \
357-
--routes-file azure/routes/order-service.json
357+
--routes-file azure-spring-apps-enterprise/resources/json/routes/order-service.json
358358
```
359359

360360
1. Use the following command to create routes for the catalog service:
@@ -365,7 +365,7 @@ Use the following steps to configure Spring Cloud Gateway and configure routes t
365365
--name catalog-routes \
366366
--service <Azure-Spring-Apps-service-instance-name> \
367367
--app-name catalog-service \
368-
--routes-file azure/routes/catalog-service.json
368+
--routes-file azure-spring-apps-enterprise/resources/json/routes/catalog-service.json
369369
```
370370

371371
1. Use the following command to create routes for the frontend:
@@ -376,7 +376,7 @@ Use the following steps to configure Spring Cloud Gateway and configure routes t
376376
--name frontend-routes \
377377
--service <Azure-Spring-Apps-service-instance-name> \
378378
--app-name frontend \
379-
--routes-file azure/routes/frontend.json
379+
--routes-file azure-spring-apps-enterprise/resources/json/routes/frontend.json
380380
```
381381

382382
1. Use the following commands to retrieve the URL for Spring Cloud Gateway:

articles/spring-apps/quickstart-integrate-azure-database-and-redis-enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ The following instructions describe how to provision an Azure Cache for Redis an
110110

111111
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
112112

113-
You can find the template used in this quickstart in the [fitness store sample GitHub repository](https://github.com/Azure-Samples/acme-fitness-store/blob/Azure/azure/templates/azuredeploy.json).
113+
You can find the template used in this quickstart in the [fitness store sample GitHub repository](https://github.com/Azure-Samples/acme-fitness-store/blob/Azure/azure-spring-apps-enterprise/resources/json/deploy/azuredeploy.json).
114114

115115
To deploy this template, follow these steps:
116116

117117
1. Select the following image to sign in to Azure and open a template. The template creates an Azure Cache for Redis and an Azure Database for PostgreSQL Flexible Server.
118118

119-
:::image type="content" source="../media/template-deployments/deploy-to-azure.svg" alt-text="Button to deploy the ARM template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Facme-fitness-store%2FAzure%2Fazure%2Ftemplates%2Fazuredeploy.json":::
119+
:::image type="content" source="../media/template-deployments/deploy-to-azure.svg" alt-text="Button to deploy the ARM template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Facme-fitness-store%2FAzure%2Fazure-spring-apps-enterprise%2Fresources%2Fjson%2Fdeploy%2Fazuredeploy.json":::
120120

121121
1. Enter values for the following fields:
122122

articles/spring-apps/quickstart-set-request-rate-limits-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ az spring gateway route-config update \
8282
--service <Azure-Spring-Apps-service-instance-name> \
8383
--name catalog-routes \
8484
--app-name catalog-service \
85-
--routes-file azure/routes/catalog-service_rate-limit.json
85+
--routes-file azure-spring-apps-enterprise/resources/json/routes/catalog-service_rate-limit.json
8686
```
8787

8888
Use the following commands to retrieve the URL for the `/products` route in Spring Cloud Gateway:

0 commit comments

Comments
 (0)