You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, we upload / download application binaries file-by-file to / from blob storage. It would be good to have the option of uploading a compressed package that will then be downloaded by each VM and decompressed before starting the app.
As discussed below, we're also considering using NuGet for packaging and possibly as an alternative to blob storage.
At the moment, we upload / download application binaries file-by-file to / from blob storage. It would be good to have the option of uploading a compressed package that will then be downloaded by each VM and decompressed before starting the app.
As discussed below, we're also considering using NuGet for packaging and possibly as an alternative to blob storage.
Thanks to @galvesribeiro for the suggestion.