Skip to content

Commit 8977c20

Browse files
authored
Merge pull request #50981 from scottmckenzie/patch-1
Fix typo - E4_SendSmsChallenge is an activity trigger
2 parents 7f0fc8f + b78d099 commit 8977c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-phone-verification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The complexity of this scenario is greatly reduced when you use Durable Function
3131
This article walks through the following functions in the sample app:
3232

3333
* `E4_SmsPhoneVerification`: An [orchestrator function](durable-functions-bindings.md#orchestration-trigger) that performs the phone verification process, including managing timeouts and retries.
34-
* `E4_SendSmsChallenge`: An [orchestrator function](durable-functions-bindings.md#activity-trigger) that sends a code via text message.
34+
* `E4_SendSmsChallenge`: An [activity function](durable-functions-bindings.md#activity-trigger) that sends a code via text message.
3535

3636
### E4_SmsPhoneVerification orchestrator function
3737

0 commit comments

Comments
 (0)