I found some documentation on setting up with AWS S3 but not much on Azure setup. I am setting up a test/dev server but I’m not greatly familiar with Azure. When it asks for the account name and container name, what bits of information for I populate?
Here is how to create a storage account: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-create-account-block-blob?tabs=azure-portal
This first part shows how to create a storage container: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal
How to get the storage account key: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage
It turned out to be a problem with capitalization. I was putting a capital letter in for something that was created in all lower case.