azure storage account is iaas or paas?

Shivam Gupta 546 Reputation points
2021-01-06T15:54:18.44+00:00

Hi team,

is azure storage account is iaas or paas? i know storage is iaas but since i am not managing the storage server, availability/dependencies behind the azure storage account i think it is paas?

please confirm

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,679 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,425 questions
{count} votes

Accepted answer
  1. Shivam Gupta 546 Reputation points
    2021-01-07T10:51:36.707+00:00
    60 people found this answer helpful.

9 additional answers

Sort by: Most helpful
  1. John O'Halloran 111 Reputation points
    2022-03-21T21:51:39.13+00:00

    An Azure Storage Account is not IaaS or PaaS because it is not a "service". An Azure Storage Account is a container for one of the Azure storage solutions; Azure Disk Storage(IaaS), Azure Blob Storage(PaaS), and Azure File Storage(SaaS).

    22 people found this answer helpful.

  2. Vamsi Krishna Vemula 76 Reputation points
    2021-03-21T05:52:16.533+00:00

    Azure Storage accounts fall under IaaS

    15 people found this answer helpful.
    0 comments No comments

  3. SUNOJ KUMAR YELURU 13,921 Reputation points MVP
    2021-01-06T16:21:30.937+00:00

    @Shivam Gupta

    In my mind Azure Storage is a PaaS solution (since you do not have to manage os updates, load balancing, performance allocation etc). You are provided with a rest api, and you act against that rest api. IaaS storage would be a storage inside virtual machine(s). Since you have to manage the VMs in order for that storage to work.

    ----------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    11 people found this answer helpful.
    0 comments No comments

  4. Sumarigo-MSFT 43,411 Reputation points Microsoft Employee
    2021-01-06T16:36:08.187+00:00

    @Shivam Gupta Azure Storage consists of multiple services, some can be classified as PaaS, and some as IaaS
    https://azure.microsoft.com/en-in/overview/what-is-iaas/

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    ---------------------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    6 people found this answer helpful.
    0 comments No comments