Skip to content

Helpful Links to get Setup with Azure

Ryan edited this page Apr 23, 2019 · 4 revisions

Details how to set credentials to work with your storage account https://docs.microsoft.com/en-us/azure/storage/common/storage-azure-cli

Covers setting up an ml workspace with python https://docs.microsoft.com/en-us/python/api/overview/azure/ml/intro?view=azure-ml-py

Setting up blobfuse to fake a filesystem on blob storage https://blogs.msdn.microsoft.com/uk_faculty_connection/2019/02/20/blobfuse-is-an-open-source-project-developed-to-provide-a-virtual-filesystem-backed-by-the-azure-blob-storage/

Setting up azcopy version 10, more fully featured compared to azcopy installable by apt-get

https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10 Make sure to supply a tenant id with the --tenant flag or else authentication won't work

https://azure.microsoft.com/en-us/features/storage-explorer/ For some reason there is a separate program for managing storage that has features Azure Portal does not have

Clone this wiki locally