I have an Azure storage account with Blob containers and folders (also named containers?) within these blob containers. I have an Account Name and Account Key to access it and I can upload files using Microsoft Azure Storage Explorer. I have been searching for a simple script to upload files to a specific blob container but I have been able to find one. Uninstallig the RM-modules and installing the AZ-modules was already a challenge. The examples all seem to be very complicated (security is not an issue for this project) and I just cannot get them to work and I am newby to the subject.
Can anyone share a simple line of powershell script with me to do this?

