Azure artifacts is a package repository where you can create, host, and share packages with your teams. This includes package support such as Maven, NPM, and NuGet. Azure artifacts can watch public and private package repositories and integrate them with package management practices in your CI/CD pipelines.
In Azure artifacts, you create feeds where you can store packages that can be used in your applications by developers. You can also define an upstream repository on your feed, such as a public npmjs repository, where you can choose to update packages.
Azure artifacts help you do the following:
- Keep your artifacts organized: You can store and manage all your packages together and ensure that consistent packages are used across your applications.
- Protect your packages: Keep every public source package you use – including packages from npmjs and nuget...