Thank you for posting this in Microsoft Q&A.
I understand that when you attempt to log into the Azure Portal, you encounter two MFA prompts. You are able to complete the first prompt, but the second prompt does not send a notification to your Microsoft Authenticator on your mobile device. This issue seems to occur specifically when logging into the Azure Portal.
Looks like you are using your guest account to login to Azure portal.
The first MFA prompt likely originates from your home directory. After completing this, it appears that you are being redirected to another directory where your user account might be listed as a guest. Since MFA is enabled in that directory as well, it triggers a second MFA prompt.
If this is the situation then you will have to configure your guest account also in your Microsoft authenticator app. This can be done by contacting your Global admin of the resource tenant where your account is provisioned as a guest user.
Or if you are trying to login to your home directory then as a workaround, you can try logging into the Azure Portal using the following URL format: https://portal.azure.com/<tenantID>. Replace <tenantID>
with the ID of your home directory. This approach forces you to log in directly to your home directory, potentially bypassing the redirection issue.
If you are unsure about your tenant ID, you can find it by entering your domain in the following URL: https://www.whatismytenantid.com/
Once logged into the Azure Portal, you can review the Microsoft Entra sign-in logs to investigate the root cause of the double MFA prompts.
Let me know if you have any further questions.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.