Brandon Mitchell
10/02/2024, 8:37 PMJames Kindon
10/02/2024, 10:11 PMBrandon Mitchell
10/02/2024, 11:40 PMJames Kindon
10/03/2024, 12:15 AMBrandon Mitchell
10/03/2024, 1:30 AMBrandon Mitchell
10/03/2024, 2:18 AMJames Kindon
10/03/2024, 2:50 AMBrandon Mitchell
10/03/2024, 3:00 AMgiphy
10/03/2024, 3:05 AMYuhua Lu
10/03/2024, 4:03 AMis there a defined list of supported/checked settings for Machine Profiles that Brandon can reference outside of what is currently in the docs?Good question, James and Brandon. Before machine profile, we added Azure feature by using custom property and post machine profile, even though we don't need new custom property, we still test before claim support. Overall, idea of machine profile is that we will transparently import VM properties from master VM or ARM template spec, and then use these properties to create VM. This way, if Azure introduce new property, it will be automatically working without us making any code change. For example, when Azure introduced Encryption at host, it automatically worked with machine profile, we just verified it is working.
Yuhua Lu
10/03/2024, 4:07 AMYuhua Lu
10/03/2024, 4:09 AMThere is definitely some uncertainty about what you can do with a machine profile and this being a cloud service, why aren't these native options in the catalog wizard?can you help me to understand what is your view of doing it better? I am very interested in improving however we can
Yuhua Lu
10/03/2024, 4:13 AMif hibernation is enabled on the master image, not in a machine profile, will the hibernation be enabled on the machines in the catalog?then new VM will not be hibernation enabled. Used to be, image itself having property to indicate it is hibernation enabled or not and it is mandatory to create hibernation enabled VM but it is no longer mandatory requirement on image property. VM however must have property called AdditionalCapabilities.HibernationEnabled. This property is captured through machine profile either from master VM or ARM template spec, and copied to new VM
Yuhua Lu
10/03/2024, 4:20 AMYuhua Lu
10/03/2024, 4:21 AMJames Kindon
10/03/2024, 5:31 AMBrandon Mitchell
10/03/2024, 10:33 AMYuhua Lu
10/03/2024, 3:30 PM