Does NuGet support adding custom feeds through http(s) (using SAS tokens) #10576
Unanswered
Niharikadutta
asked this question in
Q&A
Replies: 1 comment 2 replies
-
From my understanding, NuGet supports the following authenticated feed mechanisms: Unfortunately, Azure Storage authentication using SAS tokens is not supported. You will need to create a custom authentication plugin. See: https://docs.microsoft.com/en-us/nuget/reference/extensibility/nuget-cross-platform-authentication-plugin |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had a very basic question about NuGet feeds and whether it is possible to add a custom feed (say Azure Storage account) through NuGet by using the http(s) URL of the storage account (and passing SAS token).
Just trying to compare with Conda custom channels and see if there is a parallel for NuGet.
Beta Was this translation helpful? Give feedback.
All reactions