avdaccelerator
avdaccelerator copied to clipboard
[Features] - Enroll the VM in Intune
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
@swathibhat1
@boujrafh thanks for your feedback.
The option to enroll into intune is available in the portal UI:
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.