Share via

Is the Azure ML Model Registry service currently down?

Issac Chan 70 Reputation points
2026-03-13T17:02:01.4466667+00:00

I tried to register a model by uploading the model folder through both the Azure ML website and VS Code, but both attempts failed with the following error:
(AlphanumericVersionNotSupported) Model field AlphanumericVersion is not supported.

I tried using 1, 0, and even leaving the version field empty, but the error still occurs in all cases.
Is the Azure ML model registry service currently experiencing issues?

Azure Machine Learning

Answer accepted by question author
  1. SRILAKSHMI C 16,945 Reputation points Microsoft External Staff Moderator
    2026-03-17T03:54:03.12+00:00

    Hello Issac Chan,

    Welcome to Microsoft Q&A and Thank you for reaching out.

    The issue you encountered is not due to a misconfiguration on your side, and it does not indicate a service outage.

    The error:

    (AlphanumericVersionNotSupported) Model field AlphanumericVersion is not supported

    was caused by a transient issue in the Azure ML Model Registry service, where even valid numeric versions (such as 1 or 0) were being rejected. This behavior was observed more broadly and has since been mitigated.

    What happened

    The service was incorrectly validating the model version field

    Even when using valid numeric values or leaving the version empty, the request failed

    This created the appearance of a configuration issue, but it was actually a temporary backend inconsistency

    Current status

    The issue has now been resolved

    Model registration should work as expected moving forward

    To avoid similar issues and ensure smooth model registration:

    • Use a strictly numeric version (for example: version: 1)
    • If you leave the version blank, Azure ML will auto-increment it
    • Ensure you are using the latest Azure ML CLI (az ml) or VS Code extension to pick up recent fixes.

    Also please refer this

    I Hope this helps. Do let me know if you have any further queries.


    If this answers your query, please do click Accept Answer and Yes for was this answer helpful.

    Thank you!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.