Server URL secret token does not work for Azure

I have an Azure function set up with an endpoint I need to access with my Vapi bot. Currently it is calling my serverUrl, but the function is returning a 401 unathourized. My assumption is that the Server URL secret token does not have the correct header key, as this should be 'x-functions-key'. But I do not know how to set this manually
Was this page helpful?