Skip to content

Commit 532ff05

Browse files
fix build errors
1 parent 3df3f3d commit 532ff05

File tree

11 files changed

+16
-258
lines changed

11 files changed

+16
-258
lines changed

articles/app-service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ items:
246246
- name: Logs and monitoring
247247
items:
248248
- name: Troubleshoot and resolve issues with an agent
249-
href: ../sre-agent/azure-app-service.md
249+
href: ../sre-agent/troubleshoot-azure-app-service.md
250250
- name: Monitor App Service
251251
href: monitor-app-service.md
252252
- name: Monitoring data reference

articles/container-apps/sre-agent-troubleshoot.md

Lines changed: 0 additions & 242 deletions
This file was deleted.

articles/sre-agent/faq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
metadata:
2-
title: Azure SRE Agent - Frequently asked questions
3-
description: Find answers to the frequently asked questions about Azure Container Apps.
2+
title: Azure SRE Agent frequently asked questions
3+
description: Find answers to the frequently asked questions about Azure SRE Agent.
44
keywords: azure sre agent, frequently asked questions
55
author: craigshoemaker
66
ms.topic: faq
77
ms.service: azure
8-
ms.date: 06/06/2025
8+
ms.date: 06/13/2025
99
ms.author: cshoe
1010

1111
title: Azure SRE Agent frequently asked questions (FAQs)
@@ -164,7 +164,7 @@ sections:
164164
- Best practices & recommendations
165165
- Am I following container best practices?
166166
- What should I do to reduce cold start time for my Functions apps?
167-
- question: |s
167+
- question: |
168168
How real-time is the agent's response?
169169
answer: |
170170
The SRE Agent provides near real-time responses, but the exact freshness of its data depends on the type of information being retrieved. For most operational insights, such as current CPU usage, service health, or resource availability, the agent queries live telemetry or metrics, allowing it to deliver timely and actionable guidance. However, some data sources like diagnostic logs, traces, or aggregated analytics can have a slight delay due to ingestion and processing times within Azure Monitor or Log Analytics. When the agent performs active diagnostics or executes commands like querying pod states or pulling container event logs, the response time includes both the data retrieval and analysis phases. As a result, you can generally expect responses within a few seconds to few minutes, depending on the complexity of the request and the systems involved.

articles/sre-agent/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.service: azure
1111
author: craigshoemaker
1212
ms.author: cshoe
13-
ms.date: 06/06/2025
13+
ms.date: 06/13/2025
1414
landingContent:
1515
- title: About Azure Container Apps
1616
linkLists:
@@ -25,6 +25,6 @@ landingContent:
2525
- linkListType: tutorial
2626
links:
2727
- text: Troubleshoot Azure App Service
28-
url: azure-app-service.md
28+
url: troubleshoot-azure-app-service.md
2929
- text: Troubleshoot Azure Container Apps
30-
url: azure-container-apps.md
30+
url: troubleshoot-azure-container-apps.md

articles/sre-agent/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure SRE Agent overview (preview)
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: conceptual
6-
ms.date: 06/12/2025
6+
ms.date: 06/13/2025
77
ms.author: cshoe
88
ms.service: azure
99
---
@@ -43,7 +43,7 @@ The SRE Agent offers several key features that enhance the reliability and perfo
4343

4444
- **Resource visualization**: Comprehensive views of your resource dependencies and health status.
4545

46-
:::image type="content" source="media/overview/knowldege-graph.png" alt-text="Screenshot of an SRE Agent knowledge graph.":::
46+
:::image type="content" source="media/overview/resources.png" alt-text="Screenshot of an SRE Agent knowledge graph.":::
4747

4848
An SRE Agent works to proactively monitor and maintain your Azure services. Each day your agent creates daily resource reports which provide insights into the health and status of your applications.
4949

articles/sre-agent/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure and manage permissions for Azure SRE Agent t
44
author: craigshoemaker
55
ms.author: cshoe
66
ms.topic: tutorial
7-
ms.date: 06/12/2025
7+
ms.date: 06/13/2025
88
ms.service: azure
99
---
1010

articles/sre-agent/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
- name: Tutorials
1212
items:
1313
- name: Troubleshoot App Service
14-
href: azure-app-service.md
14+
href: troubleshoot-azure-app-service.md
1515
- name: Troubleshoot Container Apps
16-
href: azure-container-apps.md
16+
href: troubleshoot-azure-container-apps.md
1717
- name: Key concepts
1818
expanded: true
1919
items:

articles/sre-agent/troubleshoot-azure-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Azure SRE Agent (preview) and Azure App Service to
44
author: craigshoemaker
55
ms.author: cshoe
66
ms.topic: tutorial
7-
ms.date: 06/12/2025
7+
ms.date: 06/13/2025
88
ms.service: azure
99
---
1010

articles/sre-agent/troubleshoot-azure-container-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Tutorial: Troubleshoot an app using an Azure SRE Agent (preview) in Azur
33
description: Deploy an automated agent to help monitor and resolve issues with an SRE Agent in Azure Container Apps.
44
author: craigshoemaker
55
ms.topic: tutorial
6-
ms.date: 06/12/2025
6+
ms.date: 06/13/2025
77
ms.author: cshoe
88
ms.service: azure
99
---

0 commit comments

Comments
 (0)