Skip to content

Commit 1025cba

Browse files
authored
Merge pull request #93560 from karthikeyanVK/patch-4
Installed the twilio and wasted two days on it
2 parents 35f389b + 40be413 commit 1025cba

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.
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)