hello,
how to upload image as blob on azure.
please advice
Hi nauna,
Refer below link.
https://www.c-sharpcorner.com/UploadFile/8ef97c/upload-image-to-azure-blob-storage-in-Asp-Net-part-2/
i checked the link but did not find this package on nuget
Here we also need to install the azure storage client packages. So go to the search box, type the “Azure Storage Client”. After typing, click on “Install” button.
Use below two command for installing WindowsAzure.Storage and UnofficialAzure.StorageClient.
Install-Package WindowsAzure.Storage -Version 9.3.3 Install-Package UnofficialAzure.StorageClient -Version 1.0.0
Or search UnofficialAzure.StorageClient and WindowsAzure.Storage in nuget.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.