avdaccelerator icon indicating copy to clipboard operation
avdaccelerator copied to clipboard

[Features] - Enroll the VM in Intune

Open boujrafh opened this issue 9 months ago • 2 comments

Describe the feature end to end, including deployment scenario details under which the feature would occur.

Hello,

I appreciate you code. thank you for that.

When you create in the portal Azure a VM to the Host Pool, It's possible to enroll the VM in Intune.

Could you add feature in you code please ?

Best Regards

Why is this feature important. Describe why this would be important for your organization and others. Would this impact similar orgs in the same way?

If the VM is enroll in Intune, you can push the policies, Push Update Microsoft, etc.

Please provide the correlation id associated with your error or bug.

there are not error, it's feature

Can you describe any alternatives that you have taken since this feature does not exist?

No response

Feature Implementation

No response

boujrafh avatar May 07 '24 15:05 boujrafh

@swathibhat1

danycontre avatar May 08 '24 20:05 danycontre

@boujrafh thanks for your feedback.

The option to enroll into intune is available in the portal UI: image

And in the Bicep code: https://github.com/Azure/avdaccelerator/tree/main/workload/bicep/deploy-baseline.bicep @sys.description('Required, Enroll session hosts on Intune. (Default: false)') param createIntuneEnrollment bool = false

Please let us know if above is not what you are looking for, happy to discuss new feature.

danycontre avatar May 09 '24 16:05 danycontre