Skip to content

Commit e87d734

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into aks-network-metadata
2 parents 8052b43 + 52f20a6 commit e87d734

23 files changed

+504
-434
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/azure-monitor/change/change-analysis-query.md",
5+
"redirect_url": "/azure/azure-monitor/change/change-analysis-visualizations",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/azure-monitor/change/change-analysis-custom-filters.md",
10+
"redirect_url": "/azure/azure-monitor/change/change-analysis-visualizations",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path_from_root": "/articles/azure-monitor/change/change-analysis-powershell.md",
515
"redirect_url": "/azure/azure-monitor/change/change-analysis",

articles/active-directory/governance/entitlement-management-access-package-approval-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ For example, if you listed Alice and Bob as the first stage approver(s), list Ca
155155

156156
1. In the **Forward to alternate approver(s) after how many days** box, put in the number of days the approvers have to approve or deny a request. If no approvers have approved or denied the request before the request duration, the request expires (timeout), and the user will have to submit another request for the access package.
157157

158-
Requests can only be forwarded to alternate approvers a day after the request duration reaches half-life, and the decision of the main approver(s) has to time out after at least four days. If the request time-out is less or equal than three, there isn't enough time to forward the request to alternate approver(s). In this example, the duration of the request is 14 days. So, the request duration reaches half-life at day 7. So the request can't be forwarded earlier than day 8. Also, requests can't be forwarded on the last day of the request duration. So in the example, the latest the request can be forwarded is day 13.
158+
Requests can only be forwarded to alternate approvers a day after the request has been initiated. To use alternate approval, the request time-out needs to be at least 4 days.
159159

160160
## Enable requests
161161

Loading

articles/azure-monitor/change/change-analysis-custom-filters.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

articles/azure-monitor/change/change-analysis-query.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

articles/azure-monitor/change/change-analysis-visualizations.md

Lines changed: 90 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Visualizations for Change Analysis in Azure Monitor
3-
description: Learn how to use visualizations in Azure Monitor's Change Analysis.
2+
title: Scenarios for using Change Analysis in Azure Monitor
3+
description: Learn the various scenarios in which you can use Azure Monitor's Change Analysis.
44
ms.topic: conceptual
55
ms.author: hannahhunter
66
author: hhunter-ms
77
ms.contributor: cawa
8-
ms.date: 07/28/2022
8+
ms.date: 01/12/2023
99
ms.subservice: change-analysis
1010
ms.custom: devx-track-azurepowershell
1111
ms.reviewer: cawa
1212
---
1313

14-
# Visualizations for Change Analysis in Azure Monitor
14+
# Scenarios for using Change Analysis in Azure Monitor
1515

16-
Change Analysis provides data for various management and troubleshooting scenarios to help you understand what changes to your application might have caused the issues. You can view the Change Analysis data through several channels:
16+
Change Analysis provides data for various management and troubleshooting scenarios to help you understand what changes to your application might have caused the issues.
1717

18-
## Change Analysis overview portal
18+
## View Change Analysis data
1919

2020
You can access the Change Analysis overview portal under Azure Monitor, where you can view all changes and application dependency/resource insights. You can access Change Analysis through a couple of entry points:
2121

@@ -138,6 +138,90 @@ You can also drill to Change Analysis logs via a chart you've created or pinned
138138

139139
:::image type="content" source="./media/change-analysis/view-change-analysis-2.png" alt-text="Drill into logs and select to view Change Analysis.":::
140140

141+
## Browse using custom filters and search bar
142+
143+
Browsing through a long list of changes in the entire subscription is time consuming. With Change Analysis custom filters and search capability, you can efficiently navigate to changes relevant to issues for troubleshooting.
144+
145+
:::image type="content" source="./media/change-analysis/filters-search-bar.png" alt-text="Screenshot showing that filters and search bar are available at the top of Change Analysis homepage, right above the changes section.":::
146+
147+
### Filters
148+
149+
| Filter | Description |
150+
| ------ | ----------- |
151+
| Subscription | This filter is in-sync with the Azure portal subscription selector. It supports multiple-subscription selection. |
152+
| Time range | Specifies how far back the UI display changes, up to 14 days. By default, it’s set to the past 24 hours. |
153+
| Resource group | Select the resource group to scope the changes. By default, all resource groups are selected. |
154+
| Change level | Controls which levels of changes to display. Levels include: important, normal, and noisy. </br> **Important:** related to availability and security </br> **Noisy:** Read-only properties that are unlikely to cause any issues </br> By default, important and normal levels are checked. |
155+
| Resource | Select **Add filter** to use this filter. </br> Filter the changes to specific resources. Helpful if you already know which resources to look at for changes. [If the filter is only returning 1,000 resources, see the corresponding solution in troubleshooting guide](./change-analysis-troubleshoot.md#cant-filter-to-your-resource-to-view-changes). |
156+
| Resource type | Select **Add filter** to use this filter. </br> Filter the changes to specific resource types. |
157+
158+
### Search bar
159+
160+
The search bar filters the changes according to the input keywords. Search bar results apply only to the changes loaded by the page already and don't pull in results from the server side.
161+
162+
## Pin and share a Change Analysis query to the Azure dashboard
163+
164+
Let's say you want to curate a change view on specific resources, like all Virtual Machine changes in your subscription, and include it in a report sent periodically. You can pin the view to an Azure dashboard for monitoring or sharing scenarios. If you'd like to share a specific change with your team members, you can use the share feature in the Change Details page.
165+
166+
## Pin to the Azure dashboard
167+
168+
Once you have applied filters to the Change Analysis homepage:
169+
170+
1. Select **Pin current filters** from the top menu.
171+
1. Enter a name for the pin.
172+
1. Click **OK** to proceed.
173+
174+
:::image type="content" source="./media/change-analysis/click-pin-menu.png" alt-text="Screenshot of selecting Pin current filters button in Change Analysis.":::
175+
176+
A side pane will open to configure the dashboard where you'll place your pin. You can select one of two dashboard types:
177+
178+
| Dashboard type | Description |
179+
| -------------- | ----------- |
180+
| Private | Only you can access a private dashboard. Choose this option if you're creating the pin for your own easy access to the changes. |
181+
| Shared | A shared dashboard supports role-based access control for view/read access. Shared dashboards are created as a resource in your subscription with a region and resource group to host it. Choose this option if you're creating the pin to share with your team. |
182+
183+
### Select an existing dashboard
184+
185+
If you already have a dashboard to place the pin:
186+
187+
1. Select the **Existing** tab.
188+
1. Select either **Private** or **Shared**.
189+
1. Select the dashboard you'd like to use.
190+
1. If you've selected **Shared**, select the subscription in which you'd like to place the dashboard.
191+
1. Select **Pin**.
192+
193+
:::image type="content" source="./media/change-analysis/existing-dashboard-small.png" alt-text="Screenshot of selecting an existing dashboard to pin your changes to. ":::
194+
195+
### Create a new dashboard
196+
197+
You can create a new dashboard for this pin.
198+
199+
1. Select the **Create new** tab.
200+
1. Select either **Private** or **Shared**.
201+
1. Enter the name of the new dashboard.
202+
1. If you're creating a shared dashboard, enter the resource group and region information.
203+
1. Click **Create and pin**.
204+
205+
:::image type="content" source="./media/change-analysis/create-pin-dashboard-small.png" alt-text="Screenshot of creating a new dashboard to pin your changes to.":::
206+
207+
Once the dashboard and pin are created, navigate to the Azure dashboard to view them.
208+
209+
1. From the Azure portal home menu, select **Dashboard**. Use the **Manage Sharing** button in the top menu to handle access or "unshare". Click on the pin to navigate to the curated view of changes.
210+
211+
:::image type="content" source="./media/change-analysis/azure-dashboard.png" alt-text="Screenshot of selecting the Dashboard in the Azure portal home menu.":::
212+
213+
:::image type="content" source="./media/change-analysis/view-share-dashboard.png" alt-text="Screenshot of the pin in the dashboard.":::
214+
215+
## Share a single change with your team
216+
217+
In the Change Analysis homepage, select a line of change to view details on the change.
218+
219+
1. On the Changed properties page, select **Share** from the top menu.
220+
1. On the Share Change Details pane, copy the deep link of the page and share with your team in messages, emails, reports, or whichever communication channel your team prefers.
221+
222+
:::image type="content" source="./media/change-analysis/share-single-change.png" alt-text="Screenshot of selecting the share button on the dashboard and copying link.":::
223+
224+
141225
## Next steps
142226

143227
- Learn how to [troubleshoot problems in Change Analysis](change-analysis-troubleshoot.md)

articles/azure-monitor/data-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Read more about distributed tracing at [What is distributed tracing?](app/distri
6464

6565
Once [Change Analysis is enabled](./change/change-analysis-enable.md), the `Microsoft.ChangeAnalysis` resource provider is registered with an Azure Resource Manager subscription to make the resource properties and configuration change data available. Change Analysis provides data for various management and troubleshooting scenarios to help users understand what changes might have caused the issues:
6666
- Troubleshoot your application via the [Diagnose & solve problems tool](./change/change-analysis-enable.md).
67-
- Perform general management and monitoring via the [Change Analysis overview portal](./change/change-analysis-visualizations.md#change-analysis-overview-portal) and [the activity log](./change/change-analysis-visualizations.md#activity-log-change-history).
67+
- Perform general management and monitoring via the [Change Analysis overview portal](./change/change-analysis-visualizations.md#view-change-analysis-data) and [the activity log](./change/change-analysis-visualizations.md#activity-log-change-history).
6868
- [Learn more about how to view data results for other scenarios](./change/change-analysis-visualizations.md).
6969

7070
Read more about Change Analysis, including data sources in [Use Change Analysis in Azure Monitor](./change/change-analysis.md).

articles/azure-monitor/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,10 +1303,6 @@ items:
13031303
href: change/change-analysis-enable.md
13041304
- name: Visualizations
13051305
href: change/change-analysis-visualizations.md
1306-
- name: Custom filters
1307-
href: change/change-analysis-custom-filters.md
1308-
- name: Pin and share changes via Azure dashboard
1309-
href: change/change-analysis-query.md
13101306
- name: Troubleshoot
13111307
href: change/change-analysis-troubleshoot.md
13121308
- name: Respond

articles/azure-resource-manager/managed-applications/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- name: Samples
1919
items:
2020
- name: Azure CLI
21-
items:
21+
items:
2222
- name: Overview
2323
href: cli-samples.md
2424
- name: Create managed application
@@ -81,7 +81,7 @@
8181
href: reference-view-definition-artifact.md
8282
- name: Azure CLI
8383
href: /cli/azure/managedapp
84-
- name: PowerShell
84+
- name: Azure PowerShell
8585
href: /powershell/module/az.resources/
8686
- name: REST
8787
href: /rest/api/managedapplications/

0 commit comments

Comments
 (0)