Azure / avdaccelerator

AVD Accelerator deployment automation to simplify the setup of AVD (Azure Virtual Desktop) based on best practices
MIT License
330 stars 209 forks source link

[Features] - Enroll the VM in Intune #613

Closed boujrafh closed 4 months ago

boujrafh commented 5 months ago

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

danycontre commented 4 months ago

@swathibhat1

danycontre commented 4 months ago

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