TIP
š” Learn more : Introduction to Azure Advisor (opens new window).
# 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:
- High Availability (opens new window): Suggestions that are important for business-critical and production-worthy applications.
- Security (opens new window): Advice to help you prevent and detect threats or security vulnerabilities.
- Performance (opens new window): Recommendations that are tailored to the configurations of your resources and that compile together items from SQL Database Advisor (opens new window), Redis Cache Advisor (opens new window), and other best practices.
- Cost (opens new window): 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 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:
- Select the recommendation category in the dashboard.
- Select the individual recommendation.
- If you want to ignore, you can postpone (or, for security recommendations, use ādismissā).
- 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!