I have an Azure-hosted SQL Database. As is well documented, SSIS is not currently supported on Azure. There are a number of articles about running SSIS and SQL on an Azure VM, but this is prohibitively expensive.
Is it possible to deploy SSIS packages to an Azure VM and have them execute against my Azure SQL database to automate the import of CSV data?