401 Unauthorized Code when running deployed Function in Azure

Hoogervorst Tim 0 Reputation points
2024-04-25T12:43:31.97+00:00

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?

User's image

,

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.