# Get the most out of Azure Advisor

Azure Advisor (opens new window) is a simple dashboard that helps you implement best practices across your Azure resources. In this blog post, Iā€™ll 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:

# 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 youā€™re following along in your own Azure subscription, chances are good you have some recommendations available on the Advisor dashboard.

Letā€™s 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 itā€™s 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. Isnā€™t 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, thatā€™s 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 donā€™t want soft delete enabled on this account, I can postpone this recommendation to Never and click the Postpone button so it doesnā€™t 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!