Share via


Fabric Capacities - List Skus For Capacity

List eligible SKUs for a Microsoft Fabric resource

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric/capacities/{capacityName}/skus?api-version=2023-11-01

URI Parameters

Name In Required Type Description
capacityName
path True

string

minLength: 3
maxLength: 63
pattern: ^[a-z][a-z0-9]*$

The name of the capacity.

resourceGroupName
path True

string

minLength: 1
maxLength: 90

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string (uuid)

The ID of the target subscription. The value must be an UUID.

api-version
query True

string

minLength: 1

The API version to use for this operation.

Responses

Name Type Description
200 OK

RpSkuEnumerationForExistingResourceResult

The request has succeeded.

Other Status Codes

ErrorResponse

An unexpected error response.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

List eligible SKUs for an existing capacity

Sample request

GET https://management.azure.com/subscriptions/548B7FB7-3B2A-4F46-BB02-66473F1FC22C/resourceGroups/TestRG/providers/Microsoft.Fabric/capacities/azsdktest/skus?api-version=2023-11-01

Sample response

{
  "value": [
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F16",
        "tier": "Fabric"
      }
    },
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F8",
        "tier": "Fabric"
      }
    },
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F64",
        "tier": "Fabric"
      }
    },
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F1024",
        "tier": "Fabric"
      }
    },
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F128",
        "tier": "Fabric"
      }
    },
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F2",
        "tier": "Fabric"
      }
    },
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F256",
        "tier": "Fabric"
      }
    },
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F32",
        "tier": "Fabric"
      }
    },
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F4",
        "tier": "Fabric"
      }
    },
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F512",
        "tier": "Fabric"
      }
    },
    {
      "resourceType": "Microsoft.Fabric/capacities",
      "sku": {
        "name": "F2048",
        "tier": "Fabric"
      }
    }
  ]
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

RpSku

Represents the SKU name and Azure pricing tier for Microsoft Fabric capacity resource.

RpSkuDetailsForExistingResource

An object that represents SKU details for existing resources

RpSkuEnumerationForExistingResourceResult

An object that represents enumerating SKUs for existing resources

RpSkuTier

The name of the Azure pricing tier to which the SKU applies.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

RpSku

Represents the SKU name and Azure pricing tier for Microsoft Fabric capacity resource.

Name Type Description
name

string

The name of the SKU level.

tier

RpSkuTier

The name of the Azure pricing tier to which the SKU applies.

RpSkuDetailsForExistingResource

An object that represents SKU details for existing resources

Name Type Description
resourceType

string

The resource type

sku

RpSku

The SKU details

RpSkuEnumerationForExistingResourceResult

An object that represents enumerating SKUs for existing resources

Name Type Description
nextLink

string

Url for the next page. Null if no more pages available

value

RpSkuDetailsForExistingResource[]

The SKU details

RpSkuTier

The name of the Azure pricing tier to which the SKU applies.

Value Description
Fabric

Fabric tier