1
votes

Trying to provision a private point connection between an Azure Web App and Storage account in the same region. I filled out all required fields, specified resource group, web app name, vnet, and subnet. I get this deployment error message:

{ "error": { "code": "BadRequest", "message": "Call to Microsoft.Web/sites failed. Error message: SkuCode 'SKU' is invalid.", "details": [] } }

What am I doing wrong? The 'SKU' value seems very generic. Is this a bug?

Thank you!

1

1 Answers

2
votes

I can reproduce this issue,

enter image description here

Since Using Private Endpoints for Azure Web App is in Preview.

The preview is available in all public regions for PremiumV2 Windows and Linux Web Apps and Elastic Premium Functions.

You could scale up the app service plan to P1V2 to enable the private endpoint.

enter image description here