Skip to content

Commit b833d11

Browse files
authored
Merge branch 'MicrosoftDocs:main' into nzthiagopatch1
2 parents 599694f + f9b19be commit b833d11

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

articles/application-gateway/for-containers/api-specification-kubernetes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: mbender-ms
77
ms.service: azure-appgw-for-containers
88
ms.topic: concept-article
9-
ms.date: 10/23/2025
9+
ms.date: 11/3/2025
1010
ms.author: mbender
1111
# Customer intent: "As a Kubernetes developer, I want to understand the API specifications for the Application Gateway for Containers, so that I can effectively configure and manage load balancing and traffic routing for my containerized applications."
1212
---
@@ -1546,19 +1546,19 @@ the implementation setting the Accepted Condition for the Route to <code>status:
15461546
<tr>
15471547
<td>/foo/bar</td>
15481548
<td>/foo</td>
1549-
<td><empty string></td>
1549+
<td></td>
15501550
<td>/bar</td>
15511551
</tr>
15521552
<tr>
15531553
<td>/foo/</td>
15541554
<td>/foo</td>
1555-
<td><empty string></td>
1555+
<td></td>
15561556
<td>/</td>
15571557
</tr>
15581558
<tr>
15591559
<td>/foo</td>
15601560
<td>/foo</td>
1561-
<td><empty string></td>
1561+
<td></td>
15621562
<td>/</td>
15631563
</tr>
15641564
<tr>
@@ -4148,4 +4148,4 @@ WebApplicationFirewallConfig
41484148
</td>
41494149
</tr>
41504150
</tbody>
4151-
</table>
4151+
</table>

articles/sre-agent/overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of Azure SRE Agent 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: overview
6-
ms.date: 10/13/2025
6+
ms.date: 11/03/2025
77
ms.author: cshoe
88
ms.service: azure-sre-agent
99
---
@@ -91,6 +91,12 @@ Keep in mind the following considerations as you use Azure SRE Agent:
9191
- Availability varies by region and tenant configuration.
9292
- Preview [billing](billing.md) begins *September 1, 2025*, via Azure agent units (AAUs).
9393

94+
When you create an agent, following resources are also automatically created for you:
95+
96+
- Azure Application Insights
97+
- Log Analytics workspace
98+
- Managed Identity
99+
94100
## Preview access
95101

96102
While access to SRE Agent was previously only available to customers via a waitlist, the agent is now available to all customers through the [Azure portal](https://aka.ms/sreagent/portal).

articles/storage/blobs/upgrade-to-data-lake-storage-gen2-how-to.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Shows you how to use Resource Manager templates to upgrade from Azu
44
author: normesta
55
ms.service: azure-blob-storage
66
ms.topic: concept-article
7-
ms.date: 11/15/2024
7+
ms.date: 11/03/2025
88
ms.author: normesta
99
ms.custom:
1010
- devx-track-azurepowershell
@@ -67,6 +67,10 @@ After the upgrade has completed, break the leases you created to resume allowing
6767
> [!WARNING]
6868
> Breaking an active lease without gracefully disabling applications or virtual machines that are currently accessing those resources could have unexpected results. Be sure to quiesce any current write activities before breaking any current leases.
6969
70+
### Make any planned changes to the names of archived blobs
71+
72+
If you plan the change the name of an archived blob or the name of any parent directory that leads up to the archived blob, make sure modifications **before** you upgrade. If you change the name of an archived blob or any parent directory leading to the archived blob **after** the upgrade, then you won't be able to rehydrate it. This is a temporary limitation of the current release.
73+
7074
## Perform the upgrade
7175

7276
### [Portal](#tab/azure-portal)

0 commit comments

Comments
 (0)