Skip to content

Commit 55ee8ed

Browse files
Merge pull request #241685 from ericasp16/patch-1
Update number-lookup.md
2 parents 54cb687 + 129fb5e commit 55ee8ed

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/communication-services/quickstarts/telephony/number-lookup.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ cd NumberLookupQuickstart
5050
dotnet build
5151
```
5252

53+
### Connect to dev package feed
54+
The private preview version of the SDK is published to a dev package feed. You can add the dev feed using the [NuGet CLI](https://docs.microsoft.com/nuget/reference/nuget-exe-cli-reference), which will add it to the NuGet.Config file.
55+
56+
```console
57+
nuget sources add -Name "Azure SDK for .NET Dev Feed" -Source "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json"
58+
```
59+
60+
More detailed information and other options for connecting to the dev feed can be found in the [contributing guide](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md#nuget-package-dev-feed).
61+
5362
### Install the package
5463

5564
While still in the application directory, install the Azure Communication Services PhoneNumbers client library for .NET package by using the following command.
@@ -154,4 +163,4 @@ In this quickstart you learned how to:
154163
> [Number Lookup Concept](../../concepts/numbers/number-lookup-concept.md)
155164
156165
> [!div class="nextstepaction"]
157-
> [Number Lookup SDK](../../concepts/numbers/number-lookup-sdk.md)
166+
> [Number Lookup SDK](../../concepts/numbers/number-lookup-sdk.md)

0 commit comments

Comments
 (0)