401 Unauthorized Code when running deployed Function in Azure
Hi all,
I am working on getting a function to process images (download image, resize image) from a Storage Qeueu. I got it fully working with the VScode plugins (works with the real time debugging tool, where if i send a new message it will connect and run the code locally, as its pointing to the Azure Storage qeueue with the acces key).
Now as I've deployed the code into Azure I get the 401 Unathorized Error. The function has access to the Storage queue to read/edit via its IAM profile. Even a newly created empty function will still give off this error.
Anyone know what is happening here?
,