Skip to content

Commit 3da93b8

Browse files
committed
edits
1 parent c35b936 commit 3da93b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/spring-apps/enterprise/how-to-enterprise-service-registry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,16 @@ az spring service-registry bind \
210210
--app serviceA
211211
```
212212

213-
You can also set up the application bindings from the Azure portal, as shown in the following screenshot.
213+
You can also set up the application bindings from the Azure portal, as shown in the following screenshot:
214214

215-
:::image type="content" source="./media/how-to-enterprise-service-registry/spring-cloud-service-registry-bind-app.png" alt-text="Azure portal screenshot of 'Service Registry' screen with 'App binding' section showing.":::
215+
:::image type="content" source="./media/how-to-enterprise-service-registry/spring-cloud-service-registry-bind-app.png" alt-text="Screenshot of the Azure portal that shows the Service Registry page with the App binding dropdown highlighted.":::
216216

217217
> [!NOTE]
218218
> These changes will take a few minutes to propagate to all applications when the service registry status changes.
219219
>
220220
> If you change the binding/unbinding status, you need to restart or redeploy the application.
221221
222-
When creating a new app, use the following command if you want to bind your application to the Service Registry directly:
222+
You can now choose to bind your application to the Service Registry directly when creating a new app by using the following commands:
223223

224224
```azurecli
225225
az spring app create \
@@ -231,7 +231,7 @@ az spring app create \
231231

232232
You can also bind your application to the Service Registry from the Azure portal, as shown in the following screenshot:
233233

234-
:::image type="content" source="./media/how-to-enterprise-service-registry/spring-cloud-service-registry-bind-app-when-creation.png" alt-text="Screenshot of the Azure portal that shows the Create App page with the Bind options highlighted.":::
234+
:::image type="content" source="./media/how-to-enterprise-service-registry/spring-cloud-service-registry-bind-app-when-creation.png" alt-text="Screenshot of the Azure portal that shows the Create App page with the Bind dropdown highlighted.":::
235235

236236
### Deploy an application to Azure Spring Apps
237237

0 commit comments

Comments
 (0)