'StorageError: This request is not authorized to perform this operation

I have deployed a nodejs program intp an azure webapp, this program expose an api to save blobs into azure storage account. the program work fine on localhost, but when I deploy the program on the azure web app it gives this error :

StorageError: This request is not authorized to perform this operation.

is it a network problem, should I add the ip address of the webaap into the storage account network ?

thanks for you help



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source