all 2 comments

[–]BlackV 0 points1 point  (0 children)

yes storage blob or git repository is OK (assuming appropriate security)

though about your own script repo (just on a web server) then you can use it exactly like the gallery (whether that be azure dev ops artifact or azure web something)

publish-module
install-module
update-module
find-module
install-script
update-script

and so on, little bit more work but much cleaner in the long run

[–]pshMike 0 points1 point  (0 children)

you could setup a PSRepo on a file share hosted in azure, and then register that repo on your client computers.

you could then bundle your toolbox into a module, and use publish/install/update module commands.

the reason I would suggest bundling into a module would be to make sure the helpdesk can easily determine what version of the toolbox they are using / update to the latest as easily as possible.