Share via

Entity Models Deleted

Siviwe Boyisi, Vodacom 0 Reputation points
2026-03-31T14:39:43.25+00:00

Hi,

I have a problem where I see some of the entity models disappearing after I created them, could this be a system issues? Please advise on how to check the activity logs on language studio at entity level, thank you...

Azure Language in Foundry Tools
Azure Language in Foundry Tools

An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Thanmayi Godithi 9,045 Reputation points Microsoft External Staff Moderator
    2026-04-10T16:20:29.31+00:00

    Hey @Siviwe Boyisi, Vodacom, – sorry to hear your entity models have gone missing. Usually, the fastest way to see who did what is to check the Activity (audit) logs on your Language Studio resource in the Azure portal and/or in the Foundry management center. Here’s what you can try:

    1. Azure Portal Activity Log

    • Sign into portal.azure.com and navigate to the Cognitive Services or Language resource that backs your Language Studio project.

    • In the left menu under Monitoring, click Activity log.

    • Filter by the time window when you noticed the models disappear, and by Operation (look for “Delete” operations on deployments or projects).

    • Click into any suspicious entries to see which user or service principal invoked the delete.

    1. Enable Diagnostic Settings (if not already on)

    • Still in your Language resource, go to Diagnostic settings.

    • Add a setting to send “AllLogs” or “Audit” to a Log Analytics workspace or Storage account.

    • Once you’ve got logs shipping, you can run Kusto queries in Log Analytics (e.g. filter by OperationName contains “DeleteDeployment” or “DeleteProject”).

    1. Language Studio / Foundry Management Center

    • Open https://ai.azure.com and sign in.

    • Select your project under “Keep building with Foundry.”

    • Go to Management center and look for a History or Audit tab. That will list entity‐level actions (create, update, delete).

    If you still don’t see why those entity models vanished, can you share a few more details?

    • Which kind of project are you using (Custom named-entity-recognition, CLU, QnA, etc.)?

    • What’s the name, region, and resource group of the underlying Azure Language/Cognitive Services resource?

    • Roughly when (date/time range) you noticed the entities disappear?

    • Are there any other contributors or service principals with write access?

    • Have you tried re-enabling or viewing Diagnostic settings yet?

    With that info we can confirm whether it was a user/API delete, a deployment rollback, or a potential service-side issue.

    0 comments No comments

  2. Yutaka_K_JP 1,655 Reputation points
    2026-04-04T12:59:02.91+00:00

    I think ur models drop because language studio has no entity‑level logs and project sync can overwrite them… just open monitoring → activity log and check update/delete at the minute they vanished.

    If nothing shows, recreate once and export to lock the state — corrupted sync never fixes itself.

    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.