Azure Function App
Yusra Munawar
36
Reputation points
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.
Sign in to answer