Azure Function App Premium Pricing Tier

How can i set premium pricing tier for azure function with serverless.yml? “type” is working but it is set EP1 by default. I want to set different SKU.

provider:
name: azure
runtime: nodejs10.x
location: West Europe
type: premium
sku:
name: EP3

Hi @tmrc,

any luck with this?
Have you managed to also set up virtual network integration?

Thanks.