I need to delay the execution of the data insertion in the DB2. I need to wait for 10 min for the following DB deployment reason
Registration Process
- Step 1: I made an entry to the table of DB1.
- Step 2: Start the process to create DB2- Database creation DB2
- Step 3: After 10 min need to make entry in created DB2.
How it can be achieved using the Azure functions?