This worked for me:
- Open SQL Server Management Studio
- Connect to Azure
- Right click database
- Go to Tasks> Import Data
- Select your flat file (s)
- Download Azure SQL and create an SSIS package based on this workflow.
Sometimes I get errors with CSV files, but it is enough to use the Excel file or check the parameters of the CSV data columns in the Import Wizard.
Make sure you have the appropriate permissions assigned to your account.
They could / should have made it easier, for example, inserting SFTP + or importing the GUI directly into Azure SQL, for example, in Hue.
source share