Http PUT Requests lead to a NullReferenceException in Function AzureStorageAuthenticationHelper.GetAuthorizationHeader in Line 40 because the program tries to get the content length of the httpRequest which sometimes may not be set and therefor is null.
For example when trying to create a container the necessary parameters are passed via URL-Parameter.

Http PUT Requests lead to a NullReferenceException in Function AzureStorageAuthenticationHelper.GetAuthorizationHeader in Line 40 because the program tries to get the content length of the httpRequest which sometimes may not be set and therefor is null.
For example when trying to create a container the necessary parameters are passed via URL-Parameter.