Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
I was trying to set up an Angular2 environment for my container so that I can able to upload files to my azure blob storage. But while using npm package it is not running. Can anyone help me with this?

1 Answer

0 votes
by (26.7k points)

The NPM package what you have used for Node.js is on server side, whereas Angular2 is front end and is on client side. So, technically, both are different. So, you need to setup Node.js back-end environment to create container and then upload files to Azure blob storage.

I hope this will help.

Want to become an Azure expert? join Azure Training now!!

Browse Categories

...