Skip to content

Commit 2329089

Browse files
committed
Bulk conversion of images to Learn image format
1 parent f5c478d commit 2329089

36 files changed

+427
-380
lines changed

articles/azure-monitor/app/annotations.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ To create release annotations, install one of the many Azure DevOps extensions a
170170
171171
1. On the **Visual Studio Marketplace** [Release Annotations extension](https://marketplace.visualstudio.com/items/ms-appinsights.appinsightsreleaseannotations) page, select your Azure DevOps organization. Select **Install** to add the extension to your Azure DevOps organization.
172172
173-
![Screenshot that shows selecting an Azure DevOps organization and selecting Install.](./media/annotations/1-install.png)
173+
:::image type="content" source="./media/annotations/1-install.png" lightbox="./media/annotations/1-install.png" alt-text="Screenshot that shows selecting an Azure DevOps organization and selecting Install.":::
174174
175175
You only need to install the extension once for your Azure DevOps organization. You can now configure release annotations for any project in your organization.
176176
@@ -182,34 +182,34 @@ Create a separate API key for each of your Azure Pipelines release templates.
182182
183183
1. Open the **API Access** tab and copy the **Application Insights ID**.
184184
185-
![Screenshot that shows under API Access, copying the Application ID.](./media/annotations/2-app-id.png)
185+
:::image type="content" source="./media/annotations/2-app-id.png" lightbox="./media/annotations/2-app-id.png" alt-text="Screenshot that shows under API Access, copying the Application ID.":::
186186
187187
1. In a separate browser window, open or create the release template that manages your Azure Pipelines deployments.
188188
189189
1. Select **Add task** and then select the **Application Insights Release Annotation** task from the menu.
190190
191-
![Screenshot that shows selecting Add Task and Application Insights Release Annotation.](./media/annotations/3-add-task.png)
191+
:::image type="content" source="./media/annotations/3-add-task.png" lightbox="./media/annotations/3-add-task.png" alt-text="Screenshot that shows selecting Add Task and Application Insights Release Annotation.":::
192192
193193
> [!NOTE]
194194
> The Release Annotation task currently supports only Windows-based agents. It won't run on Linux, macOS, or other types of agents.
195195
196196
1. Under **Application ID**, paste the Application Insights ID you copied from the **API Access** tab.
197197
198-
![Screenshot that shows pasting the Application Insights ID.](./media/annotations/4-paste-app-id.png)
198+
:::image type="content" source="./media/annotations/4-paste-app-id.png" lightbox="./media/annotations/4-paste-app-id.png" alt-text="Screenshot that shows pasting the Application Insights ID.":::
199199
200200
1. Back in the Application Insights **API Access** window, select **Create API Key**.
201201
202-
![Screenshot that shows selecting the Create API Key on the API Access tab.](./media/annotations/5-create-api-key.png)
202+
:::image type="content" source="./media/annotations/5-create-api-key.png" lightbox="./media/annotations/5-create-api-key.png" alt-text="Screenshot that shows selecting the Create API Key on the API Access tab.":::
203203
204204
1. In the **Create API key** window, enter a description, select **Write annotations**, and then select **Generate key**. Copy the new key.
205205
206-
![Screenshot that shows in the Create API key window, entering a description, selecting Write annotations, and then selecting the Generate key.](./media/annotations/6-create-api-key.png)
206+
:::image type="content" source="./media/annotations/6-create-api-key.png" lightbox="./media/annotations/6-create-api-key.png" alt-text="Screenshot that shows in the Create API key window, entering a description, selecting Write annotations, and then selecting the Generate key.":::
207207
208208
1. In the release template window, on the **Variables** tab, select **Add** to create a variable definition for the new API key.
209209
210210
1. Under **Name**, enter **ApiKey**. Under **Value**, paste the API key you copied from the **API Access** tab.
211211
212-
![Screenshot that shows in the Azure DevOps Variables tab, selecting Add, naming the variable ApiKey, and pasting the API key under Value.](./media/annotations/7-paste-api-key.png)
212+
:::image type="content" source="./media/annotations/7-paste-api-key.png" lightbox="./media/annotations/7-paste-api-key.png" alt-text="Screenshot that shows in the Azure DevOps Variables tab, selecting Add, naming the variable ApiKey, and pasting the API key under Value.":::
213213
214214
1. Select **Save** in the main release template window to save the template.
215215

articles/azure-monitor/app/api-custom-events-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Telemetry items reported within a scope of operation become children of such an
351351

352352
In **Search**, the operation context is used to create the **Related Items** list.
353353

354-
![Screenshot that shows the Related Items list.](./media/api-custom-events-metrics/21.png)
354+
:::image type="content" source="./media/api-custom-events-metrics/21.png" lightbox="./media/api-custom-events-metrics/21.png" alt-text="Screenshot that shows the Related Items list.":::
355355

356356
For more information on custom operations tracking, see [Track custom operations with Application Insights .NET SDK](./custom-operations-tracking.md).
357357

articles/azure-monitor/app/app-map.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,53 +34,53 @@ When you select **Update map components**, the map is refreshed with all compone
3434

3535
If all the components are roles within a single Application Insights resource, this discovery step isn't required. The initial load for such an application will have all its components.
3636

37-
![Screenshot that shows an example of an application map.](media/app-map/app-map-001.png)
37+
:::image type="content" source="media/app-map/app-map-001.png" lightbox="media/app-map/app-map-001.png" alt-text="Screenshot that shows an example of an application map.":::
3838

3939
One of the key objectives with this experience is to be able to visualize complex topologies with hundreds of components.
4040

4141
Select any component to see related insights and go to the performance and failure triage experience for that component.
4242

43-
![Diagram that shows application map details.](media/app-map/application-map-002.png)
43+
:::image type="content" source="media/app-map/application-map-002.png" lightbox="media/app-map/application-map-002.png" alt-text="Diagram that shows application map details.":::
4444

4545
### Investigate failures
4646

4747
Select **Investigate failures** to open the **Failures** pane.
4848

49-
![Screenshot that shows the Investigate failures button.](media/app-map/investigate-failures.png)
49+
:::image type="content" source="media/app-map/investigate-failures.png" lightbox="media/app-map/investigate-failures.png" alt-text="Screenshot that shows the Investigate failures button.":::
5050

51-
![Screenshot that shows the Failures screen.](media/app-map/failures.png)
51+
:::image type="content" source="media/app-map/failures.png" lightbox="media/app-map/failures.png" alt-text="Screenshot that shows the Failures screen.":::
5252

5353
### Investigate performance
5454

5555
To troubleshoot performance problems, select **Investigate performance**.
5656

57-
![Screenshot that shows the Investigate performance button.](media/app-map/investigate-performance.png)
57+
:::image type="content" source="media/app-map/investigate-performance.png" lightbox="media/app-map/investigate-performance.png" alt-text="Screenshot that shows the Investigate performance button.":::
5858

59-
![Screenshot that shows the Performance screen.](media/app-map/performance.png)
59+
:::image type="content" source="media/app-map/performance.png" lightbox="media/app-map/performance.png" alt-text="Screenshot that shows the Performance screen.":::
6060

6161
### Go to details
6262

6363
The **Go to details** button displays the end-to-end transaction experience, which offers views at the call stack level.
6464

65-
![Screenshot that shows the Go to details button.](media/app-map/go-to-details.png)
65+
:::image type="content" source="media/app-map/go-to-details.png" lightbox="media/app-map/go-to-details.png" alt-text="Screenshot that shows the Go to details button.":::
6666

67-
![Screenshot that shows the End-to-end transaction details screen.](media/app-map/end-to-end-transaction.png)
67+
:::image type="content" source="media/app-map/end-to-end-transaction.png" lightbox="media/app-map/end-to-end-transaction.png" alt-text="Screenshot that shows the End-to-end transaction details screen.":::
6868

6969
### View in Logs (Analytics)
7070

7171
To query and investigate your applications data further, select **View in Logs (Analytics)**.
7272

73-
![Screenshot that shows the View in Logs (Analytics) button.](media/app-map/view-logs.png)
73+
:::image type="content" source="media/app-map/view-logs.png" lightbox="media/app-map/view-logs.png" alt-text="Screenshot that shows the View in Logs (Analytics) button.":::
7474

75-
![Screenshot that shows the Logs screen with a line graph that summarizes the average response duration of a request over the past 12 hours.](media/app-map/log-analytics.png)
75+
:::image type="content" source="media/app-map/log-analytics.png" lightbox="media/app-map/log-analytics.png" alt-text="Screenshot that shows the Logs screen with a line graph that summarizes the average response duration of a request over the past 12 hours.":::
7676

7777
### Alerts
7878

7979
To view active alerts and the underlying rules that cause the alerts to be triggered, select **Alerts**.
8080

81-
![Screenshot that shows the Alerts button.](media/app-map/alerts.png)
81+
:::image type="content" source="media/app-map/alerts.png" lightbox="media/app-map/alerts.png" alt-text="Screenshot that shows the Alerts button.":::
8282

83-
![Screenshot that shows a list of alerts.](media/app-map/alerts-view.png)
83+
:::image type="content" source="media/app-map/alerts-view.png" lightbox="media/app-map/alerts-view.png" alt-text="Screenshot that shows a list of alerts.":::
8484

8585
## Set or override cloud role name
8686

@@ -226,7 +226,7 @@ exporter.add_telemetry_processor(callback_function)
226226

227227
To help you understand the concept of *cloud role names*, look at an application map that has multiple cloud role names present.
228228

229-
![Screenshot that shows an application map example.](media/app-map/cloud-rolename.png)
229+
:::image type="content" source="media/app-map/cloud-rolename.png" lightbox="media/app-map/cloud-rolename.png" alt-text="Screenshot that shows an application map example.":::
230230

231231
In the application map shown, each of the names in green boxes is a cloud role name value for different aspects of this particular distributed application. For this app, its roles consist of `Authentication`, `acmefrontend`, `Inventory Management`, and `Payment Processing Worker Role`.
232232

@@ -568,7 +568,7 @@ Enable **Intelligent view** only for a single Application Insights resource.
568568

569569
To provide feedback, use the feedback option.
570570

571-
![Screenshot that shows the Feedback option.](./media/app-map/14-updated.png)
571+
:::image type="content" source="./media/app-map/14-updated.png" lightbox="./media/app-map/14-updated.png" alt-text="Screenshot that shows the Feedback option.":::
572572

573573
## Next steps
574574

0 commit comments

Comments
 (0)