After importing an Azure Function app into API Management service, how do I view/edit the policy adding the generated host key authorizing calls?
I have imported an Azure Function app into Azure API Management service, which automatically generates a host key on the Function app for authorizing calls against it. I would like to inspect the associated policy (if one exists) and edit…