Overviewing Azure Stack Hub Storage
Azure Stack Hub Storage services are underpinned by the storage account that sits on top of the Azure Stack Hub infrastructure. The storage services that sit on top of this storage account can be split between IaaS and Platform-as-a-Service (PaaS). These services include the following components:
- Disks
- Objects
- Tables
- Queues
These services help support other services such as virtual machines, custom apps, and microservices, as shown in the following diagram:
These Azure Stack Hub Storage services are uniform with the storage services that are supplied by Azure storage in the public cloud.
The Azure Stack Hub Storage account is a secure account that allows us to access the storage services within Azure Stack Hub. The storage account is responsible for the unique namespace of the storage resources.
From an operator's standpoint, the storage...