Adding an image to the Azure Blob storage is a basic skill for developers. But working with images is not something developers do on a regular basis.
If you are using hardware independent code, .Net Core does not make it any simpler, a lot of the examples found on the internet are written for the regular .Net framework.
Image handling was bound to a lot of OS related features. But Microsoft had to learn .Net Core some GDI tricks.
Here is a simple example of how to construct and send images, created in memory, to Azure Blob storage.
Doorgaan met het lezen van “Uploading an image to Azure Blob storage”