Azure Artifacts allows you to host your own NuGet-feed, which is great, but it introduces a slight complexity in the form of authentication and building Docker images.
Azure DevOps' tasks for restoring packages will handle this for you as well as dotnet restore locally will re-use your own credentials.