Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Flanakin <[email protected]>
  • Loading branch information
helderpinto and flanakin authored Apr 11, 2024
1 parent a3e9129 commit fc10236
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/optimization-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@ The Azure Optimization Engine (AOE) is an extensible solution designed to genera

<br>

<br>

## 🙋‍♀️ Why an Optimization Engine?

The Azure Optimization Engine (AOE) was initially developed to augment Virtual Machine right-size recommendations coming from Azure Advisor with additional metrics and properties (see the whole blog series dedicated to this idea, starting [here](https://aka.ms/AzureOptimizationEngine/rightsizeblogpt1)) but quickly evolved to a generic framework for [Well-Architected Framework](https://learn.microsoft.com/azure/well-architected)-inspired optimizations of all
kinds, developed by the community. Besides the recommendations generated by Azure Advisor, AOE includes several custom recommendations, mostly from the Cost pillar, and allows for the rapid development of new ones. AOE complements Azure Advisor and other first party Azure services with additional optimization insights and allows for full customization.

<br>

<br>

## 🌟 Benefits

Besides collecting **all Azure Advisor recommendations**, AOE includes other custom recommendations that you can tailor to your needs, such as:
Expand Down Expand Up @@ -101,6 +105,8 @@ Once deployed and after all the initial ingestion and recommendations generation

<br>

<br>

## 📋 Requirements

* A supported Azure subscription (see the [FAQ](./faq.md))
Expand All @@ -120,6 +126,8 @@ During deployment, you'll be asked several questions. You must plan for the foll

<br>

<br>

## ➕ Deployment instructions

The simplest, quickest and recommended method for installing AOE is by using the **Azure Cloud Shell** (PowerShell). You just have to follow these steps:
Expand All @@ -144,6 +152,8 @@ $tags = @{"Service"="aoe";"Environment"="Demo"}

<br>

<br>

## 🛫 Get started with AOE

After deploying AOE, there are several ways for you to get started (you have to wait at least 3 hours before seeing data):
Expand Down

0 comments on commit fc10236

Please sign in to comment.