fix: storage upload timeout errors and storage operations progress bar updates
- Updates the
azure-storage-blobpython library to 12.9.0 which has the fix for timeouts during upload operations - Sets
connection_timeoutto 100 seconds so that the client has sufficient time establishing a connection to the blob service - Use
alive_barinstead oftqdmfor progress updates.tqdmupdates were resulting an overflow and incorrectly resetting the progress bars