You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-functions-orchestration-versioning.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,10 @@ ms.custom: fasttrack-edit
11
11
12
12
# Orchestration versioning in Durable Functions (Azure Functions)
13
13
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).
Copy file name to clipboardExpand all lines: articles/event-grid/event-schema-service-bus.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ This article provides the properties and schema for Service Bus events. For an
21
21
|[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. |
22
22
23
23
> [!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.
| 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)|
0 commit comments