Public/Get-FMTFlexAzCalls.ps1

function Get-FMTFlexAzCalls {
    param(
        [parameter(Mandatory)]
        [string] $flexResourceGroup,
        [parameter(Mandatory)]
        [string] $flexVM,
        [parameter()]
        [string] $outfile
    )

    # Grab the flex VM identity

    # query the Azure events for the flex identity

    # output the results, include a filename / CSV option
}