This message was deleted.
# azure
s
This message was deleted.
t
If you were to use Azure NextGen, it would be
Copy code
sku: {
  name: "GP_S_Gen5",
  tier: "GeneralPurpose",
  family: "Gen5",
  capacity: 1
},
I don’t know how this translates to the classic Azure provider.
b
A great thank you, does that specify serverless, I think by default GeneralPurpose is "Provisioned"?
t
I guess
GP_S_Gen5
is the magic value. I took it from ARM templates.