I'm trying to publish a package that has 800mb+. But the Windows Azure publish only allows up to 600mb, so maybe I need to upload some unstructured files first to Windows Azure storage.
What's the best way to upload files to a Windows Azure storage?
what's the best way to upload files to a windows azure storage?
There's no best way - you'll need to decide that for yourself. But... here are a few options:
Set-AzureStorageBlobContent
, which copies a local file to a blobazure storage blob upload
, which copies a local file to a blob