Skip to content

How to upload files to Azure storage

Kantemir Tvorogov edited this page Aug 8, 2023 · 1 revision

Each environment has separate storage.

You need to install Azure Storage Explorer software https://azure.microsoft.com/en-us/features/storage-explorer/ to be able to connect and work with files in Azure storage.

  1. Open the link and download Azure Storage Explorer https://azure.microsoft.com/en-us/features/storage-explorer/
  2. Install and run it
  3. az1
  4. Wait till it finishes and click 'Next' button
  5. az2
  6. Wait until application starts
  7. Choose the 'View->Explorer' from the top menu
  8. Choose the '(Local and Attached)->Storage Accounts' item
  9. az3
  10. Click right mouse button on the 'Storage Accoints' item and choose 'Connect to Azure storage…'
  11. az4
  12. Select 'Use storage account name and key' and click 'Next'
  13. az5
  14. Enter the Storage account name and the key and click 'Next' (You can take them from Azure Key Vault. They have names like: DevStorageAccountName and DevStorageAccountKey)
  15. az6
  16. Check provided information and click 'Connect' (If something is wrong, you could click 'Back' button and change information on the previous pages)
  17. az7
  18. Choose 'File Shares' and click on the arrow left to it
  19. az8
  20. az9
  21. Select 'acuitydata' item and double click on it
  22. az10
  23. Now you are able to upload files into the storage
  24. Use 'Upload' button for uploading files into the storage
  25. az11
Clone this wiki locally