It seems that you're encountering an issue with the Event Subscription for incoming calls due to an access check failure related to the Azure Active Directory (AAD) application. The error message indicates that the AAD Application with the specified ID was not found. Here are a few steps you can take to troubleshoot this issue:
- Verify AAD Application: Ensure that the AAD Application ID (
c439bfda-b873-4d07-a7ef-7ec839b0c70e) exists in your Azure Active Directory. You can do this by checking the app registrations in the Azure portal. - Check Permissions: Make sure that the application has the necessary permissions to access the resources it needs. You may need to assign roles or permissions to the application in the Azure portal.
- Correct Tenant ID: Ensure that you are using the correct Microsoft Entra Tenant ID and Application ID. These values should match those defined in your organization.
- Event Grid Configuration: Follow the steps in the documentation to ensure that your Event Grid is properly configured for incoming calls. You can refer to the section on setting up the incoming calls webhook for guidance.
- Retry After Changes: After making any necessary changes, wait a few minutes and then try to create the event subscription again, as it can take some time for changes to propagate.
If the problem persists, consider checking the logs for more detailed error messages or reaching out to Microsoft support for assistance.
References: