I can set an identity (az functionapp identity assign) for my function app and register this identity with keyvault. However when using MSIAuthentification() in the function app I get the error message: * Getting error “MSI_ENDPOINT not in environment” when running the function app (method: MSIAuthentification()) What am I doing wrong?