Deployment configuration script enabling a private NPM feed with Azure App Service, including using Azure KeyVault to resolve a token to use the feed.
Перейти к файлу
Jeff Wilcox 399285d892 Updating script 2017-01-12 17:32:06 -08:00
bin Updating script 2017-01-12 17:32:06 -08:00
.eslintrc.json Private NPM support 2017-01-12 17:21:36 -08:00
.gitignore Private NPM support 2017-01-12 17:21:36 -08:00
LICENSE.TXT Private NPM support 2017-01-12 17:21:36 -08:00
README.MD Private NPM support 2017-01-12 17:21:36 -08:00
package.json Private NPM support 2017-01-12 17:21:36 -08:00

README.MD

configure-azure-appservice-private-npm-feed

This is an opinionated deployment script as an npm package designed to configure Azure App Service web sites and Node.js apps that need to be augmented with a private NPM feed.

How it works

tbd

Unofficial but useful

This component was developed by the Open Source Programs Office at Microsoft. The OSPO team uses Node.js for some of its applications and has found this component to be useful. We are sharing this in the hope that others may find it useful.

It's important to understand that this library was developed for use by a team at Microsoft, but that this is not an official library or module built by the KeyVault or Azure App Service teams.

License

MIT

Contributing

Pull requests will gladly be considered! A CLA may be needed.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.