I\'m suddenly getting the Bad Request (400) error when using the Azure Storage Emulator when trying to CreateIfNotExists. The Response on the Inner Exception says \"The valu
In my case, the problem was with the Container Name, which has strict naming requirements.
Namely:
Only lowercase letters, numbers, and dash are allowed Must be 3 to 63 characters
For more information, view Naming and Referencing Containers, Blobs, and Metadata on MSDN.