Skip to content

Commit ba40ed8

Browse files
Installed the twilio and wasted two days on it
Installed the twilio with this sample and wasted two days on it
1 parent c5d8403 commit ba40ed8

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 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.
9999
100100
# [JavaScript](#tab/javascript)
101101

0 commit comments

Comments
 (0)