Uploading file from Python-Flask to Azure Blob
A simple Python flask application to upload files to Azure Blob
Steps
- Go to Azure management portal and create a Storage Account
- Find the api access key from the azure storage dashboard
- Copy paste the account name and api key in the python script
- Write a container name of your wish
- Run the requirements file to install the required dependencies
- Run the python flask app locally to get access no the upload page
Now you can select any file from your system and upload to the designated Azure Blob. Once the upload is completed, the system will return a url for future access.
Note - Larger files may take longer to upload