Azure – Should I Be Using BlobContainerClient or BlobClient or Both?
I am getting confused with the C# azure sdk. What I am trying to achieve. Upload files from my computer to a folder in azure. For example Locally MyFiles -- Folder1 -- file.txt -- img.jpg -- Folder2 -- file2.json --…