1
votes

I want to restrict access to my Blob storage account (that contains images) to only my web site deployed on azure app service (S1 Service plan). Below the steps I have done:

  • I have create a Vnet and enabled the storage service endpoint
  • I have restricted the access to the storage to the vnet just created
  • I have added my web app to the Vnet (preview feature)

Unfortunately when I open the web site, images are not loaded because the below error : 403 This request is not authorized to perform this operation.

I have try to look on internet but with no luck. also what I'm trying to acheive I guess should be very simple

1

1 Answers

1
votes

When you use a new version of the VNet Integration capability, you should make sure you meet the limitation for new VNet Integration. Also, creating resources in some order for networking is very important. I suggest automatically deploying it using the ARM template.