Skip to content

Commit f3da70d

Browse files
authored
Update learn-pr/advocates/introduction-azure-copilot-agents/includes/4-optimization-agent.md
1 parent b8a39b1 commit f3da70d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/advocates/introduction-azure-copilot-agents/includes/4-optimization-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Optimization agent analyzes monitoring data and Azure's built-in recommendat
88
- The Optimization agent applies expert rules and AI models to identify inefficiencies. The Optimization agent aggregates and surfaces recommendations from Azure Advisor in natural language, often combining them with context.
99
- The Optimization agent also uses historical usage patterns to find idle periods. For example, the Optimization agent might determine that a development VM is only used between 9am and 5pm weekdays. It might provide a suggestion that you configure scheduling it to shut down during off-hours to save money. Similarly, if the Optimization agent determines a database hasn't been queried in a month, the agent might recommend scaling the database down or even removing it.
1010
- The Optimization agent can generate the exact Azure CLI or PowerShell commands, or ARM/Terraform code changes, to apply a given recommendation. For example, if it recommends resizing a VM from D4 to D2, it provides the CLI command to change the SKU.
11-
- The Optimization agent also integrates with Azure Cost Management and billing data. You can ask the Optimization agent high-level questions like "Why was our Azure bill high last month?". The agent is able to break down the costs and pinpoint unusual increases. The Optimization agent is able to summarize cost drivers and map them to technical causes and potential mitigations.
11+
- The Optimization agent also integrates with Microsoft Cost Management and billing data. You can ask the Optimization agent high-level questions like "Why was our Azure bill high last month?". The agent is able to break down the costs and pinpoint unusual increases. The Optimization agent is able to summarize cost drivers and map them to technical causes and potential mitigations.
1212
- The Optimization agent can determine where performance bottlenecks exist. If a certain resource is consistently hitting resource constraints, the Optimization agent flags that as a risk to performance and suggest scaling up or enabling a performance tier that can handle the load. Before recommending that you downsize a resource, the agent checks that such a change won't degrade service health.
1313
- The Optimization agent can help plan for growth. For instance, if it notices a trend of increasing load on a service, it could recommend scaling out before it becomes an issue.
1414

0 commit comments

Comments
 (0)