Skip to content

Commit 71634ad

Browse files
authored
Merge pull request #107510 from saket-ms/master
Docs update for Advisor recent releases
2 parents c9fa29b + 323a13b commit 71634ad

13 files changed

+157
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Advisor data in Azure Resource Graph
3+
description: Make queries for Advisor data in Azure Resource Graph
4+
ms.topic: article
5+
ms.date: 03/12/2020
6+
ms.author: sagupt
7+
8+
---
9+
10+
# Query for Advisor data in Resource Graph Explorer (Azure Resource Graph)
11+
12+
Advisor resources are now onboarded to [Azure Resource Graph](https://azure.microsoft.com/features/resource-graph/). This lays foundation to many at-scale customer scenarios for Advisor recommendations. Few scenarios that were not possible before to do at scale and now can be achieved using Resource Graph are:
13+
* Gives capability to perform complex query for all your subscriptions in Azure portal
14+
* Recommendations summarized by category types ( like high availability, performance) and impact types (high, medium, low)
15+
* All recommendations for a particular recommendation type
16+
* Impacted resource count by recommendation category
17+
18+
![Advisor in Azure resource graph explorer](./media/azure-resource-graph-1.png)
19+
20+
21+
## Advisor resource types in Azure Graph
22+
23+
Available Advisor resource types in [Resource Graph](https://docs.microsoft.com/azure/governance/resource-graph/):
24+
There are 3 resource types available for querying under Advisor resources. Here is the list of the resources that are now available for querying in Resource Graph.
25+
* Microsoft.Advisor/configurations
26+
* Microsoft.Advisor/recommendations
27+
* Microsoft.Advisor/suppressions
28+
29+
These resource types are listed under a new table named as AdvisorResources, which you can also query in the Resource Graph Explorer in Azure portal.
30+
31+
32+
## Next steps
33+
34+
For more information about Advisor recommendations, see:
35+
* [Introduction to Azure Advisor](advisor-overview.md)
36+
* [Get started with Advisor](advisor-get-started.md)
37+
* [Advisor Cost recommendations](advisor-cost-recommendations.md)
38+
* [Advisor Performance recommendations](advisor-performance-recommendations.md)
39+
* [Advisor Security recommendations](advisor-security-recommendations.md)
40+
* [Advisor Operational Excellence recommendations](advisor-operational-excellence-recommendations.md)
41+
* [Advisor REST API](https://docs.microsoft.com/rest/api/advisor/)

articles/advisor/advisor-quick-fix.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Quick Fix remediation for Advisor recommendations
3+
description: Perform bulk remediation using Quick Fix in Advisor
4+
ms.topic: article
5+
ms.date: 03/13/2020
6+
ms.author: sagupt
7+
8+
---
9+
10+
# Quick Fix remediation for Advisor
11+
**Quick Fix** enables a faster and easier way of remediation for recommendation on multiple resources. It provides capability for bulk remediations for resources and helps you optimize your subscriptions faster with remediation at scale for your resources.
12+
The feature is available for certain recommendations only, via Azure portal.
13+
14+
15+
## Steps to use 'Quick Fix'
16+
17+
1. From the list of recommendations that have the **Quick Fix** label, click on the recommendation.
18+
19+
![Advisor quick fix](./media/quick-fix-1.png)
20+
21+
*Prices in the image are for example purposes only*
22+
23+
2. On the Recommendation details page, you'll see list of resources for which you have this recommendation. Select all the resources you want to remediate for the recommendation.
24+
25+
![Advisor quick fix](./media/quick-fix-2.png)
26+
27+
*Prices in the image are for example purposes only*
28+
29+
3. Once you have selected the resources, click on the **Quick Fix** button to bulk remediate.
30+
31+
> [!NOTE]
32+
> Some of the listed resources might be disabled, because you don't have the appropriate permissions to modify them.
33+
34+
> [!NOTE]
35+
> If there are other implications, in addition to benefits mentioned in Advisor, you will be communicated in the experience to help you take informed remediation decisions.
36+
37+
4. You will get a notification for the remediation completion. You will see an error if there are resources which are not remediated and resources in the selected mode in the resource list view.
38+
39+
40+
## Next steps
41+
42+
For more information about Advisor recommendations, see:
43+
* [Introduction to Azure Advisor](advisor-overview.md)
44+
* [Get started with Advisor](advisor-get-started.md)
45+
* [Advisor Cost recommendations](advisor-cost-recommendations.md)
46+
* [Advisor Performance recommendations](advisor-performance-recommendations.md)
47+
* [Advisor Security recommendations](advisor-security-recommendations.md)
48+
* [Advisor Operational Excellence recommendations](advisor-operational-excellence-recommendations.md)
49+
* [Advisor REST API](https://docs.microsoft.com/rest/api/advisor/)
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
3+
title: Recommendation digest for Azure Advisor
4+
description: Get periodic summary for your active recommendations
5+
ms.topic: article
6+
ms.date: 03/16/2020
7+
ms.author: sagupt
8+
9+
---
10+
11+
# Configure periodic summary for recommendations
12+
13+
Advisor **recommendation digests** provide an easy and proactive way to stay on top of your active recommendations, across different categories. The feature provides the ability to configure periodic notifications for the summary of all your active recommendations, across different categories. You can choose your desired channel for notifications like email, sms or others, using action groups.
14+
This article shows you how to set-up a **recommendation digests** for your Advisor recommendations.
15+
16+
17+
## Setting-up your recommendation digest
18+
19+
The **recommendation digest** creation experience helps you configure the summary. You can select below parameters for configurations:
20+
1. Category: We have recommendation categories like cost, high availability, performance and operational excellence. The capability is not available for security recommendations yet.
21+
2. Frequency of digest: Frequency for the summary notifications can be weekly, bi-weekly and monthly.
22+
3. Action group: You can either select an existing action group or create a new action group. To learn more about action groups, see [create and manage action groups](https://docs.microsoft.com/azure/azure-monitor/platform/action-groups).
23+
4. Language for the digest
24+
5. Recommendation digest name: You can use a user-friendly string to better track and monitor the digests.
25+
26+
## Steps to create recommendation digest in Azure portal
27+
28+
Here are the steps to create **recommendation digest:**
29+
* **Step 1:** In the Azure portal, go to **Advisor** and under **Monitoring** section, select **Recommendation digest**
30+
31+
![Recommendation digest entry-point](./media/digest-0.png)
32+
33+
* **Step 2:** Select **New recommendation digest** from the top bar as below:
34+
35+
![Create recommendation digest](./media/digest-5.png)
36+
37+
* **Step 3:** In the **scope** section, select the **subscription** for your digest
38+
39+
![Provide recommendation digest inputs](./media/digest-1.png)
40+
41+
* **Step 4:** In the **condition** section, select the configurations like **category**, **frequency** and **language**
42+
43+
![Provide recommendation digest input conditions](./media/digest-2.png)
44+
45+
* **Step 5:** In the **action group** section, select the **action group** for the digest. You can learn more here - [Create and manage action groups](https://docs.microsoft.com/azure/azure-monitor/platform/action-groups)
46+
47+
![Provide recommendation digest input action group](./media/digest-3.png)
48+
49+
* **Step 6:** In this final section for **digest details**, you can assign name and state to your recommendation digest. Press **create recommendation digest** to complete the set-up.
50+
![Complete recommendation digest creation](./media/digest-4.png)
51+
52+
## Next steps
53+
54+
For more information about Advisor recommendations, see:
55+
* [Introduction to Azure Advisor](advisor-overview.md)
56+
* [Get started with Advisor](advisor-get-started.md)
57+
* [Advisor Cost recommendations](advisor-cost-recommendations.md)
58+
* [Advisor Performance recommendations](advisor-performance-recommendations.md)
59+
* [Advisor Security recommendations](advisor-security-recommendations.md)
60+
* [Advisor Operational Excellence recommendations](advisor-operational-excellence-recommendations.md)
61+
* [Advisor REST API](https://docs.microsoft.com/rest/api/advisor/)
216 KB
Loading

articles/advisor/media/digest-0.png

210 KB
Loading

articles/advisor/media/digest-1.png

123 KB
Loading

articles/advisor/media/digest-2.png

148 KB
Loading

articles/advisor/media/digest-3.png

113 KB
Loading

articles/advisor/media/digest-4.png

137 KB
Loading

articles/advisor/media/digest-5.png

195 KB
Loading

0 commit comments

Comments
 (0)