Skip to content

Azure Function Authentication #90

Open
@josephsctan

Description

@josephsctan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions