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
The following screenshot shows Spring Initializr with the required settings.
64
64
65
-
:::image type="content" source="./media/how-to-enterprise-service-registry/spring-initializr-with-config-dump.png" alt-text="Screenshot of Spring Initializr.":::
65
+
:::image type="content" source="./media/how-to-enterprise-service-registry/spring-initializr-with-config-dump.png" alt-text="Screenshot of the Spring Initializr page that shows the required settings.":::
66
66
67
67
Next, select **GENERATE** to get a sample project for Spring Boot with the following directory structure.
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-maven-deploy-apps.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ To create a Spring project for use in this article, use the following steps:
41
41
42
42
The following image shows the recommended Spring Initializr setup for this sample project.
43
43
44
-
:::image type="content" source="media/how-to-maven-deploy-apps/initializr-page.png" alt-text="Screenshot of Spring Initializr.":::
44
+
:::image type="content" source="media/how-to-maven-deploy-apps/initializr-page.png" alt-text="Screenshot of the Spring Initializr page that shows the recommended settings.":::
45
45
46
46
This example uses Java version 8. If you want to use Java version 11, change the option under **Project Metadata**.
47
47
@@ -148,7 +148,7 @@ To generate configurations and deploy the app, follow these steps:
148
148
149
149
After deployment has completed, you can access the app at `https://<service instance name>-hellospring.azuremicroservices.io/`.
150
150
151
-
:::image type="content" source="media/how-to-maven-deploy-apps/access-app-browser.png" alt-text="Screenshot of app in browser.":::
151
+
:::image type="content" source="media/how-to-maven-deploy-apps/access-app-browser.png" alt-text="Screenshot of the hello spring app as seen in browser.":::
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-remote-debugging-app-instance.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ This section provides troubleshooting information.
160
160
- Check the RBAC role to make sure that you're authorized to remotely debug an app instance.
161
161
- Make sure that you're connecting to a valid instance. Refresh the deployment to get the latest instances.
162
162
163
-
:::image type="content" source="media/how-to-remote-debugging-app-instance/refresh-instance.png" alt-text="Screenshot showing the Refresh command." lightbox="media/how-to-remote-debugging-app-instance/refresh-instance.png":::
163
+
:::image type="content" source="media/how-to-remote-debugging-app-instance/refresh-instance.png" alt-text="Screenshot of the Azure Spring Apps instance that shows the Refresh command." lightbox="media/how-to-remote-debugging-app-instance/refresh-instance.png":::
164
164
165
165
- Take the following actions if you successfully attach debugger but can't remotely debug the app instance:
166
166
@@ -202,7 +202,7 @@ This section provides troubleshooting information.
202
202
- Check the RBAC role to make sure that you're authorized to remotely debug an app instance.
203
203
- Make sure that you're connecting to a valid instance. Refresh the deployment to get the latest instances.
204
204
205
-
:::image type="content" source="media/how-to-remote-debugging-app-instance/refresh-instance.png" alt-text="Screenshot showing the Refresh command." lightbox="media/how-to-remote-debugging-app-instance/refresh-instance.png":::
205
+
:::image type="content" source="media/how-to-remote-debugging-app-instance/refresh-instance.png" alt-text="Screenshot of the Azure Spring Apps instance that shows the Refresh command." lightbox="media/how-to-remote-debugging-app-instance/refresh-instance.png":::
206
206
207
207
- Take the following action if you successfully attach debugger but can't remotely debug the app instance:
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-staging-environment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ Use the following steps to view deployed apps.
169
169
170
170
1. Select an app to view details.
171
171
172
-
:::image type="content" source="media/how-to-staging-environment/app-overview.png" lightbox="media/how-to-staging-environment/app-overview.png" alt-text="Screenshot of details for an app.":::
172
+
:::image type="content" source="media/how-to-staging-environment/app-overview.png" lightbox="media/how-to-staging-environment/app-overview.png" alt-text="Screenshot of the demo app that shows the Overview page with available settings.":::
173
173
174
174
1. Open **Deployments** to see all deployments of the app. The grid shows both production and staging deployments.
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-use-application-live-view.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ Use the following steps to manage Application Live View using the Azure portal:
224
224
1. Navigate to your service resource, and then select **Developer Tools**.
225
225
1. Select **Manage tools**.
226
226
227
-
:::image type="content" source="media/how-to-use-application-live-view/manage.png" alt-text="Screenshot of the Developer Tools page." lightbox="media/how-to-use-application-live-view/manage.png":::
227
+
:::image type="content" source="media/how-to-use-application-live-view/manage.png" alt-text="Screenshot of the Azure portal that shows the Developer Tools page." lightbox="media/how-to-use-application-live-view/manage.png":::
228
228
229
229
1. Select the **Enable App Live View** checkbox, and then select **Save**.
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-use-enterprise-api-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ Use the following steps to try out APIs:
202
202
1. Select the API you would like to try.
203
203
1. Select **EXECUTE**, and the response appears.
204
204
205
-
:::image type="content" source="media/how-to-use-enterprise-api-portal/api-portal-tryout.png" alt-text="Screenshot of API portal.":::
205
+
:::image type="content" source="media/how-to-use-enterprise-api-portal/api-portal-tryout.png" alt-text="Screenshot of the API portal that shows the Execute option selected.":::
206
206
207
207
## Enable/disable API portal after service creation
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/monitor-apps-by-application-live-view.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The **Details** page is the default page loaded in the **Live View** section. Th
44
44
45
45
You can navigate between information categories by selecting from the drop-down at the top right corner of the page.
46
46
47
-
:::image type="content" source="media/monitor-apps-by-application-live-view/details.png" alt-text="Screenshot of the Details page." lightbox="media/monitor-apps-by-application-live-view/details.png":::
47
+
:::image type="content" source="media/monitor-apps-by-application-live-view/details.png" alt-text="Screenshot of the Application Live View demo app that shows the Details page." lightbox="media/monitor-apps-by-application-live-view/details.png":::
48
48
49
49
## Health page
50
50
@@ -55,7 +55,7 @@ The **Health** page includes the following features:
55
55
- View a list of all the components that make up the health of the app, such as readiness, liveness, and disk space.
56
56
- View a display of the status and details associated with each of the components.
57
57
58
-
:::image type="content" source="media/monitor-apps-by-application-live-view/health.png" alt-text="Screenshot of the Health page." lightbox="media/monitor-apps-by-application-live-view/health.png":::
58
+
:::image type="content" source="media/monitor-apps-by-application-live-view/health.png" alt-text="Screenshot of the Application Live View that shows the Health page." lightbox="media/monitor-apps-by-application-live-view/health.png":::
59
59
60
60
## Environment page
61
61
@@ -70,7 +70,7 @@ The **Environment** page includes the following features:
70
70
- Reset the environment property to the original state by selecting **Reset**.
71
71
- Add new environment properties to the app, and edit or remove overridden environment variables in the **Applied Overrides** section.
72
72
73
-
:::image type="content" source="media/monitor-apps-by-application-live-view/environment.png" alt-text="Screenshot of the Environment page." lightbox="media/monitor-apps-by-application-live-view/environment.png":::
73
+
:::image type="content" source="media/monitor-apps-by-application-live-view/environment.png" alt-text="Screenshot of the Application Live View that shows the Environment page." lightbox="media/monitor-apps-by-application-live-view/environment.png":::
74
74
75
75
> [!NOTE]
76
76
> You must set `management.endpoint.env.post.enabled=true` in the app config properties of the app, and a corresponding, editable environment must be present in the app.
@@ -90,7 +90,7 @@ The **Log Levels** page includes the following features:
90
90
- Reset the log levels to the original state by selecting **Reset**.
91
91
- Reset all the loggers to default state by selecting **Reset All** at the top right corner of the page.
92
92
93
-
:::image type="content" source="media/monitor-apps-by-application-live-view/log-levels.png" alt-text="Screenshot of the Log Levels page." lightbox="media/monitor-apps-by-application-live-view/log-levels.png":::
93
+
:::image type="content" source="media/monitor-apps-by-application-live-view/log-levels.png" alt-text="Screenshot of the Application Live View that shows the Log Levels page." lightbox="media/monitor-apps-by-application-live-view/log-levels.png":::
94
94
95
95
## Threads page
96
96
@@ -120,7 +120,7 @@ The **Memory** page includes the following features:
120
120
- View graphs to display the GC pauses and GC events.
121
121
- Download heap dump data using the **Heap Dump** button at the top right corner.
122
122
123
-
:::image type="content" source="media/monitor-apps-by-application-live-view/memory.png" alt-text="Screenshot of the Memory page." lightbox="media/monitor-apps-by-application-live-view/memory.png":::
123
+
:::image type="content" source="media/monitor-apps-by-application-live-view/memory.png" alt-text="Screenshot of the Application Live View that shows the Memory page." lightbox="media/monitor-apps-by-application-live-view/memory.png":::
124
124
125
125
> [!NOTE]
126
126
> This graphical visualization happens in real-time and shows real-time data only. As mentioned previously, the Application Live View features do not store any information. That means the graphs visualize the data over time only for as long as you stay on that page.
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/tutorial-circuit-breaker.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,11 +93,11 @@ Verify using public endpoints or private test endpoints.
93
93
94
94
Access hystrix-turbine with the path `https://<SERVICE-NAME>-hystrix-turbine.azuremicroservices.io/hystrix` from your browser. The following figure shows the Hystrix dashboard running in this app.
95
95
96
-
:::image type="content" source="media/tutorial-circuit-breaker/hystrix-dashboard.png" alt-text="Screenshot of the Hystrix dashboard." lightbox="media/tutorial-circuit-breaker/hystrix-dashboard.png":::
96
+
:::image type="content" source="media/tutorial-circuit-breaker/hystrix-dashboard.png" alt-text="Screenshot of the Hystrix Dashboard that shows the Delay and Title details." lightbox="media/tutorial-circuit-breaker/hystrix-dashboard.png":::
97
97
98
98
Copy the Turbine stream url `https://<SERVICE-NAME>-hystrix-turbine.azuremicroservices.io/turbine.stream?cluster=default` into the text box, and select **Monitor Stream**. This action displays the dashboard. If nothing shows in the viewer, hit the `user-service` endpoints to generate streams.
99
99
100
-
:::image type="content" source="media/tutorial-circuit-breaker/hystrix-stream.png" alt-text="Screenshot of the Hystrix stream page." lightbox="media/tutorial-circuit-breaker/hystrix-stream.png":::
100
+
:::image type="content" source="media/tutorial-circuit-breaker/hystrix-stream.png" alt-text="Screenshot of the Hystrix stream page that shows the Circuit and Thread Pools details." lightbox="media/tutorial-circuit-breaker/hystrix-stream.png":::
101
101
102
102
> [!NOTE]
103
103
> In production, the Hystrix dashboard and metrics stream should not be exposed to the Internet.
0 commit comments