I prepared custom HTML pages for user sign up and multifactor authentication. Then uploaded those pages into Azure storage blob.
Next I edited signup policy of Azure B2C tenant for user signup page customization, and paste storage blob URL of custom html page what I uploaded earlier into storage blob.
When I run the policy the browser will display the signup page like this below. But I made signup page and MFA page very nice. And added CSS content inside my HTML pages only.
How can I use customized signup or MFA pages instead of Azure B2C provided?