Event details
- joilsonjuniorMar 23, 2023Copper Contributor
I managed to configure something really close to an ideal situation using LogicApps, triggering every 4 hours an e-mail welcoming message for devices that do not have the $ExstensionAttributeKey filled. however, my solution has a few issues...
- When the Cloud PC is reprovisioned or resized, it triggers the e-mail again;
- The trigger, I could have this running every 10 minutes but this will incur on my Azure Cost (pennies but still...);
- I need a licensed system account to send the e-mails;
- some users have the MainSMTPAddress different from their UserPrincipalName, which makes it a bit tricky to filter where to send the e-mail to.
I'm no developer or Logic Apps specialist but I think it is too much work just to trigger a simple e-mail message, I really wish the Windows 365 team will come up with this feature to help admins and improve the UX