Hi Mark Pope,
It seems that your subscriber client may not be connecting properly to the Azure Event Grid namespace. Here are a few things you can check:
- Ensure that the subscriber client has the correct client identity entry created with the service.
- Verify that the authentication credentials for the subscriber are configured correctly.
- Check if the subscriber client is part of the correct client group with subscriber permissions on the topic space.
- Make sure that the subscriber client is using a unique Client ID and that the topic to which it is subscribing exists.
Since you mentioned that you only see entries for the publisher in the Entra ID sign-in logs, it indicates that the subscriber may not be connecting at all.
To help you better understand, kindly refer to the documentations below:
- Guide to troubleshoot issues with Azure Event Grid’s MQTT broker feature
- Overview of the MQTT broker feature in Azure Event Grid
I hope this addresses your query. Please let me know if you need any further assistance or clarification.