Locate the Azure Bot resource registered to my MsaAppId - cannot create a new bot because the App ID is already in use

joshua hughes 0 Reputation points
2026-07-02T23:31:59.55+00:00

I am trying to create/manage an Azure Bot resource but receive:

"Failed to store new bot. MsaAppId is already in use."

The Bot Service resource that owns this MsaAppId was created some time ago and I can no longer locate it in any subscription I have access to. The bot is still functioning in production, so the resource clearly exists.

How I can regain owner/contributor access to that resource so I can update its display name and messaging endpoint.

I do not want to create a new App ID - I need to manage the existing bot, but i cannot find it or have access to it.

I've logged into my old accounts and it isn't there.

Azure AI Bot Service
Azure AI Bot Service

An Azure service that provides an integrated environment for bot development.


1 answer

Sort by: Most helpful
  1. Christos Panagiotidis 3,546 Reputation points
    2026-07-17T12:47:24.1066667+00:00

    An empty Resource Graph result only proves that your account cannot read the owning resource; it does not prove the bot was deleted. Since the bot still works and Bot Service says the App ID is already in use, do not replace it yet.

    You cannot grant yourself RBAC access or attach the same MsaAppId to another Bot resource.

    1. Sign in to every possible tenant, refresh the subscription context, and include disabled subscriptions.
    2. Ask a tenant or subscription administrator to run the query at tenant or management-group scope.
    3. Check the Entra app registration owners, but remember that app ownership does not grant access to the Bot resource.
    4. Open an Azure subscription-management or Bot Service support case from any accessible subscription. Include the MsaAppId, tenant IDs, bot handle, known messaging endpoint, channels, and evidence of current traffic.

    Support can locate the owning backend registration, but access is restored only after ownership verification. If the resource was deleted, Microsoft may need to release a stale registration or guide a controlled migration. A new App ID is the last resort because it requires updating the running bot and its channels.

    Was this answer helpful?

    0 comments No comments

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.