I'm building an Http api using azure functions and now I'm in the process to extend it with API management. On the function I added AuthorizationLevel.Function
Now I've tested using the portal with api-management and POSTMAN. As long as I include the subscription-header I can execute the function even if I don't include code=xxxsomekey in the path. I'm a bit confused about how the subscription and FunctionKey relationship is and maybe someone could help to clarify this?