Hi, is it possible to use Azure blobs storage in a runtime web function? Nodejs does have support for it but then I try to include "var azure = require('azure-storage');" - the action fails.
And is it possible to add libraries to the runtime environment?
Thank you!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @wiki - yes it is possible to connect to Azure Blob storage or any other cloud service in your Runtime action.
Adding npm libraries to your runtime action is of course possible.
The simplest way is zipping everything and deploy to your action.
However, our recommendation is creating Project Firefly apps which take care of the npm dependencies and deployment.
Views
Replies
Total Likes
Hi @wiki - yes it is possible to connect to Azure Blob storage or any other cloud service in your Runtime action.
Adding npm libraries to your runtime action is of course possible.
The simplest way is zipping everything and deploy to your action.
However, our recommendation is creating Project Firefly apps which take care of the npm dependencies and deployment.
Views
Replies
Total Likes
Great, thanks a lot! I am also considering Project Firefly.
Views
Replies
Total Likes
Views
Likes
Replies