---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus"
tags: ["Skus"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus`

Lists the available SKUs supported by Microsoft.Storage for given subscription.

## Parameters

- `../../../../../common-types/resource-management/v1/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref
- `../../../../../common-types/resource-management/v1/types.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref

## Response `200`

OK -- List of storage SKUs in the given subscription retrieved and returned successfully.

- StorageSkuListResult — The response from the List Storage SKUs operation.
  - `value` Sku[] — Get the list result of storage SKUs and their properties.
    - `name` 'Standard_LRS' | 'Standard_GRS' | 'Standard_RAGRS' | 'Standard_ZRS' | 'Premium_LRS' | 'Premium_ZRS' | 'Standard_GZRS' | 'Standard_RAGZRS', required — Gets or sets the SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.
    - `tier` 'Standard' | 'Premium' — Gets the SKU tier. This is based on the SKU name.
    - `resourceType` string — The type of the resource, usually it is 'storageAccounts'.
    - `kind` 'Storage' | 'StorageV2' | 'BlobStorage' | 'FileStorage' | 'BlockBlobStorage' — Indicates the type of storage account.
    - `locations` string[] — The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.).
    - `capabilities` SKUCapability[] — The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
      - `name` string — The name of capability, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
      - `value` string — A string value to indicate states of given capability. Possibly 'true' or 'false'.
    - `restrictions` Restriction[] — The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
      - `type` string — The type of restrictions. As of now only possible value for this is location.
      - `values` string[] — The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
      - `reasonCode` 'QuotaId' | 'NotAvailableForSubscription' — The reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The "NotAvailableForSubscription" is related to capacity at DC.

---

[API](https://skmtc.dev/azure/apis/storagemanagementclient-4.md) · [All operations](https://skmtc.dev/azure/apis/storagemanagementclient-4/llms.txt) · [OpenAPI document](https://skmtc.dev/azure/apis/storagemanagementclient-4/revisions/becfd60efe69?raw)
