I am trying to automate data loading from CSV file into Azure SQL. I have tried following this guide https://marczak.io/posts/azure-loading-csv-to-sql/ which works perfectly for smaller files but when I try use larger files I get this error: "status": 504, "message": "Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.\r\nclientRequestId: 347b83c3-0fd9-414f-8795-ce4843d85ebd"
Note: the csv file I am testing is the same as in the example just with extra rows.
I am only very new to azure so any help would be great