Store the operating system profile of virtual machines in the cloud
Data model

Fields
| Field |
Type |
Description |
| computer_name* |
NVARCHAR (200) |
Unique VM name linked to the operating system profile |
| subscription_id* |
INT |
Unique Subscription Identifier |
| user_name* |
NVARCHAR (100) |
Virtual Machine Administrator User Name |
| vm_id* |
NVARCHAR (100) |
VM Unique Identifier |
| win_update_enabled |
BIT |
Flag indicating whether automatic updates are enabled for the Windows VM |
Primary Key
| PK_AAM_CLOUD_OS_PROFILE |
| subscription_id, vm_id |
References