Skip to content

Commit 28c6e73

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into nw-schema
2 parents 827e5e2 + 66cc7d8 commit 28c6e73

File tree

8 files changed

+69
-11
lines changed

8 files changed

+69
-11
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@
442442
- name: Azure Policy built-ins
443443
displayName: samples, policies, definitions
444444
href: ./policy-reference.md
445+
- name: Azure MCP Server
446+
href: /azure/developer/azure-mcp-server/tools/app-configuration?toc=/azure/azure-app-configuration/TOC.json
445447
- name: Resources
446448
items:
447449
- name: Pricing

articles/azure-app-configuration/quickstart-azure-app-configuration-create.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ az appconfig kv set --name <name> --key TestApp:Settings:TextAlign --value cente
101101

102102
---
103103

104+
> [!TIP]
105+
> Consider using the [Azure MCP Server tools for App Configuration](/azure/developer/azure-mcp-server/tools/app-configuration) for a quick way to manage your App Configuration store using natural language prompts. These tools allow you to list configuration stores, list, create, search, lock, unlock, and update key-values settings through conversational AI interactions.
106+
104107
## Clean up resources
105108

106109
When no longer needed, delete the resource group. Deleting a resource group also deletes the resources in it.

articles/sre-agent/billing.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Billing for Azure SRE Agent (preview)
3+
description: Learn different agent actions are billed in Azure SRE Agent.
4+
author: craigshoemaker
5+
ms.author: cshoe
6+
ms.topic: tutorial
7+
ms.date: 06/24/2025
8+
ms.service: azure
9+
---
10+
11+
# Billing for Azure SRE Agent (preview)
12+
13+
The Azure SRE Agent works on your behalf in two different ways. As soon as you create the agent, it begins monitoring your resources. During this time, the agent looks at telemetry data and learns about your resource's behavior. This continuous attention ensures the agent is ready to respond to issues regardless of the scale or complexity of what you deploy on Azure.
14+
15+
By contrast, the agent works differently from continuous monitoring when you prompt the agent or it works on tasks on its own. For example, when the agent detects a situation requiring attention, it carries out distinct, measurable tasks that use AI components to attempt to address the issue. The same holds true when you issue a prompt to the agent.
16+
17+
The distinctions between these two types of actions are known as *always-on flow* and *active flow*.
18+
19+
| Action type | Description | Triggered when... |
20+
|---|---|---|
21+
| Always-on flow | Continuous monitoring of your resources. | You create the agent, and monitoring continues until the agent is deleted. |
22+
| Active flow | Discrete, measurable tasks taken by the agent in an attempt to mitigate issues or interact with you. | Either you prompt the agent to take action, or the agent autonomously takes action on your behalf and reports the results. |
23+
24+
The amount of time your agent spends in these flows affects how you're billed for the agent.
25+
26+
## Calculation methods
27+
28+
Billing for Azure SRE Agent is based on Azure Agent Units (AAU). AAUs standardize measuring agentic processing across all prebuilt Azure agents. This common metric makes it easier for you to adopt new agents, compare different agents, and better understand pricing in a predictable way.
29+
30+
Actions in the *always-on flow* are billed at one rate, while *active flow* actions are billed at a different rate. Total cost to use SRE Agent is a combination of *always-on* and *active flow* costs.
31+
32+
Use the following table to help you estimate the costs associated with how you use SRE Agent.
33+
34+
| Action type | Calculation basis |
35+
|---|---|
36+
| Always-on flow | 4 AAU per agent hour |
37+
| Active flow | 0.25 AAU per agent task, per second |
38+
39+
AAUs continuously accumulate under the *always-on flow* for as long as your agent exists. Charges associated with *active flow* accumulate as the agent works on specific tasks. These tasks include (but aren't limited to) the following actions:
40+
41+
- Answering questions from your prompts
42+
- Generating reports, summaries, and responses for you
43+
- Remediating issues on your behalf (either autonomously or based on your prompts)
44+
45+
To illustrate, consider an instance where the agent detected and fixed an "application down" scenario for you. The constant monitoring is billed at the *always-on* rate. Any action the agent takes to fix the problem, ask you questions, seek approval, and provide status reports are all billed at the *active flow* rate.
46+
47+
<!-- For more information on current AAU pricing for your region, see the Azure pricing calculator. -->
48+
49+
## Related content
50+
51+
- [Overview](./overview.md)

articles/sre-agent/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ items:
1818
expanded: true
1919
items:
2020
- name: Autonomous vs review mode
21-
href: permissions.md
21+
href: permissions.md
22+
- name: Billing
23+
href: billing.md

articles/storage/file-sync/file-sync-extend-servers.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: Extend Windows file servers with Azure File Sync
3-
description: Learn how to extend Windows file servers with Azure File Sync, from start to finish.
2+
title: Extend Windows File Servers with Azure File Sync
3+
description: Learn how to extend Windows file servers to the cloud while maintaining fast local access to frequently used data with Azure File Sync.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: tutorial
77
ms.date: 08/08/2024
88
ms.author: kendownie
9-
#Customer intent: As an IT administrator, I want see how to extend Windows file servers with Azure File Sync, so I can evaluate the process for extending the storage capacity of my Windows servers.
10-
# Customer intent: As an IT administrator, I want to learn how to extend the storage capacity of Windows file servers with cloud integration, so that I can effectively manage data storage and access across local and cloud environments.
9+
# Customer intent: As an IT administrator, I want to learn how to extend the storage capacity of Windows file servers with Azure File Sync, so that I can effectively manage data storage and access across local and cloud environments.
1110
---
1211

1312
# Tutorial: Extend Windows file servers with Azure File Sync

articles/storage/file-sync/file-sync-extension.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.service: azure-file-storage
66
ms.topic: how-to
77
ms.date: 06/20/2025
88
ms.author: kendownie
9+
# Customer intent: As an IT administrator, I want to learn how to install and manage the Azure File Sync agent extension on Azure Arc-enabled Windows servers.
910
---
1011

1112
# Install and manage the Azure File Sync agent extension on Azure Arc-enabled Windows servers

articles/storage/file-sync/file-sync-monitor-cloud-tiering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Monitor Azure File Sync cloud tiering
2+
title: Monitor Azure File Sync Cloud Tiering
33
description: Use metrics to monitor your cloud tiering policies. You can monitor files synced, server cache size, cache hit rate, and more.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: concept-article
77
ms.date: 05/11/2023
88
ms.author: kendownie
9-
# Customer intent: As a system administrator managing cloud tiering, I want to monitor cloud tiering metrics through both the server endpoint and Azure Monitor, so that I can optimize storage efficiency and improve performance for my organization's data management needs.
9+
# Customer intent: As a system administrator, I want to monitor cloud tiering metrics for Azure File Sync through both the server endpoint and Azure Monitor, so that I can optimize storage efficiency and improve performance.
1010
---
1111

1212
# Monitor cloud tiering
@@ -60,4 +60,4 @@ To change your cloud tiering policy, see [Choose cloud tiering policies](file-sy
6060

6161
## Next steps
6262

63-
* [Planning for an Azure File Sync deployment](file-sync-planning.md)
63+
* [Planning for an Azure File Sync deployment](file-sync-planning.md)

articles/storage/file-sync/file-sync-release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Release notes for Azure File Sync
3-
description: Release notes for Azure File Sync, which lets you centralize your organization's file shares in Azure Files.
2+
title: Release Notes for Azure File Sync
3+
description: Release notes for Azure File Sync, which lets you centralize your organization's file shares in Azure Files while maintaining fast local access to frequently used data.
44
services: storage
55
author: wmgries
66
ms.service: azure-file-storage
@@ -9,7 +9,7 @@ ms.date: 05/13/2025
99
ms.author: wgries
1010
ms.custom:
1111
- build-2025
12-
# Customer intent: "As a system administrator managing file synchronization, I want to keep my organization's file shares centralized in the cloud with local cache capabilities, so that I can enhance data accessibility and streamline backup processes while ensuring compliance and security."
12+
# Customer intent: "As a cloud administrator, I want to review the latest release notes for Azure File Sync so that I can stay informed about new features, bug fixes, and support status for proper planning and management of my file storage deployments."
1313
---
1414

1515
# Release notes for Azure File Sync

0 commit comments

Comments
 (0)