I am new to Azure and I want to upload modelandview excel file to azure blob storage. Please help me how to upload modelandview file.
Asked
Active
Viewed 169 times
0
-
Currently the excel file is downloaded in local, want to store the excel in azure blob for sometime and then download the excel file. – AMani Sep 14 '18 at 07:11
-
I will try and let you the details. sorry for late reply. – AMani Sep 17 '18 at 10:04
-
It worked for me.Thanks – AMani Sep 19 '18 at 05:06
1 Answers
0
Just navigate to the storage account in the azure portal, create a container and upload the excel file.
Refer to : Quickstart: Upload, download, and list blobs using the Azure portal

Joy Wang
- 39,905
- 3
- 30
- 54
-
One more question is how will pass the downloaded excel file to UI?Any suggestions. – AMani Sep 19 '18 at 05:07
-