Skip to content

Commit 00bbd08

Browse files
Merge pull request #208277 from whhender/patch-28
Adding package installation tip
2 parents 895c885 + 13be683 commit 00bbd08

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/purview/create-azure-purview-dotnet.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ Next, create a C# .NET console application in Visual Studio:
5353
Install-Package Microsoft.Azure.Management.ResourceManager -IncludePrerelease
5454
Install-Package Microsoft.IdentityModel.Clients.ActiveDirectory
5555
```
56+
>[!TIP]
57+
> If you are getting an error that reads: **Package \<package name> is not found in the following primary sources(s):** and it is listing a local folder, you need to update your package sources in Visual Studio to include the nuget site as an online source.
58+
> 1. Go to **Tools**
59+
> 1. Select **NuGet Package Manager**
60+
> 1. Select **Package Manage Settings**
61+
> 1. Select **Package Sources**
62+
> 1. Add https://nuget.org/api/v2/ as a source.
5663
5764
## Create a Microsoft Purview client
5865

0 commit comments

Comments
 (0)