Skip to content

Commit 871eb7b

Browse files
Ratulac-AzureKarlErickson
authored andcommitted
final batch of files
1 parent 3ed7581 commit 871eb7b

8 files changed

+15
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ https://start.spring.io/#!type=maven-project&language=java&packaging=jar&groupId
6262

6363
The following screenshot shows Spring Initializr with the required settings.
6464

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.":::
6666

6767
Next, select **GENERATE** to get a sample project for Spring Boot with the following directory structure.
6868

articles/spring-apps/enterprise/how-to-maven-deploy-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To create a Spring project for use in this article, use the following steps:
4141

4242
The following image shows the recommended Spring Initializr setup for this sample project.
4343

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.":::
4545

4646
This example uses Java version 8. If you want to use Java version 11, change the option under **Project Metadata**.
4747

@@ -148,7 +148,7 @@ To generate configurations and deploy the app, follow these steps:
148148

149149
After deployment has completed, you can access the app at `https://<service instance name>-hellospring.azuremicroservices.io/`.
150150

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.":::
152152

153153
## Clean up resources
154154

articles/spring-apps/enterprise/how-to-remote-debugging-app-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ This section provides troubleshooting information.
160160
- Check the RBAC role to make sure that you're authorized to remotely debug an app instance.
161161
- Make sure that you're connecting to a valid instance. Refresh the deployment to get the latest instances.
162162

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":::
164164

165165
- Take the following actions if you successfully attach debugger but can't remotely debug the app instance:
166166

@@ -202,7 +202,7 @@ This section provides troubleshooting information.
202202
- Check the RBAC role to make sure that you're authorized to remotely debug an app instance.
203203
- Make sure that you're connecting to a valid instance. Refresh the deployment to get the latest instances.
204204

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":::
206206

207207
- Take the following action if you successfully attach debugger but can't remotely debug the app instance:
208208

articles/spring-apps/enterprise/how-to-staging-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Use the following steps to view deployed apps.
169169

170170
1. Select an app to view details.
171171

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.":::
173173

174174
1. Open **Deployments** to see all deployments of the app. The grid shows both production and staging deployments.
175175

articles/spring-apps/enterprise/how-to-use-application-live-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Use the following steps to manage Application Live View using the Azure portal:
224224
1. Navigate to your service resource, and then select **Developer Tools**.
225225
1. Select **Manage tools**.
226226

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":::
228228

229229
1. Select the **Enable App Live View** checkbox, and then select **Save**.
230230

articles/spring-apps/enterprise/how-to-use-enterprise-api-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Use the following steps to try out APIs:
202202
1. Select the API you would like to try.
203203
1. Select **EXECUTE**, and the response appears.
204204

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.":::
206206

207207
## Enable/disable API portal after service creation
208208

articles/spring-apps/enterprise/monitor-apps-by-application-live-view.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The **Details** page is the default page loaded in the **Live View** section. Th
4444

4545
You can navigate between information categories by selecting from the drop-down at the top right corner of the page.
4646

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":::
4848

4949
## Health page
5050

@@ -55,7 +55,7 @@ The **Health** page includes the following features:
5555
- View a list of all the components that make up the health of the app, such as readiness, liveness, and disk space.
5656
- View a display of the status and details associated with each of the components.
5757

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":::
5959

6060
## Environment page
6161

@@ -70,7 +70,7 @@ The **Environment** page includes the following features:
7070
- Reset the environment property to the original state by selecting **Reset**.
7171
- Add new environment properties to the app, and edit or remove overridden environment variables in the **Applied Overrides** section.
7272

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":::
7474

7575
> [!NOTE]
7676
> 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:
9090
- Reset the log levels to the original state by selecting **Reset**.
9191
- Reset all the loggers to default state by selecting **Reset All** at the top right corner of the page.
9292

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":::
9494

9595
## Threads page
9696

@@ -120,7 +120,7 @@ The **Memory** page includes the following features:
120120
- View graphs to display the GC pauses and GC events.
121121
- Download heap dump data using the **Heap Dump** button at the top right corner.
122122

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":::
124124

125125
> [!NOTE]
126126
> 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.

articles/spring-apps/enterprise/tutorial-circuit-breaker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ Verify using public endpoints or private test endpoints.
9393

9494
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.
9595

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":::
9797

9898
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.
9999

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":::
101101

102102
> [!NOTE]
103103
> In production, the Hystrix dashboard and metrics stream should not be exposed to the Internet.

0 commit comments

Comments
 (0)