Skip to content

Commit e5b84db

Browse files
committed
edits
1 parent 2fc0363 commit e5b84db

1 file changed

Lines changed: 22 additions & 18 deletions

File tree

articles/spring-apps/includes/quickstart-deploy-microservice-apps/provision-enterprise-azure-spring-apps.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,20 @@ Use the following steps to create the service instance:
7373

7474
1. From the navigation pane, open **Build Service**, and then select **Add** under the **Builders** section.
7575

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.
7777

7878
:::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":::
7979

8080
#### Configure Service Registry
8181

8282
1. From the navigation pane, open **Service Registry**.
8383

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**.
8585

8686
1. Repeat the previous step to bind the following applications:
8787

88-
- *vets-service*
89-
- *visits-service*
88+
- **vets-service**
89+
- **visits-service**
9090

9191
:::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":::
9292

@@ -96,21 +96,21 @@ Use the following steps to create the service instance:
9696

9797
1. Fill out the repository with the following information, and then select **Validate**:
9898

99-
- **Name**: *default*
100-
- **Patterns**: *application,api-gateway,customers-service,vets-service,visits-service*
101-
- **URI**: *https://github.com/Azure-Samples/spring-petclinic-microservices-config.git*
102-
- **Label**: *master*
99+
- **Name**: *default*.
100+
- **Patterns**: *application,api-gateway,customers-service,vets-service,visits-service*.
101+
- **URI**: *https://github.com/Azure-Samples/spring-petclinic-microservices-config.git*.
102+
- **Label**: *master*.
103103

104104
:::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":::
105105

106106
1. After validation, select **Apply** to finish the Application Configuration Service configuration.
107107

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**.
109109

110110
1. Repeat the previous step to bind the following applications:
111111

112-
- *vets-service*
113-
- *visits-service*
112+
- **vets-service**
113+
- **visits-service**
114114

115115
:::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":::
116116

@@ -122,8 +122,8 @@ Use the following steps to create the service instance:
122122

123123
1. Repeat the previous step to save the config file patterns for the following applications:
124124

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**.
127127

128128
#### Configure Spring Cloud Gateway
129129

@@ -176,7 +176,7 @@ Use the following steps to create the service instance:
176176
az account set --subscription ${SUBSCRIPTION_ID}
177177
```
178178
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:
180180
181181
```azurecli
182182
az spring gateway route-config create --resource-group ${RESOURCE_GROUP} \
@@ -193,7 +193,7 @@ Use the following steps to create the service instance:
193193
]'
194194
```
195195
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:
197197
198198
```azurecli
199199
az spring gateway route-config create --resource-group ${RESOURCE_GROUP} \
@@ -210,7 +210,7 @@ Use the following steps to create the service instance:
210210
]'
211211
```
212212
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:
214214
215215
```azurecli
216216
az spring gateway route-config create --resource-group ${RESOURCE_GROUP} \
@@ -227,7 +227,7 @@ Use the following steps to create the service instance:
227227
]'
228228
```
229229
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:
231231
232232
```azurecli
233233
az spring gateway route-config create --resource-group ${RESOURCE_GROUP} \
@@ -247,4 +247,8 @@ Use the following steps to create the service instance:
247247
248248
#### Configure Developer Tools
249249
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

Comments
 (0)