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/enterprise/how-to-enterprise-service-registry.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,16 +210,16 @@ az spring service-registry bind \
210
210
--app serviceA
211
211
```
212
212
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:
214
214
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.":::
216
216
217
217
> [!NOTE]
218
218
> These changes will take a few minutes to propagate to all applications when the service registry status changes.
219
219
>
220
220
> If you change the binding/unbinding status, you need to restart or redeploy the application.
221
221
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:
223
223
224
224
```azurecli
225
225
az spring app create \
@@ -231,7 +231,7 @@ az spring app create \
231
231
232
232
You can also bind your application to the Service Registry from the Azure portal, as shown in the following screenshot:
233
233
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.":::
0 commit comments