Open
Description
Describe the bug
Need advice on how to enable Azure Function Authentication for ChatGPT Plugins
To Reproduce
Once Azure Function authentication is turned on, function keys need to be sent with every request
public HttpResponseData Run([HttpTrigger(AuthorizationLevel.Function, "get", "post")] HttpRequestData req)
Semantic Kernel does not send the function key, so it is unable to call the function
Expected behavior
A way to enable function keys to work with Semantic Kernel
Metadata
Metadata
Assignees
Labels
No labels