I have created a SQL Server in in Microsoft Azure with a database containing a table with of int, float, varchar and datetime data types.
I have a workbench (2017.1) that is using a FeatureReader and the Microsoft Azure SQL Database Non-Spatial to read data from Azure SQL Server and write to a shapefile.
his works great in desktop, however when I publish this to FME Cloud I get the below error.
Module 'MSSQL_AZURE_SPATIAL' is unavailable for use with this FME editionI know FME Cloud does not run Microsoft Server
Is there a way to read Azure SQL Server database tables in FME Cloud?