Skip to content

Commit 40be413

Browse files
Update articles/azure-functions/durable/durable-functions-phone-verification.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent ba40ed8 commit 40be413

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
@@ -95,7 +95,7 @@ The **E4_SendSmsChallenge** function uses the Twilio binding to send the SMS mes
9595
[!code-csharp[Main](~/samples-durable-functions/samples/precompiled/PhoneVerification.cs?range=72-89)]
9696

9797
> [!NOTE]
98-
> You will need to install the `Microsoft.Azure.WebJobs.Extensions.Twilio` Nuget package to run the sample code. Do not install the `Twilio` nuget package because you will get version problem which will lead to build errors.
98+
> You must first install the `Microsoft.Azure.WebJobs.Extensions.Twilio` Nuget package for Functions to run the sample code. Don't also install the main [Twilio nuget package](https://www.nuget.org/packages/Twilio/) because this can cause versioning problems that result in build errors.
9999
100100
# [JavaScript](#tab/javascript)
101101

0 commit comments

Comments
 (0)