Hi Chuyên Minh
I assume that you don't have any other users created in your Entra ID/directory that has the global admin rights.
To resolve this issue,
We will try to reset the MFA setup of your account using PowerShell in admin mode.
Please follow the below steps for your account,
- open powershell in admin mode
- install the MSOnline module if u don't have already
- import the msonline module and then connect to it
- connect to your admin account through the pop up appeared
- now run the command to reset the mfa setup for this account,
- After executing the above command, your mfa setup will reset.
- now login into your account through browser by entering username and password.
- a prompt will appear to set up mfa methods to secure your account.
- at this point of time, set up your mfa using authenticator app in your phone as per the instructions provided.
P.S - I've done the above repro for myself, and it's working perfectly as expected.
If the answer is helpful, please click ACCEPT ANSWER and kindly upvote it so that other people who faces similar issue may get benefitted from it.
If you have any further questions about this answer, please click Comment.