MFA via text (SMS) message instead of authenticator app on Azure B2C tenant

Hello,
currently, we have users authenticating via the Microsoft Authenticator application regarding MFA. However, for some reasons, we need to switch two users from using this technique to authenticating via text message (SMS) which would be the default way of authentication.
How am I supposed to achieve this?
I did this (https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-authentication-phone-options), so the test user does have a phone number associated with the account but when I log into the test user I am prompted with application setup for MFA. And there is no mention of a text message or something like this.
There is also this (https://learn.microsoft.com/en-us/azure/active-directory/authentication/howto-authentication-sms-signin) where I am told to go to the "Policies" tab under Security -> Authentication methods in order to allow text message authentication method but in B2C tenant there is not "Policies" tab. Look, it is not there, unfortunately:
I did not find any documentation regarding this issue focused only/primarily on Azure B2C tenants for using GUI tools like a portal or even PowerShell. What should I do in order to fix this issue?