Skip to content

Commit 07341d2

Browse files
Merge pull request #312909 from craigshoemaker/sre/ga-update-8
[SRE Agent] GA docs update (batch 8 of 13)
2 parents 0062565 + caba4da commit 07341d2

5 files changed

Lines changed: 10 additions & 15 deletions

File tree

articles/sre-agent/monitor-agent-usage.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Monitor Agent Usage in Azure SRE Agent (preview)
2+
title: Monitor Agent Usage in Azure SRE Agent
33
description: Track Azure AI Unit consumption, manage allocation limits, and generate session insights to review your agent's performance.
44
ms.topic: conceptual
55
ms.service: azure-sre-agent
@@ -11,8 +11,7 @@ ms.custom: usage, AAU, consumption, billing, session-insights, cost, allocation
1111
#customer intent: As an SRE, I want to monitor my agent's Azure AI Unit consumption so that I can predict costs, spot usage spikes, and adjust allocation limits.
1212
---
1313

14-
# Monitor agent usage in Azure SRE Agent (preview)
15-
14+
# Monitor agent usage in Azure SRE Agent
1615
Track Azure AI Unit (AAU) consumption, manage allocation limits, and review session insights which are all available from a single view. Monitor what your agent uses, what's left, and where the consumption goes.
1716

1817
> [!TIP]

articles/sre-agent/network-requirements.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Network Requirements for Azure SRE Agent (preview)
2+
title: Network Requirements for Azure SRE Agent
33
description: Review firewall allow list domains, authentication requirements, and network configuration for Azure SRE Agent connectivity.
44
ms.topic: reference
55
ms.service: azure-sre-agent
@@ -11,8 +11,7 @@ ms.custom: firewall, network, allow list, domain, prerequisites, connectivity
1111
#customer intent: As a network administrator, I want to understand the network requirements for Azure SRE Agent so that I can configure my firewall and proxy settings correctly.
1212
---
1313

14-
# Network requirements for Azure SRE Agent (preview)
15-
14+
# Network requirements for Azure SRE Agent
1615
This article describes the network and firewall configuration required for Azure SRE Agent connectivity.
1716

1817
## Required domains

articles/sre-agent/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Overview of Azure SRE Agent (preview)
2+
title: Overview of Azure SRE Agent
33
description: Learn how AI-enabled agents help solve problems and support resilient and self-healing systems on your behalf.
44
author: craigshoemaker
55
ms.topic: overview
@@ -8,8 +8,7 @@ ms.author: cshoe
88
ms.service: azure-sre-agent
99
---
1010

11-
# Overview of Azure SRE Agent (preview)
12-
11+
# Overview of Azure SRE Agent
1312
Azure SRE Agent automates operational work and reduces toil, so developers and operators can focus on high-value tasks.
1413

1514
Typical operational tasks often include managing multiple Azure resources along with on-premises and SaaS systems. These tasks are often repetitive or require orchestrating together multiple tools to provide the insights you need. SRE Agent gives you an AI-driven platform to connect systems together and automate the workflow end-to-end.

articles/sre-agent/permissions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Agent Permissions in Azure SRE Agent (preview)
2+
title: Agent Permissions in Azure SRE Agent
33
description: Learn how your agent accesses Azure resources through managed identity and on-behalf-of flow.
44
ms.topic: conceptual
55
ms.service: azure-sre-agent
@@ -11,8 +11,7 @@ ms.custom: permissions, security, rbac, managed identity, obo, on behalf of
1111
#customer intent: As an SRE, I want to understand how my agent authenticates and gets permissions so that I can securely grant it access to my Azure resources.
1212
---
1313

14-
# Agent permissions in Azure SRE Agent (preview)
15-
14+
# Agent permissions in Azure SRE Agent
1615
<!-- > [!VIDEO <PATH_TO_VIDEO>/Azure_SRE_Agent_Permissions.mp4] -->
1716

1817
Every agent has a [managed identity](/entra/identity/managed-identities-azure-resources/overview). Your agent uses the managed identity to authenticate and get permissions to act on Azure resources.

articles/sre-agent/python-code-execution.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Python Tools in Azure SRE Agent (preview)
2+
title: Python Tools in Azure SRE Agent
33
description: Extend your agent to reach internal systems, multicloud platforms, and custom business logic by creating Python tools.
44
ms.topic: how-to
55
ms.service: azure-sre-agent
@@ -11,8 +11,7 @@ ms.custom: python, custom tools, extensibility, hybrid, multicloud, custom logic
1111
#customer intent: As an SRE builder, I want to create Python tools for my agent so that I can extend its capabilities to reach internal systems and apply custom business logic.
1212
---
1313

14-
# Python tools in Azure SRE Agent (preview)
15-
14+
# Python tools in Azure SRE Agent
1615
Python tools extend your Azure SRE Agent beyond built-in Azure capabilities. Create custom tools that connect to internal APIs, on-premises databases, multicloud platforms, and proprietary systems using Python code. Describe what you need in plain English, paste existing scripts, or wrap HTTP endpoints, then test and deploy without a restart.
1716

1817
> [!TIP]

0 commit comments

Comments
 (0)