Skip to content

Commit a6acef2

Browse files
authored
Merge pull request #213775 from SteveSaunders1952/move-enterprise-images
Restructure and cleanup enterprise image files
2 parents c2503ff + e1e37ab commit a6acef2

File tree

60 files changed

+42
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+42
-42
lines changed

articles/spring-apps/how-to-application-insights.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,34 +46,34 @@ When the **Application Insights** feature is enabled, you can:
4646
* In the left navigation pane, select **Application Insights** to view the **Overview** page of Application Insights. The **Overview** page will show you an overview of all running applications.
4747
* Select **Application Map** to see the status of calls between applications.
4848

49-
:::image type="content" source="media/spring-cloud-application-insights/insights-process-agent-map.png" alt-text="Screenshot of Azure portal Application Insights with Application map page showing." lightbox="media/spring-cloud-application-insights/insights-process-agent-map.png":::
49+
:::image type="content" source="media/how-to-application-insights/insights-process-agent-map.png" alt-text="Screenshot of Azure portal Application Insights with Application map page showing." lightbox="media/how-to-application-insights/insights-process-agent-map.png":::
5050

5151
* Select the link between customers-service and `petclinic` to see more details such as a query from SQL.
5252
* Select an endpoint to see all the applications making requests to the endpoint.
5353

5454
* In the left navigation pane, select **Performance** to see the performance data of all applications' operations, dependencies, and roles.
5555

56-
:::image type="content" source="media/spring-cloud-application-insights/insights-process-agent-performance.png" alt-text="Screenshot of Azure portal Application Insights with Performance page showing." lightbox="media/spring-cloud-application-insights/insights-process-agent-performance.png":::
56+
:::image type="content" source="media/how-to-application-insights/insights-process-agent-performance.png" alt-text="Screenshot of Azure portal Application Insights with Performance page showing." lightbox="media/how-to-application-insights/insights-process-agent-performance.png":::
5757

5858
* In the left navigation pane, select **Failures** to see any unexpected failures or exceptions from your applications.
5959

60-
:::image type="content" source="media/spring-cloud-application-insights/insights-process-agent-failures.png" alt-text="Screenshot of Azure portal Application Insights with Failures page showing." lightbox="media/spring-cloud-application-insights/insights-process-agent-failures.png":::
60+
:::image type="content" source="media/how-to-application-insights/insights-process-agent-failures.png" alt-text="Screenshot of Azure portal Application Insights with Failures page showing." lightbox="media/how-to-application-insights/insights-process-agent-failures.png":::
6161

6262
* In the left navigation pane, select **Metrics** and select the namespace, you'll see both Spring Boot metrics and custom metrics, if any.
6363

64-
:::image type="content" source="media/spring-cloud-application-insights/insights-process-agent-metrics.png" alt-text="Screenshot of Azure portal Application Insights with Metrics page showing." lightbox="media/spring-cloud-application-insights/insights-process-agent-metrics.png":::
64+
:::image type="content" source="media/how-to-application-insights/insights-process-agent-metrics.png" alt-text="Screenshot of Azure portal Application Insights with Metrics page showing." lightbox="media/how-to-application-insights/insights-process-agent-metrics.png":::
6565

6666
* In the left navigation pane, select **Live Metrics** to see the real-time metrics for different dimensions.
6767

68-
:::image type="content" source="media/spring-cloud-application-insights/petclinic-microservices-live-metrics.png" alt-text="Screenshot of Azure portal Application Insights with Live Metrics page showing." lightbox="media/spring-cloud-application-insights/petclinic-microservices-live-metrics.png":::
68+
:::image type="content" source="media/how-to-application-insights/petclinic-microservices-live-metrics.png" alt-text="Screenshot of Azure portal Application Insights with Live Metrics page showing." lightbox="media/how-to-application-insights/petclinic-microservices-live-metrics.png":::
6969

7070
* In the left navigation pane, select **Availability** to monitor the availability and responsiveness of Web apps by creating [Availability tests in Application Insights](../azure-monitor/app/monitor-web-app-availability.md).
7171

72-
:::image type="content" source="media/spring-cloud-application-insights/petclinic-microservices-availability.png" alt-text="Screenshot of Azure portal Application Insights with Availability page showing." lightbox="media/spring-cloud-application-insights/petclinic-microservices-availability.png":::
72+
:::image type="content" source="media/how-to-application-insights/petclinic-microservices-availability.png" alt-text="Screenshot of Azure portal Application Insights with Availability page showing." lightbox="media/how-to-application-insights/petclinic-microservices-availability.png":::
7373

7474
* In the left navigation pane, select **Logs** to view all applications' logs, or one application's logs when filtering by `cloud_RoleName`.
7575

76-
:::image type="content" source="media/enterprise/how-to-application-insights/application-insights-application-logs.png" alt-text="Screenshot of Azure portal Application Insights with Logs page showing." lightbox="media/enterprise/how-to-application-insights/application-insights-application-logs.png":::
76+
:::image type="content" source="media/how-to-application-insights/application-insights-application-logs.png" alt-text="Screenshot of Azure portal Application Insights with Logs page showing." lightbox="media/how-to-application-insights/application-insights-application-logs.png":::
7777

7878
## Manage Application Insights using the Azure portal
7979

@@ -86,7 +86,7 @@ Enable the Java In-Process Agent by using the following procedure.
8686
1. Select an existing instance of Application Insights or create a new one.
8787
1. When **Application Insights** is enabled, you can configure one optional sampling rate (default 10.0%).
8888

89-
:::image type="content" source="media/spring-cloud-application-insights/insights-process-agent.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing and 'Enable Application Insights' checkbox highlighted." lightbox="media/spring-cloud-application-insights/insights-process-agent.png":::
89+
:::image type="content" source="media/how-to-application-insights/insights-process-agent.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing and 'Enable Application Insights' checkbox highlighted." lightbox="media/how-to-application-insights/insights-process-agent.png":::
9090

9191
1. Select **Save** to save the change.
9292

@@ -104,7 +104,7 @@ You can use the Portal to check or update the current settings in Application In
104104
1. Select **Application Insights**.
105105
1. Enable Application Insights by selecting **Edit binding**, or the **Unbound** hyperlink.
106106

107-
:::image type="content" source="media/enterprise/how-to-application-insights/application-insights-binding-enable.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing and drop-down menu visible with 'Edit binding' option.":::
107+
:::image type="content" source="media/how-to-application-insights/application-insights-binding-enable.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing and drop-down menu visible with 'Edit binding' option.":::
108108

109109
1. Edit **Application Insights** or **Sampling rate**, then select **Save**.
110110

@@ -113,13 +113,13 @@ You can use the Portal to check or update the current settings in Application In
113113
1. Select **Application Insights**.
114114
1. Select **Unbind binding** to disable Application Insights.
115115

116-
:::image type="content" source="media/enterprise/how-to-application-insights/application-insights-unbind-binding.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing and drop-down menu visible with 'Unbind binding' option.":::
116+
:::image type="content" source="media/how-to-application-insights/application-insights-unbind-binding.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing and drop-down menu visible with 'Unbind binding' option.":::
117117

118118
### Change Application Insights Settings
119119

120120
Select the name under the *Application Insights* column to open the Application Insights section.
121121

122-
:::image type="content" source="media/enterprise/how-to-application-insights/application-insights-change-settings.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing.":::
122+
:::image type="content" source="media/how-to-application-insights/application-insights-change-settings.png" alt-text="Screenshot of Azure portal Azure Spring Apps instance with Application Insights page showing.":::
123123

124124
### Edit Application Insights buildpack bindings in Build Service
125125

@@ -133,11 +133,11 @@ Application Insights settings are found in the *ApplicationInsights* item listed
133133

134134
1. Select the **Bound** hyperlink, or select **Edit Binding** under the ellipse, to open and edit the Application Insights buildpack bindings.
135135

136-
:::image type="content" source="media/enterprise/how-to-application-insights/application-insights-builder-settings.png" alt-text="Screenshot of Azure portal 'Edit bindings for default builder' pane.":::
136+
:::image type="content" source="media/how-to-application-insights/application-insights-builder-settings.png" alt-text="Screenshot of Azure portal 'Edit bindings for default builder' pane.":::
137137

138138
1. Edit the binding settings, then select **Save**.
139139

140-
:::image type="content" source="media/enterprise/how-to-application-insights/application-insights-edit-binding.png" alt-text="Screenshot of Azure portal 'Edit binding' pane.":::
140+
:::image type="content" source="media/how-to-application-insights/application-insights-edit-binding.png" alt-text="Screenshot of Azure portal 'Edit binding' pane.":::
141141

142142
::: zone-end
143143

articles/spring-apps/how-to-enable-system-assigned-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To set up a managed identity in the portal, first create an app, and then enable
5555
3. Select **Identity**.
5656
4. Within the **System assigned** tab, switch **Status** to *On*. Select **Save**.
5757

58-
:::image type="content" source="media/enterprise/msi/msi-enable.png" alt-text="Screenshot of Azure portal showing the Identity screen for an application." lightbox="media/enterprise/msi/msi-enable.png":::
58+
:::image type="content" source="media/how-to-enable-system-assigned-managed-identity/msi-enable.png" alt-text="Screenshot of Azure portal showing the Identity screen for an application." lightbox="media/how-to-enable-system-assigned-managed-identity/msi-enable.png":::
5959

6060
### [Azure CLI](#tab/azure-cli)
6161

@@ -107,7 +107,7 @@ To remove system-assigned managed identity from an app that no longer needs it:
107107
1. Navigate to the desired application and select **Identity**.
108108
1. Under **System assigned**/**Status**, select **Off** and then select **Save**:
109109

110-
:::image type="content" source="media/enterprise/msi/msi-disable.png" alt-text="Screenshot of Azure portal showing the Identity screen for an application, with the Status switch set to Off." lightbox="media/enterprise/msi/msi-disable.png":::
110+
:::image type="content" source="media/how-to-enable-system-assigned-managed-identity/msi-disable.png" alt-text="Screenshot of Azure portal showing the Identity screen for an application, with the Status switch set to Off." lightbox="media/how-to-enable-system-assigned-managed-identity/msi-disable.png":::
111111

112112
### [Azure CLI](#tab/azure-cli)
113113

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In Azure Spring Apps, the existing Standard tier already supports compiling user
2525

2626
Tanzu Build Service in the Enterprise tier is the entry point to containerize user applications from both source code and artifacts. There's a dedicated build agent pool that reserves compute resources for a given number of concurrent build tasks. The build agent pool prevents resource contention with your running apps. You can configure the number of resources given to the build agent pool when you create a new service instance of Azure Spring Apps using the **VMware Tanzu settings**.
2727

28-
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/agent-pool.png" alt-text="Screenshot of Azure portal showing the Azure Spring Apps Create page with VMware Tanzu settings highlighted and Allocated Resources dropdown showing." lightbox="media/enterprise/how-to-enterprise-build-service/agent-pool.png":::
28+
:::image type="content" source="media/how-to-enterprise-build-service/agent-pool.png" alt-text="Screenshot of Azure portal showing the Azure Spring Apps Create page with VMware Tanzu settings highlighted and Allocated Resources dropdown showing." lightbox="media/how-to-enterprise-build-service/agent-pool.png":::
2929

3030
The following Build Agent Pool scale set sizes are available:
3131

@@ -39,7 +39,7 @@ The following Build Agent Pool scale set sizes are available:
3939

4040
The following image shows the resources given to the Tanzu Build Service Agent Pool after you've successfully provisioned the service instance. You can also update the configured agent pool size on the **Build Service** page after you've created the service instance.
4141

42-
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/agent-pool-size.png" alt-text="Screenshot of Azure portal showing the Azure Spring Apps Build Service page with General info highlighted." lightbox="media/enterprise/how-to-enterprise-build-service/agent-pool-size.png":::
42+
:::image type="content" source="media/how-to-enterprise-build-service/agent-pool-size.png" alt-text="Screenshot of Azure portal showing the Azure Spring Apps Build Service page with General info highlighted." lightbox="media/how-to-enterprise-build-service/agent-pool-size.png":::
4343

4444
## Default Builder and Tanzu Buildpacks
4545

@@ -61,15 +61,15 @@ Besides the `default` builder, you can also create custom builders with the prov
6161

6262
All the builders configured in a Spring Cloud Service instance are listed in the **Build Service** section under **VMware Tanzu components**.
6363

64-
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/builder-list.png" alt-text="Screenshot of Azure portal showing the Build Service page with list of configured builders." lightbox="media/enterprise/how-to-enterprise-build-service/builder-list.png":::
64+
:::image type="content" source="media/how-to-enterprise-build-service/builder-list.png" alt-text="Screenshot of Azure portal showing the Build Service page with list of configured builders." lightbox="media/how-to-enterprise-build-service/builder-list.png":::
6565

6666
Select **Add** to create a new builder. The image below shows the resources you should use to create the custom builder.
6767

68-
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/builder-create.png" alt-text="Screenshot of Azure portal showing the Add Builder pane." lightbox="media/enterprise/how-to-enterprise-build-service/builder-create.png":::
68+
:::image type="content" source="media/how-to-enterprise-build-service/builder-create.png" alt-text="Screenshot of Azure portal showing the Add Builder pane." lightbox="media/how-to-enterprise-build-service/builder-create.png":::
6969

7070
You can also edit a custom builder when the builder isn't used in a deployment. You can update the buildpacks or the [OS Stack](https://docs.pivotal.io/tanzu-buildpacks/stacks.html), but the builder name is read only.
7171

72-
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/builder-edit.png" alt-text="Screenshot of Azure portal showing the Build Service page with builders list and context menu showing the Edit Builder command." lightbox="media/enterprise/how-to-enterprise-build-service/builder-edit.png":::
72+
:::image type="content" source="media/how-to-enterprise-build-service/builder-edit.png" alt-text="Screenshot of Azure portal showing the Build Service page with builders list and context menu showing the Edit Builder command." lightbox="media/how-to-enterprise-build-service/builder-edit.png":::
7373

7474
You can delete any custom builder when the builder isn't used in a deployment, but the `default` builder is read only.
7575

@@ -148,7 +148,7 @@ Not all Tanzu Buildpacks support all service binding types. The following table
148148

149149
To edit service bindings for the builder, select **Edit**. After a builder is bound to the service bindings, the service bindings are enabled for an app deployed with the builder.
150150

151-
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/edit-binding.png" alt-text="Screenshot of Azure portal showing the Build Service page with the Edit binding link highlighted." lightbox="media/enterprise/how-to-enterprise-build-service/edit-binding.png":::
151+
:::image type="content" source="media/how-to-enterprise-build-service/edit-binding.png" alt-text="Screenshot of Azure portal showing the Build Service page with the Edit binding link highlighted." lightbox="media/how-to-enterprise-build-service/edit-binding.png":::
152152

153153
> [!NOTE]
154154
> When configuring environment variables for APM bindings, use key names without a prefix. For example, do not use a `DT_` prefix for a Dynatrace binding. Tanzu APM buildpacks will transform the key name to the original environment variable name with a prefix.
@@ -170,9 +170,9 @@ Follow these steps to view the current buildpack bindings:
170170
1. Select **Build Service**.
171171
1. Select **Edit** under the **Bindings** column to view the bindings configured under a builder.
172172

173-
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/edit-binding.png" alt-text="Screenshot of Azure portal showing the Build Service page with the Edit binding link highlighted." lightbox="media/enterprise/how-to-enterprise-build-service/edit-binding.png":::
173+
:::image type="content" source="media/how-to-enterprise-build-service/edit-binding.png" alt-text="Screenshot of Azure portal showing the Build Service page with the Edit binding link highlighted." lightbox="media/how-to-enterprise-build-service/edit-binding.png":::
174174

175-
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/show-service-binding.png" alt-text="Screenshot of Azure portal showing the Edit bindings for default builder pane.":::
175+
:::image type="content" source="media/how-to-enterprise-build-service/show-service-binding.png" alt-text="Screenshot of Azure portal showing the Edit bindings for default builder pane.":::
176176

177177
### Create a buildpack binding
178178

@@ -184,11 +184,11 @@ You can unbind a buildpack binding by using the **Unbind binding** command, or b
184184

185185
To use the **Unbind binding** command, select the **Bound** hyperlink, and then select **Unbind binding**.
186186

187-
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/unbind-binding-command.png" alt-text="Screenshot of Azure portal showing the Unbind binding command.":::
187+
:::image type="content" source="media/how-to-enterprise-build-service/unbind-binding-command.png" alt-text="Screenshot of Azure portal showing the Unbind binding command.":::
188188

189189
To unbind a buildpack binding by editing binding properties, select **Edit Binding**, and then select **Unbind**.
190190

191-
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/unbind-binding-properties.png" alt-text="Screenshot of Azure portal showing binding properties.":::
191+
:::image type="content" source="media/how-to-enterprise-build-service/unbind-binding-properties.png" alt-text="Screenshot of Azure portal showing binding properties.":::
192192

193193
When you unbind a binding, the bind status changes from **Bound** to **Unbound**.
194194

0 commit comments

Comments
 (0)