I have successfully migrated my site over to an Azure server, and now am trying to set up the "cron jobs", but need to use Azure Logic Apps to do this. Based on your in-product documentation it seems like I need to be makeing a "GET" call, but it seems to be failing where it starts the backup but then doesn't wait for the page to "finish loading" (the backup to finish), so the backups all fail. It's successfully starting them...but not finishing!
Can you help me with what I should be looking for when I do this? Is it a get? ...or a put/post?
I don't know how to "wait" for it to finish, or what message I should expect at the beginning and ending (codes?)