AzureTipsAndTricks/blog/tip173.md

5.1 KiB
Исходник Постоянная ссылка Ответственный История

type title excerpt tags date
post Tip 173 - Get the most out of Azure Advisor Learn how to use Azure Advisor
Management and Governance
2018-11-12 17:00:00

::: tip 💡 Learn more : Introduction to Azure Advisor. :::

Get the most out of Azure Advisor

Azure Advisor is a simple dashboard that helps you implement best practices across your Azure resources. In this blog post, Ill walk you through the types of recommendations it provides and how easy it is to implement them.

Recommendation categories

Advisor looks at the Azure resources in your subscriptions and comes up with recommendations that fall into these categories:

  • High Availability: Suggestions that are important for business-critical and production-worthy applications.
  • Security: Advice to help you prevent and detect threats or security vulnerabilities.
  • Performance: Recommendations that are tailored to the configurations of your resources and that compile together items from SQL Database Advisor, Redis Cache Advisor, and other best practices.
  • Cost: Information on past usage of things like VMs generates cost-saving recommendations as well as sizing and other resource configurations that affect cost.

Use Advisor to implement recommendations

Inside the Azure portal, search for Advisor and open the Advisor recommendations dashboard. At first glance, we can see Advisor has a few recommendations for me, one performance, two for high availability and three for security. At the bottom of the screen, you'll also notice that you can export the recommendations to PDF or CSV files - which is great for mangers to prove you need to work on this task. It is very cool that Azure is watching my back "out of the box"!

If youre following along in your own Azure subscription, chances are good you have some recommendations available on the Advisor dashboard.

Lets take a look at the High Availability recommendations I have.

Click on the High Availability box in the dashboard.

You now see more information about the recommendations, like the impact (high, medium, low), description, potential benefits, impacted resources, and the last time the recommendation was updated.

Click on an item in the recommendation list to learn the complete details.

The recommendation I selected was the “Enable Soft Delete to protect blob data.” In my case, I do think its a good idea to turn that on for one of the two storage account it lists. So, I clicked on the “Enable Soft Delete to protect blob data” link to get to where I can turn that feature on. Isnt that cool? Not only did it tell me it was a good idea, but it walks me through what I need to do to follow the recommendation!

Once I click Enabled, I set the Retention policies to 30 days and click Save, thats it! Now I can use the breadcrumbs in the top to go back to the Enable Soft Delete list.

Next, I want to select Postpone for the other storage account.

Since I know I dont want soft delete enabled on this account, I can postpone this recommendation to Never and click the Postpone button so it doesnt make the recommendation next time I take a look at Advisor.

If you click on the Security tab and drill into a recommendation, then you'll see an actual secure score. This allows you to quickly see which security recommendations pose the greatest threat.

Again, we see that not only did it tell me what posed the greatest threat, but it walks me through what I need to do to follow the recommendation.

Summary

To sum it up, the flow for all four categories of recommendations is:

  1. Select the recommendation category in the dashboard.
  2. Select the individual recommendation.
  3. If you want to ignore, you can postpone (or, for security recommendations, use “dismiss”).
  4. If you want to implement, select the recommendation item and Advisor will walk you through the steps you need to implement the recommendation.

Implementing best practices is that easy!