Get when a personal AVD was assigned to an user.

Jorge Garza 5 Reputation points
2025-06-20T19:10:03.92+00:00

Hi,

Is there a method to determine when a personal (static) Azure Virtual Desktop (AVD) was assigned to a user?

Thank you...

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,845 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jose Benjamin Solis Nolasco 3,511 Reputation points
    2025-06-20T19:22:28.68+00:00

    @Jorge Garza I hope you are doing well,

    Yes, there is a way to determine it though it's not a single built-in "assignment timestamp," it can be deduced using logs and activity data.

    Azure Activity Logs

    You can check Activity Logs in Azure to track when the AVD VM was assigned (provisioned or registered) to a specific user.

    Go to Azure Portal > Monitor > Activity Log

    Filter by:

    Resource type: "Microsoft.DesktopVirtualization"

      **Operation name**: Look for operations like `Create session host`, `Assign user to personal desktop`, or related provisioning activity.
      
         **Initiated by**: Could show the user or admin account that triggered the action.
         
    

    These logs are retained for 90 days by default, unless exported.

    😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!


Your answer

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