Azure Function App

Yusra Munawar 36 Reputation points
2022-06-07T19:23:33.673+00:00

I have an Azure Function App that is getting and putting values to Redis. Its running fine locally but after publish, when i try to Test/Run the function, its throwing error 500 (Parameter cannot be null (Key)). Although i am passing Key and its value in Headers, the way i am calling it locally but still it is throwing error for key.
This is URL for my function
https://cookorooazure.azurewebsites.net/api/GetPutRedisCache?code=taMAk/SHwsOuKeVhoygaxJc2Dtpd9GhjW8tihm7oBlBP6AMhbQESNg==

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
{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.