@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!