FIXED – Not a valid Base-64 string error by Azure CLI on a storage queue
Using Azure CLI a lot recently, it has made interactions with Azure so much easier using PowerShell. https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest I had to write a simple PowerShell script that added items to a Storage queue. Once the items were added to a queue an Azure function picked up the items and processed them. According to the documentation