1. Microsoft Azure Documentation, Azure CLI, az storage account create: "Create a storage account." This is the primary command for creating the necessary parent resource.
Source: Microsoft Learn, az storage account, Section: az-storage-account-create.
2. Microsoft Azure Documentation, Introduction to Azure Table Storage: "Azure Table storage is a service that stores non-relational structured data (also known as structured NoSQL data) in the cloud... All access to Table storage is through a storage account."
Source: Microsoft Learn, Azure Storage documentation > Tables > Table storage overview.
3. Microsoft Azure Documentation, Azure CLI, az storage container create: "Creates a new container in the specified account." This confirms the command is for containers, which are part of Blob storage.
Source: Microsoft Learn, az storage container, Section: az-storage-container-create.
4. Microsoft Azure Documentation, Azure CLI, az storage share create: "Creates a new Azure file share under the specified account." This confirms the command is for the Azure Files service.
Source: Microsoft Learn, az storage share, Section: az-storage-share-create.