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-application-insights.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,8 @@ Enable the Java In-Process Agent by using the following procedure.
90
90
1. Select an existing instance of Application Insights or create a new one.
91
91
1. When **Application Insights** is enabled, you can configure one optional sampling rate (default 10.0%).
92
92
93
-
:::image type="content" source="media/how-to-application-insights/insights-process-agent.png" alt-text="Screenshot of the Azure portal that shows the Azure Spring Apps instance with Enable Application Insights checkbox highlighted." lightbox="media/how-to-application-insights/insights-process-agent.png":::
93
+
:::image type="content" source="media/how-to-application-insights/insights-process-agent.png" alt-text="Screenshot of the Azure portal that shows the Application Insights page for Azure Spring Apps with Enable Application Insights checkbox highlighted." lightbox="media/how-to-application-insights/insights-process-agent.png":::
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-circuit-breaker-metrics.md
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,23 +196,28 @@ Use the following steps to build and deploy the sample applications.
196
196
197
197
1. Select **Metrics** in the navigation pane. The **Metrics** page provides dropdown menus and options to define the charts in this procedure. For all charts, set **Metric Namespace** to **azure.applicationinsights**.
198
198
199
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/chart-menus.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page with Metrics and azure-applicationinsights highlighted." lightbox="media/how-to-circuit-breaker-metrics/chart-menus.png":::
199
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/chart-menus.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page with Metric Namespace menu open and azure-applicationinsights option highlighted." lightbox="media/how-to-circuit-breaker-metrics/chart-menus.png":::
200
+
200
201
201
202
1. Set **Metric** to **resilience4j_circuitbreaker_buffered_calls**, and then set **Aggregation** to **Avg**.
202
203
203
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/buffered-calls.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows the Metric and Aggregation options." lightbox="media/how-to-circuit-breaker-metrics/buffered-calls.png":::
204
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/buffered-calls.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with circuit breaker buffered calls and average aggregation." lightbox="media/how-to-circuit-breaker-metrics/buffered-calls.png":::
205
+
204
206
205
207
1. Set **Metric** to **resilience4j_circuitbreaker_calls**, and then set **Aggregation** to **Avg**.
206
208
207
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with Metric and Aggregation options." lightbox="media/how-to-circuit-breaker-metrics/calls.png":::
209
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with circuit breaker calls and average aggregation." lightbox="media/how-to-circuit-breaker-metrics/calls.png":::
210
+
208
211
209
212
1. Set **Metric** to **resilience4j_circuitbreaker_calls**, and then set **Aggregation** to **Avg**. Select **Add filter** and set **Name** to **Delay**.
210
213
211
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls-filter.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with Metric, Aggregation, and Filter options." lightbox="media/how-to-circuit-breaker-metrics/calls-filter.png":::
214
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls-filter.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with circuit breaker calls, average aggregation and Delay Filter." lightbox="media/how-to-circuit-breaker-metrics/calls-filter.png":::
215
+
212
216
213
217
1. Set **Metric** to **resilience4j_circuitbreaker_calls**, and then set **Aggregation** to **Avg**. Select **Apply splitting** and set **Split by** to **kind**.
214
218
215
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls-splitting.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with Metric, Aggregation, and Split by options." lightbox="media/how-to-circuit-breaker-metrics/calls-splitting.png":::
219
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls-splitting.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with circuit breaker calls, average aggregation, and splitting." lightbox="media/how-to-circuit-breaker-metrics/calls-splitting.png":::
220
+
216
221
217
222
1. Set **Metric** to **resilience4j_circuitbreaker_calls**, and then set **Aggregation** to **Avg**. Select **Add metric** and set **Metric** to **resilience4j_circuitbreaker_buffered_calls**, and then set **Aggregation** to **Avg**. Select **Add metric** again and set **Metric** to **resilience4j_circuitbreaker_slow_calls**, and then set **Aggregation** set to **Avg**.
218
223
@@ -225,7 +230,8 @@ Use the following steps to build and deploy the sample applications.
225
230
226
231
1. In your Azure Spring Apps instance, select **Application Insights** in the navigation pane and then select the default **Application Insights** on the page.
227
232
228
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/application-insights-enterprise.png" alt-text="Screenshot of the Azure portal that shows the Application Insights page with the Application Insights highlighted." lightbox="media/how-to-circuit-breaker-metrics/application-insights-enterprise.png":::
233
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/application-insights-enterprise.png" alt-text="Screenshot of the Azure portal that shows the Azure Spring Apps Application Insights page with the default Application Insights instance highlighted." lightbox="media/how-to-circuit-breaker-metrics/application-insights-enterprise.png":::
234
+
229
235
230
236
> [!NOTE]
231
237
> If there's no default Application Insights available, you can enable the Java In-Process agent. For more information, see the [Manage Application Insights using the Azure portal](./how-to-application-insights.md#manage-application-insights-using-the-azure-portal) section of [Use Application Insights Java In-Process Agent in Azure Spring Apps](./how-to-application-insights.md).
@@ -234,23 +240,28 @@ Use the following steps to build and deploy the sample applications.
234
240
235
241
1. Select **Metrics** in the navigation pane. The **Metrics** page provides dropdown menus and options to define the charts in this procedure. For all charts, set **Metric Namespace** to **azure.applicationinsights**.
236
242
237
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/chart-menus.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows the Metrics and azure-applicationinsights highlighted." lightbox="media/how-to-circuit-breaker-metrics/chart-menus.png":::
243
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/chart-menus.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page with the Metric Namespace menu open and azure.applicationinsights highlighted." lightbox="media/how-to-circuit-breaker-metrics/chart-menus.png":::
244
+
238
245
239
246
1. Set **Metric** to **resilience4j_circuitbreaker_buffered_calls**, and then set **Aggregation** to **Avg**.
240
247
241
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/buffered-calls.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with Metric and Aggregation options." lightbox="media/how-to-circuit-breaker-metrics/buffered-calls.png":::
248
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/buffered-calls.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with circuit breaker buffered calls and average aggregation." lightbox="media/how-to-circuit-breaker-metrics/buffered-calls.png":::
249
+
242
250
243
251
1. Set **Metric** to **resilience4j_circuitbreaker_calls**, and then set **Aggregation** to **Avg**.
244
252
245
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows the Metric and Aggregation options." lightbox="media/how-to-circuit-breaker-metrics/calls.png":::
253
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with circuit breaker calls and average aggregation." lightbox="media/how-to-circuit-breaker-metrics/calls.png":::
254
+
246
255
247
256
1. Set **Metric** to **resilience4j_circuitbreaker_calls**, and then set **Aggregation** to **Avg**. Select **Add filter** and set **Name** to **Delay**.
248
257
249
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls-filter.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with Metric, Aggregation, and Filter options." lightbox="media/how-to-circuit-breaker-metrics/calls-filter.png":::
258
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls-filter.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with circuit breaker calls, average aggregation and delay filter." lightbox="media/how-to-circuit-breaker-metrics/calls-filter.png":::
259
+
250
260
251
261
1. Set **Metric** to **resilience4j_circuitbreaker_calls**, and then set **Aggregation** to **Avg**. Select **Apply splitting** and set **Split by** to **kind**.
252
262
253
-
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls-splitting.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with Metric, Aggregation, and Split by options." lightbox="media/how-to-circuit-breaker-metrics/calls-splitting.png":::
263
+
:::image type="content" source="media/how-to-circuit-breaker-metrics/calls-splitting.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page that shows a chart with circuit breaker calls, average aggregation, and splitting." lightbox="media/how-to-circuit-breaker-metrics/calls-splitting.png":::
264
+
254
265
255
266
1. Set **Metric** to **resilience4j_circuitbreaker_calls**, and then set **Aggregation** to **Avg**. Select **Add metric** and set **Metric** to **resilience4j_circuitbreaker_buffered_calls**, and then set **Aggregation** to **Avg**. Select **Add metric** again and set **Metric** to **resilience4j_circuitbreaker_slow_calls**, and then set **Aggregation** set to **Avg**.
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-custom-domain.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
@@ -159,9 +159,9 @@ use the following steps to grant access using the Azure portal:
159
159
> [!NOTE]
160
160
> If you don't find the "Azure Spring Apps Domain-Management", search for "Azure Spring Cloud Domain-Management".
161
161
162
-
:::image type="content" source="./media/how-to-custom-domain/import-certificate-b.png" alt-text="Screenshot of the Azure portal that shows the Add Access Policy page for a key vault with Get and List selected." lightbox="./media/how-to-custom-domain/import-certificate-b.png":::
162
+
:::image type="content" source="./media/how-to-custom-domain/import-certificate-b.png" alt-text="Screenshot of the Azure portal Create an access policy page with Get and List options for Secret permissions and Certificate permissions highlighted." lightbox="./media/how-to-custom-domain/import-certificate-b.png":::
163
163
164
-
:::image type="content" source="./media/how-to-custom-domain/import-certificate-c.png" alt-text="Screenshot of the Azure portal that shows the Create Access Policy page for a key vault with Azure Spring Apps Domain-management selected." lightbox="./media/how-to-custom-domain/import-certificate-c.png":::
164
+
:::image type="content" source="./media/how-to-custom-domain/import-certificate-c.png" alt-text="Screenshot of the Azure portal that shows the Create Access Policy page for a key vault with Azure Spring Cloud Domain-Management selected." lightbox="./media/how-to-custom-domain/import-certificate-c.png":::
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-deploy-in-azure-virtual-network.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,8 @@ Use the following steps to grant permission:
164
164
> [!NOTE]
165
165
> If you don't find Azure Spring Apps Resource Provider, search for *Azure Spring Cloud Resource Provider*.
166
166
167
-
:::image type="content" source="./media/how-to-deploy-in-azure-virtual-network/assign-owner-resource-provider.png" alt-text="Screenshot of the Azure portal that shows the Access Control (IAM) page, with the search results displaying the Azure Spring Apps Resource Provider." lightbox="./media/how-to-deploy-in-azure-virtual-network/assign-owner-resource-provider.png":::
167
+
:::image type="content" source="./media/how-to-deploy-in-azure-virtual-network/assign-owner-resource-provider.png" alt-text="Screenshot of the Azure portal Access Control page with Add role assignment pane and Select box with Azure Spring Apps Resource Provider highlighted." lightbox="./media/how-to-deploy-in-azure-virtual-network/assign-owner-resource-provider.png":::
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-enterprise-build-service.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Tanzu Build Service allows at most one pool-sized build task to build and twice
54
54
55
55
When you create a new Azure Spring Apps Enterprise service instance using the Azure portal, you can use the **VMware Tanzu settings** tab to configure the number of resources given to the build agent pool.
56
56
57
-
:::image type="content" source="media/how-to-enterprise-build-service/agent-pool.png" alt-text="Screenshot of Azure portal that shows the Azure Spring Apps Create page with V M ware Tanzu settings highlighted." lightbox="media/how-to-enterprise-build-service/agent-pool.png":::
57
+
:::image type="content" source="media/how-to-enterprise-build-service/agent-pool.png" alt-text="Screenshot of the Azure portal that shows the Create Azure Spring Apps page with V M ware Tanzu settings tab and Allocated Resources highlighted." lightbox="media/how-to-enterprise-build-service/agent-pool.png":::
58
58
59
59
The following image shows the resources given to the Tanzu Build Service Agent Pool after you successfully provision the service instance. You can also update the configured agent pool size here after you create the service instance.
60
60
@@ -93,11 +93,11 @@ Use the following steps to enable Tanzu Build Service when provisioning an Azure
93
93
1. Select **Next: VMware Tanzu settings**.
94
94
1. On the **VMware Tanzu settings** tab, select **Enable Build Service**. For **Container registry**, the default setting is **Use a managed Azure Container Registry to store built images**.
95
95
96
-
:::image type="content" source="media/how-to-enterprise-build-service/enable-build-service-with-default-acr.png" alt-text="Screenshot of the Azure portal that shows the VMware Tanzu Settings with default Build Service settings highlighted." lightbox="media/how-to-enterprise-build-service/enable-build-service-with-default-acr.png":::
96
+
:::image type="content" source="media/how-to-enterprise-build-service/enable-build-service-with-default-acr.png" alt-text="Screenshot of the Azure portal that shows the Create Azure Spring Apps page with V M ware Tanzu settings tab and Build Service settings highlighted." lightbox="media/how-to-enterprise-build-service/enable-build-service-with-default-acr.png":::
97
97
98
98
1. If you select **Use your own container registry to store built images (preview)** for **Container registry**, provide your container registry's server, username, and password.
99
99
100
-
:::image type="content" source="media/how-to-enterprise-build-service/enable-build-service-with-user-acr.png" alt-text="Screenshot of the Azure portal that shows VMware Tanzu Settings with use your own container registry highlighted." lightbox="media/how-to-enterprise-build-service/enable-build-service-with-user-acr.png":::
100
+
:::image type="content" source="media/how-to-enterprise-build-service/enable-build-service-with-user-acr.png" alt-text="Screenshot of the Azure portal that shows the Create Azure Spring Apps page V M ware Tanzu settings tab with container registry settings highlighted." lightbox="media/how-to-enterprise-build-service/enable-build-service-with-user-acr.png":::
101
101
102
102
1. If you disable **Enable Build Service**, the container registry options aren't provided but you can deploy applications with container images.
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-enterprise-configure-apm-integration-and-ca-certificates.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
@@ -504,7 +504,7 @@ You can unbind a buildpack binding by using the **Unbind binding** command, or b
504
504
505
505
To use the **Unbind binding** command, select the **Bound** hyperlink, and then select **Unbind binding**.
506
506
507
-
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/unbind-binding-command.png" alt-text="Screenshot of the Azure portal that shows the Edit bindings for default builder page with the Unbind binding option highlighted." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/unbind-binding-command.png":::
507
+
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/unbind-binding-command.png" alt-text="Screenshot of the Azure portal Edit bindings for default builder page with the Unbind binding option highlighted for a selected binding type." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/unbind-binding-command.png":::
508
508
509
509
To unbind a buildpack binding by editing binding properties, select **Edit Binding**, and then select **Unbind**.
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-enterprise-deploy-polyglot-apps.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
@@ -111,7 +111,7 @@ Use the following steps to show, add, edit, and delete the container registry:
111
111
112
112
1. To delete a container registry, select the ellipsis (**...**) button, then select **Delete** to delete the registry. If the container registry is used by build service, it can't be deleted.
113
113
114
-
:::image type="content" source="media/how-to-enterprise-deploy-polyglot-apps/delete-container-registry.png" alt-text="Screenshot of Azure portal that shows the Container registry page with Delete container registry pane open." lightbox="media/how-to-enterprise-deploy-polyglot-apps/delete-container-registry.png":::
114
+
:::image type="content" source="media/how-to-enterprise-deploy-polyglot-apps/delete-container-registry.png" alt-text="Screenshot of Azure portal that shows the Container registry page with Edit container registry pane open and Username and Password boxes highlighted." lightbox="media/how-to-enterprise-deploy-polyglot-apps/delete-container-registry.png":::
0 commit comments