Hi @Verna Smith
Under stand your query.
Root Cause :
During Azure personal‑account signup, Microsoft uses a shared profile form that is normally meant for:
- Work accounts
- Organizational Azure AD accounts
- Enterprise onboarding flows
Even though you were creating a personal Azure account, the form still loads the same validation rules. Some fields (like Job Title) appear optional, but the backend validation requires all profile fields to be non‑empty before enabling the Next button.
Because there’s no inline error message, the UI simply disables the Next button until:
Job Title
Country
Name
Phone
Organization (if shown)
are filled.
Azure uses different signup flows depending on:
Region
Account type (personal vs. work)
Whether you previously created a Microsoft account
Whether you’re signing up from Azure Portal vs. Microsoft Learn vs. Visual Studio
Some flows treat Job Title as optional, others treat it as required.
Solution :
- submit your feedback to Azure support team. so, they will fix this issue or help you.
Thanks.