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/includes/quickstart-deploy-microservice-apps/provision-enterprise-azure-spring-apps.md
+22-18Lines changed: 22 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,20 +73,20 @@ Use the following steps to create the service instance:
73
73
74
74
1. From the navigation pane, open **Build Service**, and then select **Add** under the **Builders** section.
75
75
76
-
1. On the **Add Builder** page, for the **Builder name**, use *frontend*; select**io.buildpacks.stacks.jammy-base** for **OS Stack**, select **tanzu-buildpacks/web-servers** for the **Name** of Buildpacks, and then select **Save** to create the builder.
76
+
1. On the **Add Builder** page, for the **Builder name**, use *frontend*. Select**io.buildpacks.stacks.jammy-base** for **OS Stack**, select **tanzu-buildpacks/web-servers** for the **Name** of Buildpacks, and then select **Save** to create the builder.
77
77
78
78
:::image type="content" source="../../media/quickstart-deploy-microservice-apps/enterprise-add-builders.png" alt-text="Screenshot of the Azure portal that shows the builder creation in Build Service page." lightbox="../../media/quickstart-deploy-microservice-apps/enterprise-add-builders.png":::
79
79
80
80
#### Configure Service Registry
81
81
82
82
1. From the navigation pane, open **Service Registry**.
83
83
84
-
1. Select **App binding**, select **Bind app**, select `customers-service` from the list, and then select **Apply**.
84
+
1. Select **App binding**, select **Bind app**, select **customers-service** from the list, and then select **Apply**.
85
85
86
86
1. Repeat the previous step to bind the following applications:
87
87
88
-
-*vets-service*
89
-
-*visits-service*
88
+
-**vets-service**
89
+
-**visits-service**
90
90
91
91
:::image type="content" source="../../media/quickstart-deploy-microservice-apps/enterprise-bind-registry.png" alt-text="Screenshot of the Azure portal that shows the bind apps in Service Registry page." lightbox="../../media/quickstart-deploy-microservice-apps/enterprise-bind-registry.png":::
92
92
@@ -96,21 +96,21 @@ Use the following steps to create the service instance:
96
96
97
97
1. Fill out the repository with the following information, and then select **Validate**:
:::image type="content" source="../../media/quickstart-deploy-microservice-apps/enterprise-validate-configuration-service.png" alt-text="Screenshot of the Azure portal that shows the Configuration Service page with the settings, the Validate button highlighted, and the Apply button disabled." lightbox="../../media/quickstart-deploy-microservice-apps/enterprise-validate-configuration-service.png":::
105
105
106
106
1. After validation, select **Apply** to finish the Application Configuration Service configuration.
107
107
108
-
1. Select **App binding**, select **Bind app**, select `customers-service` from the list, and then select **Apply**.
108
+
1. Select **App binding**, select **Bind app**, select **customers-service** from the list, and then select **Apply**.
109
109
110
110
1. Repeat the previous step to bind the following applications:
111
111
112
-
-*vets-service*
113
-
-*visits-service*
112
+
-**vets-service**
113
+
-**visits-service**
114
114
115
115
:::image type="content" source="../../media/quickstart-deploy-microservice-apps/enterprise-bind-configuration.png" alt-text="Screenshot of the Azure portal that shows the bind apps in Configuration Service page." lightbox="../../media/quickstart-deploy-microservice-apps/enterprise-bind-configuration.png":::
116
116
@@ -122,8 +122,8 @@ Use the following steps to create the service instance:
122
122
123
123
1. Repeat the previous step to save the config file patterns for the following applications:
124
124
125
-
-**vets-service**: *application* and *vets-service*
126
-
-**visits-service**: *application* and *visits-service*
125
+
-**vets-service**: Select **application** and **vets-service**.
126
+
-**visits-service**: Select **application** and **visits-service**.
127
127
128
128
#### Configure Spring Cloud Gateway
129
129
@@ -176,7 +176,7 @@ Use the following steps to create the service instance:
176
176
az account set --subscription ${SUBSCRIPTION_ID}
177
177
```
178
178
179
-
1. Use the following command to set routing for the Customer service app:
179
+
1. Use the following command to set routing for the **customers-service** app:
180
180
181
181
```azurecli
182
182
az spring gateway route-config create --resource-group ${RESOURCE_GROUP} \
@@ -193,7 +193,7 @@ Use the following steps to create the service instance:
193
193
]'
194
194
```
195
195
196
-
1. Use the following command to set routing for the Vet service app:
196
+
1. Use the following command to set routing for the **vets-service** app:
197
197
198
198
```azurecli
199
199
az spring gateway route-config create --resource-group ${RESOURCE_GROUP} \
@@ -210,7 +210,7 @@ Use the following steps to create the service instance:
210
210
]'
211
211
```
212
212
213
-
1. Use the following command to set routing for the Visit service app:
213
+
1. Use the following command to set routing for the **visits-service** app:
214
214
215
215
```azurecli
216
216
az spring gateway route-config create --resource-group ${RESOURCE_GROUP} \
@@ -227,7 +227,7 @@ Use the following steps to create the service instance:
227
227
]'
228
228
```
229
229
230
-
1. Use the following command to set routing for the Frontend app:
230
+
1. Use the following command to set routing for the **frontend** app:
231
231
232
232
```azurecli
233
233
az spring gateway route-config create --resource-group ${RESOURCE_GROUP} \
@@ -247,4 +247,8 @@ Use the following steps to create the service instance:
247
247
248
248
#### Configure Developer Tools
249
249
250
-
From the navigation pane, open **Developer Tools**. Select **Assign endpoint** to assign an endpoint for **Developer Tools**. Save the endpoint of **App Live View** to use later.
250
+
1. From the navigation pane, open **Developer Tools**.
251
+
252
+
1. Select **Assign endpoint** to assign an endpoint for **Developer Tools**.
253
+
254
+
1. Save the endpoint of **App Live View** to use later.
0 commit comments