here is a diagreme explains what i do manually && what i want to automate
- connect to an on-premise gitlab-ce instance
- start a gitlab backup and wait for it to finish
- copy the backup files to azure blob and wait for it to finish
- copy the backup files from blob to azure vm and and wait for it to finish
- connect to azure vm and restore the backup
i want to automate those tasks that i do with an azure tool . can someone guide me to a direction where i can start looking?
can Azure Functions perform those kind of tasks??
thanks.