Suggestion on Azure Storage

Mohan, Anoop 21 Reputation points
2022-02-08T09:17:02.723+00:00

Hi,

We use Azure cloud and we are planning to run Prometheus/Thanos applications in kubernetes. The application needs to store large amount of data everyday somewhere in cloud and we don't want to scale the storage manually based on the data size. Also I want to upload data to that storage account using pod identity, so that I can avoid using credentials in the application.

Basically I am looking for a solution like S3 in AWS. What is the best way to do this in Azure? Is there any storage mechanism available in Azure which can automatically scale the storage size without any manual intervention?

Thanks,

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,711 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Vidya Narasimhan 2,201 Reputation points Microsoft Employee
    2022-02-08T14:36:44.037+00:00

    @Mohan, Anoop Azure blob storage is similar to S3 https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction
    Please review the documentation


  2. Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
    2022-02-08T16:49:01.98+00:00

    @Mohan, Anoop Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    Adding more information to the above response! Azure Blob Storage is the best option for your scenario.

    172238-image.png

    Scalability and performance targets for Blob storage

    Please refer to the complete details of Azure Storage limits

    Note: Blob is also the lowest cost compared to other option, Lear more here on Blob pricing

    Up to 10x increase to Blob storage account scalability

    You can also read through the page here which gives many examples and difference of Azure Storage Services . I also recommend this Learn module which covers the difference in data types and solutions.

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

    Please do not forget to 172236-screenshot-2021-12-10-121802.png and 172267-image.png wherever the information provided helps you, this can be beneficial to other community members.


  3. anoop.mohan 1 Reputation point
    2022-02-16T04:41:03.37+00:00

    Thanks @Sumarigo-MSFT for the details. Will check it.

    0 comments No comments