简体   繁体   中英

Uploading to blob container when pushing to azure git repo

I have a node.js application in Azure. Is it possible to upload files from a particular folder to the blob container when I do a git push to the azure git repo ("git push azure master").

Thanks for the help, in advance.

I believe the current answer to this is 'no'. Pushing to git simply publishes to the target site bound to that repository and cannot snap out content and push it to blob storage (which is what I assume you mean). Would be a nice feature though to target the location of a publish.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM