Share via

Tutorial Output blob storage Show in visual studio

Javier Familiar Gijón 20 Reputation points
2023-02-28T16:25:57.7533333+00:00

I wanted to know what steps I have to follow to create a Blob storage and show in a grafic interface the results of the Blob storage, using visual studio

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

Azure Stream Analytics
Azure Stream Analytics

An Azure real-time analytics service designed for mission-critical workloads.


1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,341 Reputation points Moderator
    2023-02-28T22:29:17.91+00:00

    @Javier Familiar Gijón Thanks for reaching out to Microsoft Q&A.

    To create a Blob storage and display the results in a graphical interface using Visual Studio, you can follow the steps outlined below:

    1. Create a Blob storage account in the Azure portal.
    2. Create a new project in Visual Studio using the .NET framework.
    3. Install the Azure.Storage.Blobs NuGet package in your project.
    4. Use the BlobServiceClient class to connect to your Blob storage account.
    5. Use the BlobContainerClient class to create a container in your Blob storage account.
    6. Use the BlobClient class to upload files to your Blob storage account.
    7. Use a graphical interface library, such as WPF or Windows Forms, to display the results of your Blob storage.
    8. Use the BlobContainerClient class to retrieve<sup>.</sup>

    Doc- https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-dotnet?tabs=visual-studio%2Cmanaged-identity%2Croles-azure-portal%2Csign-in-azure-cli%2Cidentity-visual-studio

    Hope this helps. If you have any further questions, please do let me know. Thank you!

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.