pub async fn upload_blob( f: FormData, blob_type: &str, expected_content_type: &str, storage_container: &str, ) -> Result<String, CosmosErrorStruct>
Uploads form data to the blob storage and returns the blob id