powershell - Get formatted universal date time - Stack Overflow Get-Date ([datetime]::UtcNow) -UFormat %H Up to PowerShell 7 0, Get-Date doesn't directly support formatting the current time based on its UTC value: the formatting options apply to the local representation of the current time In PowerShell v7 1+ you can use the -AsUTC switch, which enable you to simplify to Get-Date -AsUTC -UFormat %H However, as shown above, instead of letting Get-Date
Azure Function trigger for Dataverse - Stack Overflow Azure Functions have built in triggers for Event Hubs, Event Grid, Service Bus Topics and HTTP triggers (WebHooks) So the question is how you want to raise the event from dataverse and what frequency these events might be