Archive for August, 2021

Sending base 64 messages to an Azure Storage Queue for Azure Function

Azure Functions Benjamin Perkins

If you happen to get this exception on an Azure Function when you have an Azure Storage Queue triggered Azure Function: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. Figure 1, base-64 message required for […]

Read More →