The project will help you scrape image from a website and will send it directly (with a local path) to an Azure Blob Storage
Install the dependencies
pip install requests
pip install bs4
pip install BeautifulSoup4
pip install azure-storage-blob
Azure Blob Storage: Don't forget to create a container (in this example the name of the container is "picture")