Your ASN is already in use. Please enter a new ASN or delete all existing MCC resources associated with this ASN to unlock it.

A T M Maniruzzaman 0 Reputation points
2026-05-28T11:54:30.7066667+00:00

Dear Support Team,

I hope you are doing well.

I am facing an issue during Operator Verification for MCC. The system shows the following error message:

“Your ASN is already in use. Please enter a new ASN or delete all existing MCC resources associated with this ASN to unlock it.”

Our ISP details are as follows:

ISP Name: Pipex Network ASN: 134712

We are the legitimate owner/operator of this ASN, but currently we are unable to proceed with the verification process.

Kindly check from your end and help us unlock/remove any existing MCC resources associated with ASN 134712 so that we can complete the Operator Verification successfully.

Please let us know if you require any additional documents or verification from our side.

Looking forward to your support and resolution.

Best regards, A T M Maniruzzaman Owner, Pipex Network

Azure Content Delivery Network
0 comments No comments

3 answers

Sort by: Newest
  1. Thanmayi Godithi 11,825 Reputation points Microsoft External Staff Moderator
    2026-06-02T17:09:51.62+00:00

    Hi A T M Maniruzzaman ,

    Thank you for your patience.

    "Your ASN is already in use" error occurs because your ASN is still registered to a Microsoft Connected Cache resource on our backend. Normally, deleting all MCC resources releases the ASN automatically — but in your case we've confirmed no MCC resources remain on your side, which indicates a stale ASN registration that must be cleared by our engineering team.

    We have raised an ASN unlock request to the Product Group with your ASN, subscription, and tenant details. At this time, we are still awaiting an update from the Product Group regarding the ASN unlock request. As soon as the association is released on the backend, you'll be able to re-enter your ASN and complete sign-up. We'll update you the moment we hear back, and we appreciate your patience in the meantime.

    Was this answer helpful?

    0 comments No comments

  2. kagiyama yutaka 5,330 Reputation points
    2026-05-28T13:42:00.6833333+00:00

    I think ASN 134712 just stays locked as long as MCC shows “in use.” If it doesn’t show up under Peering or Registered ASN, you basically move on to sending support the ASN ownership. 

    Was this answer helpful?


  3. AI answer

    2026-05-28T11:54:55.9066667+00:00

    The error indicates that ASN 134712 is already associated with existing MCC (Microsoft Connected Cache or related) resources, and Azure requires those resources to be removed before the ASN can be reused for a new Operator Verification.

    From the available commands and APIs:

    1. Use Azure Peering/MCC management tools to locate existing ASN usage
      • If managing peering via Azure CLI, list or inspect peer/registered ASNs to confirm where ASN 134712 is in use.
      • For example, if the ASN is registered under a peering resource, az peering asn show can be used when the peer ASN name is known:
             az peering asn show --peer-asn-name <peer-asn-name>
        
      • For registered ASNs under a specific peering, use:
             az peering registered-asn show \
               --resource-group <resource-group> \
               --peering-name <peering-name> \
               --registered-asn-name <registered-asn-name>
        
      • These commands help identify which peering/MCC resources are currently bound to ASN 134712.
    2. Remove the existing ASN association if it belongs to the same subscription/tenant
      • Once the relevant peer ASN object is identified, it can be deleted with Azure CLI:
             az peering asn delete --peer-asn-name <peer-asn-name>
        
      • This frees the ASN so that it can be reused in the MCC Operator Verification flow.
      • Be aware that deleting a peer ASN or related peering resource can impact existing peering or MCC traffic; ensure that no production dependency remains before deletion.
    3. If the ASN is tied to another tenant or unknown MCC resources
      • If the ASN is in use under a different Azure subscription/tenant or by legacy/unknown MCC resources that cannot be managed directly, this must be handled by Microsoft support.
      • Open a support ticket from the Azure Portal under the subscription used for MCC/Peering, providing:
        • ASN: 134712
        • ISP/Operator name (Pipex Network)
        • The exact error message from MCC Operator Verification
        • Any proof of ASN ownership (for example, RIR registration details)
      • The support team can locate and remove or unlock any stale or conflicting MCC resources associated with ASN 134712 on the backend.
    4. Ensure ASN and prefix requirements are met
      • When re-registering the ASN and associated prefixes for Azure Peering/MCC, ensure that all technical requirements are satisfied so validation succeeds:
        • Prefixes must not be in private ranges.
        • The origin ASN must be registered in a major routing registry.
        • Prefixes must be announced from all required peering sessions.
        • Routes must carry the Peering Service community 8075:8007.
        • AS paths must not exceed length 3 and must not contain private ASNs or AS prepending.

    Once the conflicting MCC/peering resources are removed or unlocked by either direct management (CLI) or Microsoft support, rerun the MCC Operator Verification using ASN 134712.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer 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.