Hi @Anthony Francone
Thank you for posting your query on Q&A.
I understand that you are unable to access the Universal Print in Azure and you are getting the access denied error as there is an application is missing.
It seems that application which you are trying to access is got deleted from your tenant.
To restore an application from the Azure portal please go through Applications and service principals document.
To Restore an enterprise application using Azure AD PowerShell
If you have used the Azure CLI to register the application the Service Principal is not created automatically you would need to create a Service Principal using az ad sp create
.
I hope this answer helps! please Feel free to ask any questions you may have.
Reference: https://learn.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create
https://learn.microsoft.com/en-us/cli/azure/azure-cli-sp-tutorial-1?tabs=bash
https://stackoverflow.com/questions/73744696/azure-app-registration-does-not-appear-in-enterprise-applications
Thanks,
Akhilesh.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.