I want my Azure Function to pull packages from both nuget.org and a private nuget feed. Is this possible? In particular, how would I format the project.json
file to indicate which feed a given package comes from?
The following two questions are related, but don't address using multiple feeds at once, nor do their answers indicate what the project.json
file would look like in this case.