Skip to content

Commit 30d202c

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into us429364-seo-top25-vnet
2 parents a210f9b + 854b628 commit 30d202c

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

articles/azure-functions/durable/durable-functions-orchestration-versioning.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ ms.custom: fasttrack-edit
1111

1212
# Orchestration versioning in Durable Functions (Azure Functions)
1313

14-
Orchestration versioning addresses [the core challenge](durable-functions-versioning.md) of deploying changes to orchestrator functions while maintaining the deterministic execution model that Durable Functions requires. Without this feature, breaking changes to orchestrator logic or activity function signatures would cause in-flight orchestration instances to fail during replay because they would break the [determinism requirement](durable-functions-code-constraints.md) that ensures reliable orchestration execution. This built-in feature provides automatic version isolation with minimal configuration. It's backend agnostic, so it can be used by apps leveraging any of the Durable Function's [storage providers](durable-functions-storage-providers.md).
14+
Orchestration versioning addresses [the core challenge](durable-functions-versioning.md) of deploying changes to orchestrator functions while maintaining the deterministic execution model that Durable Functions requires. Without this feature, breaking changes to orchestrator logic or activity function signatures would cause in-flight orchestration instances to fail during replay because they would break the [determinism requirement](durable-functions-code-constraints.md) that ensures reliable orchestration execution. This built-in feature provides automatic version isolation with minimal configuration. It's backend agnostic, so it can be used by apps leveraging any of the Durable Function's [storage providers](durable-functions-storage-providers.md), including the [Durable Task Scheduler](./durable-task-scheduler/durable-task-scheduler.md).
15+
16+
> [!NOTE]
17+
> For Durable Task Scheduler users, if you're using the Durable Task SDKs instead of Durable functions, you should refer to the [Durable Task SDKs versioning article](./durable-task-scheduler/durable-task-scheduler-versioning.md).
1518
1619
## Terminology
1720

articles/event-grid/event-schema-service-bus.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ This article provides the properties and schema for Service Bus events. For an
2121
| [Azure Service Bus to Event Grid integration](../service-bus-messaging/service-bus-to-event-grid-integration-concept.md) | Overview of integrating Service Bus with Event Grid. |
2222

2323
> [!NOTE]
24-
> When a failover occurs for a Service Bus namespace that's Geo-DR enabled, the secondary namespace doesn't emit events to Event Grid. You need to manually add the Event Grid subscription for the secondary namespace.
24+
> When a failover occurs for a Service Bus namespace that's Geo-DR enabled, the secondary namespace doesn't emit events to Event Grid. You need to manually add the Event Grid subscription for the secondary namespace.
25+
>
26+
> Check the [Service Bus Geo-Replication documentation](/azure/service-bus-messaging/service-bus-geo-replication) to understand what happens for a Service Bus namespace that's Geo-Replication enabled.
2527
2628
## Next steps
2729

articles/sre-agent/security-context.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how SRE Agent uses different security contexts to handle agen
44
author: craigshoemaker
55
ms.author: cshoe
66
ms.topic: tutorial
7-
ms.date: 07/16/2025
7+
ms.date: 07/17/2025
88
ms.service: azure
99
---
1010

@@ -71,21 +71,21 @@ The following table details how the agent behaves when attempting to conduct a r
7171

7272
| Agent has permission? | Execution mode | Agent behavior |
7373
|---|---|---|
74-
| Yes | Review | Reads required data and doesn't prompt for approval |
75-
| No | Review | Prompts for approval to take action |
76-
| Yes | Auto | Executes action without requiring approval |
77-
| No | Auto | Prompts for approval, and executes action based on approval status |
74+
| Yes | Review | Uses its permissions to perform the action. |
75+
| No | Review | Prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow). |
76+
| Yes | Auto | Uses its permissions to perform the action |
77+
| No | Auto | Prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow) |
7878

7979
### Write actions
8080

8181
The following table details how the agent behaves when attempting to conduct a write operation.
8282

8383
| Agent has permission? | Execution mode | Agent behavior |
8484
|---|---|---|
85-
| Yes | Review | Prompts for approval to take action |
86-
| No | Review | Prompts for approval to take action, if granted the agent temporarily inherits the required permissions from the user |
87-
| Yes | Auto | Executes action without requiring approval |
88-
| No | Auto | Prompts for approval, and executes action based on approval status |
85+
| Yes | Review | Prompts for approval to take action, then the agent uses its permissions to perform the action upon approval |
86+
| No | Review | First prompts for approval to take action, then prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow) |
87+
| Yes | Auto | Uses its permissions to perform the action |
88+
| No | Auto | Prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow) |
8989

9090
## Related content
9191

0 commit comments

Comments
 (0)