Skip to content

Commit c290a04

Browse files
Merge pull request #312905 from craigshoemaker/sre/ga-update-4
[SRE Agent] GA docs update (batch 4 of 13)
2 parents cbae145 + 383f6fd commit c290a04

5 files changed

Lines changed: 10 additions & 15 deletions

File tree

articles/sre-agent/connectors.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Connectors in Azure SRE Agent (preview)
2+
title: Connectors in Azure SRE Agent
33
description: Extend your agent's capabilities to external data sources, collaboration tools, and custom APIs using connectors.
44
ms.topic: conceptual
55
ms.service: azure-sre-agent
@@ -11,8 +11,7 @@ ms.custom: connectors, integrations, mcp, outlook, teams, data sources, status,
1111
#customer intent: As an SRE, I want to connect my agent to external systems so that it can query data, take actions, and collaborate across my toolchain.
1212
---
1313

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

1817
Your agent comes with built-in access to Azure services. It can query Azure Monitor, Application Insights, Log Analytics, and Azure Resource Graph out of the box. Connectors extend that reach to external systems: your Kusto clusters, source code repositories, collaboration tools, and custom APIs.

articles/sre-agent/create-agent.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Step 1: Create Your Agent in Azure SRE Agent (preview)"
2+
title: "Step 1: Create Your Agent in Azure SRE Agent"
33
description: Deploy an Azure SRE Agent and grant it access to your Azure resources.
44
ms.topic: tutorial
55
ms.service: azure-sre-agent
@@ -11,8 +11,7 @@ ms.ai-usage: ai-assisted
1111
ms.custom: references_regions
1212
---
1313

14-
# Step 1: Create your agent in Azure SRE Agent (preview)
15-
14+
# Step 1: Create your agent in Azure SRE Agent
1615
**Estimated time**: 5 minutes
1716

1817
Deploy your agent and grant it access to your Azure resources.

articles/sre-agent/create-kusto-tool.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Create a Kusto Tool in Azure SRE Agent (preview)"
2+
title: "Tutorial: Create a Kusto Tool in Azure SRE Agent"
33
description: Build a reusable Kusto query tool for your Azure SRE Agent using the portal UI to run deterministic KQL queries.
44
ms.topic: tutorial
55
ms.service: azure-sre-agent
@@ -10,8 +10,7 @@ ms.ai-usage: ai-assisted
1010
#customer intent: As an SRE, I want to create a Kusto tool for my agent so that it can run deterministic KQL queries during investigations.
1111
---
1212

13-
# Tutorial: Create a Kusto tool in Azure SRE Agent (preview)
14-
13+
# Tutorial: Create a Kusto tool in Azure SRE Agent
1514
In this tutorial, you create a parameterized Kusto tool that runs exact KQL queries with deterministic, repeatable results. When users ask questions like "show me errors from the last 7 days," the agent substitutes the parameter and runs your exact query against your Azure Data Explorer database.
1615

1716
In this tutorial, you learn how to:

articles/sre-agent/create-python-tool.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Create a Python Tool in Azure SRE Agent (preview)"
2+
title: "Tutorial: Create a Python Tool in Azure SRE Agent"
33
description: Build an SLA calculator tool for your Azure SRE Agent using AI-generated Python code.
44
ms.topic: tutorial
55
ms.service: azure-sre-agent
@@ -11,8 +11,7 @@ ms.custom: python, custom-tool, AI-generated
1111
#customer intent: As an SRE, I want to create a Python tool for my agent so that it can perform custom calculations during investigations.
1212
---
1313

14-
# Tutorial: Create a Python tool in Azure SRE Agent (preview)
15-
14+
# Tutorial: Create a Python tool in Azure SRE Agent
1615
In this tutorial, you build a working Python tool that calculates SLA compliance for your Azure SRE Agent. You describe the tool's purpose in plain English, let AI generate the code, test the result, and deploy the tool for your agent to use.
1716

1817
In this tutorial, you learn how to:

articles/sre-agent/create-scheduled-task.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Create and Edit Scheduled Tasks in Azure SRE Agent (preview)"
2+
title: "Tutorial: Create and Edit Scheduled Tasks in Azure SRE Agent"
33
description: Set up a recurring automated task and learn how to modify it.
44
ms.topic: tutorial
55
ms.service: azure-sre-agent
@@ -10,8 +10,7 @@ ms.ai-usage: ai-assisted
1010
#customer intent: As an SRE, I want to create a scheduled task so that my agent automates routine checks on a recurring basis.
1111
---
1212

13-
# Tutorial: Create and edit scheduled tasks in Azure SRE Agent (preview)
14-
13+
# Tutorial: Create and edit scheduled tasks in Azure SRE Agent
1514
In this tutorial, you set up your agent to run tasks automatically on a schedule, then modify them as your needs change.
1615

1716
**Estimated time**: 5 minutes

0 commit comments

Comments
 (0)