Skip to content

Commit a31d236

Browse files
author
RoseHJM
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into mdb-dev-boxes-not-accessed
2 parents 17da0f1 + 3745c98 commit a31d236

File tree

274 files changed

+2286
-2055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+2286
-2055
lines changed

.openpublishing.redirection.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2434,6 +2434,16 @@
24342434
"redirect_url": "/previous-versions/azure/vpn-gateway/vpn-gateway-about-vpn-gateway-settings",
24352435
"redirect_document_id": false
24362436
},
2437+
{
2438+
"source_path_from_root": "/articles/vpn-gateway/gateway-sku-change.md",
2439+
"redirect_url": "/azure/vpn-gateway/gateway-sku-upgrade",
2440+
"redirect_document_id": false
2441+
},
2442+
{
2443+
"source_path_from_root": "/articles/vpn-gateway/gateway-sku-resize.md",
2444+
"redirect_url": "/azure/vpn-gateway/gateway-sku-upgrade",
2445+
"redirect_document_id": false
2446+
},
24372447
{
24382448
"source_path_from_root": "/articles/vpn-gateway/vpn-gateway-about-forced-tunneling.md",
24392449
"redirect_url": "/previous-versions/azure/vpn-gateway/vpn-gateway-about-forced-tunneling",
@@ -7084,6 +7094,26 @@
70847094
"redirect_url": "/azure/cyclecloud/release-notes/ccws/2025-02-06",
70857095
"redirect_document_id": false
70867096
},
7097+
{
7098+
"source_path": "articles/app-service/sre-agent-overview.md",
7099+
"redirect_url": "/azure/sre-agent/overview",
7100+
"redirect_document_id": false
7101+
},
7102+
{
7103+
"source_path": "articles/app-service/sre-agent-usage.md",
7104+
"redirect_url": "/azure/sre-agent/usage",
7105+
"redirect_document_id": false
7106+
},
7107+
{
7108+
"source_path": "articles/app-service/tutorial-sre-agent.md",
7109+
"redirect_url": "/azure/sre-agent/troubleshoot-azure-app-service",
7110+
"redirect_document_id": false
7111+
},
7112+
{
7113+
"source_path": "articles/container-apps/sre-agent-troubleshoot.md",
7114+
"redirect_url": "/azure/sre-agent/troubleshoot-azure-container-apps",
7115+
"redirect_document_id": false
7116+
},
70877117
{
70887118
"source_path": "articles/reliability/whats-new.md",
70897119
"redirect_url": "/azure/reliability/overview",

articles/api-management/export-rest-mcp-server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ To verify that the MCP server is working, you can use Visual Studio Code to send
8585
8686
In Visual Studio Code, use GitHub Copilot chat in agent mode (preview) to add the MCP server and use the tools. For background about MCP servers in Visual Studio Code, see [Use MCP Servers in VS Code (Preview)](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
8787
88+
> [!TIP]
89+
> If you use the [MCP Inspector](https://modelcontextprotocol.io/docs/tools/inspector) to test an MCP server created by API Management, we recommend using version 0.9.0.
90+
8891
### Add the MCP server in Visual Studio Code
8992
9093
To add the MCP server in Visual Studio Code:

articles/app-service/sre-agent-usage.md

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

articles/app-service/toc.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,7 @@ items:
246246
- name: Logs and monitoring
247247
items:
248248
- name: Troubleshoot and resolve issues with an agent
249-
items:
250-
- name: Overview
251-
href: sre-agent-overview.md
252-
- name: Use an SRE agent
253-
href: sre-agent-usage.md
254-
- name: SRE Agent tutorial
255-
href: tutorial-sre-agent.md
249+
href: ../sre-agent/troubleshoot-azure-app-service.md
256250
- name: Monitor App Service
257251
href: monitor-app-service.md
258252
- name: Monitoring data reference

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,8 @@
396396
href: ./reference-kubernetes-provider.md
397397
- name: Go
398398
items:
399+
- name: Feature reference
400+
href: https://pkg.go.dev/github.com/Azure/AppConfiguration-GoProvider/azureappconfiguration
399401
- name: Azure SDK for Go
400402
href: https://go.microsoft.com/fwlink/?linkid=2270866
401403

articles/azure-app-configuration/concept-geo-replication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: azure-app-configuration
77
ms.topic: conceptual
8-
ms.date: 05/13/2024
8+
ms.date: 06/04/2025
99
---
1010

1111
# Geo-replication overview
@@ -31,7 +31,7 @@ This team would benefit from geo-replication. They can create a replica of their
3131

3232
## Considerations
3333

34-
- Geo-replication isn't available in the free tier.
34+
- Geo-replication isn't available in the Free and Developer tiers.
3535
- Each replica has limits, as outlined in the [App Configuration pricing page](https://azure.microsoft.com/pricing/details/app-configuration/). These limits are isolated per replica.
3636
- Azure App Configuration also supports Azure availability zones to create a resilient and highly available store within an Azure Region. Availability zone support is automatically included for a replica if the replica's region has availability zone support. The combination of availability zones for redundancy within a region, and geo-replication across multiple regions, enhances both the availability and performance of a configuration store.
3737
<!--

articles/azure-app-configuration/concept-point-time-snapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ ms.author: malev
88
ms.service: azure-app-configuration
99
ms.custom: devx-track-azurecli
1010
ms.topic: conceptual
11-
ms.date: 04/16/2025
11+
ms.date: 06/04/2025
1212
---
1313

1414
# Point-in-time key-values
1515

16-
Azure App Configuration maintains a record of changes made to key-values. This record provides a timeline of key-value changes. You can reconstruct the history of any key and provide its past value at any moment within the key history period (7 days for Free tier stores, or 30 days for Standard tier stores). Using this feature, you can “time-travel” backward and retrieve an old key-value. For example, you can recover configuration settings used before the most recent deployment in order to roll back the application to the previous configuration.
16+
Azure App Configuration maintains a record of changes made to key-values. This record provides a timeline of key-value changes. You can reconstruct the history of any key and provide its past value at any moment within the key history period (7 days for Free and Developer tier stores, or 30 days for Standard and Premium tier stores). Using this feature, you can “time-travel” backward and retrieve an old key-value. For example, you can recover configuration settings used before the most recent deployment in order to roll back the application to the previous configuration.
1717

1818
## Restore key-values
1919

articles/azure-app-configuration/concept-private-endpoint.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Using private endpoints for your App Configuration store enables you to:
1919
- Increase security for the virtual network (VNet) ensuring data doesn't escape from the VNet.
2020
- Securely connect to the App Configuration store from on-premises networks that connect to the VNet using [VPN](../vpn-gateway/vpn-gateway-about-vpngateways.md) or [ExpressRoutes](../expressroute/expressroute-locations.md) with private-peering.
2121

22+
Private endpoints availability varies by App Configuration tier:
23+
- **Free tier**: Not available
24+
- **Developer tier**: Up to 1 private endpoint
25+
- **Standard tier**: Up to 10 private endpoints
26+
- **Premium tier**: Up to 100 private endpoints
27+
28+
For more information about pricing, see [Azure App Configuration pricing](https://azure.microsoft.com/pricing/details/app-configuration/).
29+
2230
## Conceptual overview
2331

2432
A private endpoint is a special network interface for an Azure service in your [Virtual Network](../virtual-network/virtual-networks-overview.md) (VNet). When you create a private endpoint for your App Configuration store, it provides secure connectivity between clients on your VNet and your configuration store. The private endpoint is assigned an IP address from the IP address range of your VNet. The connection between the private endpoint and the configuration store uses a secure private link.

articles/azure-app-configuration/concept-snapshots.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Muksvso
55
ms.author: mubatra
66
ms.service: azure-app-configuration
77
ms.topic: conceptual
8-
ms.date: 11/15/2023
8+
ms.date: 06/04/2025
99
---
1010

1111
# Snapshots
@@ -75,15 +75,16 @@ For stores that use HMAC authentication, both the "read snapshot" operation (to
7575

7676
## Billing considerations and limits
7777

78-
App Configuration has three tiers, Free, Standard and Premium. Check the following details for snapshot quotas in each tier.
78+
App Configuration has four tiers: Free, Developer, Standard, and Premium. The following table summarizes the snapshot storage quotas for each tier:
7979

80-
* **Free tier**: This tier has a snapshot storage quota of 10 MB. One can create as many snapshots as possible as long as the total storage size of all active and archived snapshots is less than 10 MB.
80+
| Tier | Snapshot storage quota |
81+
|-------------|-----------------------|
82+
| Free | 10 MB |
83+
| Developer | 500 MB |
84+
| Standard | 1 GB |
85+
| Premium | 4 GB |
8186

82-
* **Standard tier**: This tier has a snapshot storage quota of 1 GB. One can create as many snapshots as possible as long as the total storage size of all active and archived snapshots is less than 1 GB.
83-
84-
* **Premium tier**: This tier has a snapshot storage quota of 4 GB. One can create as many snapshots as possible as long as the total storage size of all active and archived snapshots is less than 4 GB.
85-
86-
The maximum size for a snapshot is 1 MB.
87+
You can create as many snapshots as needed, as long as the total storage size of all active and archived snapshots does not exceed the quota for your tier. The maximum size for an individual snapshot is 1 MB.
8788

8889
## Next steps
8990

articles/azure-app-configuration/concept-soft-delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: mubatra
66
ms.service: azure-app-configuration
77
ms.custom:
88
ms.topic: conceptual
9-
ms.date: 05/13/2024
9+
ms.date: 06/04/2025
1010
---
1111

1212
# Soft delete
@@ -53,7 +53,7 @@ To list deleted App Configuration stores, or get an individual store by name the
5353

5454
## Billing implications
5555

56-
There won't be any charges for the soft deleted stores. Once you recover a soft deleted store, the usual charges will start applying. Soft delete isn't available with free tier.
56+
There won't be any charges for the soft deleted stores. Once you recover a soft deleted store, the usual charges will start applying. Soft delete isn't available in the Free and Developer tiers.
5757

5858
## Next steps
5959

0 commit comments

Comments
 (0)