Hello !
I was looking for a way to check an azure frontdoor purge status, using ansible.
I ommited using azurerm collection since there is no task ready for the purge.
So i simply used `az afd endpoint purge`
However, there is now way to check the status of what I executed ?
The purge command doesn't output an id i could check or anything.
Is there even a way to check that using `az cli` ?
Cheers