Open
Description
Hello!
I've been developing an API for some Azure resources - a representation of the CRUD operations.
As it goes for Resource Groups, I want to call the delete method, and then check the state of the operation every 5 seconds for example. I am not sure how this is possible for this resource.
For example, for the Virtual Networks, I am getting this value in the response headers -> Azure-AsyncOperation': 'https://management.azure.com/subscriptions/<sub_id>/providers/Microsoft.Network/locations/eastus/operations/<op_id>?api-version=2022-07-01'
And then I can make requests to this URL and wait for the operation to be finished. I'm not getting the same thing for Resource Groups.
Is there any way to track the operation?
Thanks!
Best regards,
Dijana