sku Name
Parameters
value
sku_name
is a string consisting of two parts separated by an underscore(\_). The first part is the name
, valid values include: Consumption
, Developer
, Basic
, Standard
and Premium
. The second part is the capacity
(e.g. the number of deployed units of the sku
), which must be a positive integer
(e.g. Developer_1
).
Note: Premium SKUs are limited to a default maximum of 12 (i.e.
Premium_12
), this can, however, be increased via support request. Note: Consumption SKU capacity should be 0 (e.g.Consumption_0
) as this tier includes automatic scaling.