I have an empty search service created in my Azure portal. What I need to do is create an index, fill it with data from a SQL Server hosted on an Azure VM from one table (so not an Azure database itself, but a database hosted on Azure VM), create an indexer so this data is pulled into Azure when changes happen.
I'm not understanding what the exact order should be for creating these items (Index, Indexer, DataSource) and how to tie the Indexer to the Index. I'll be making API calls since I can't seem to use the Azure portal for importing data from a SQL Server hosted on an Azure VM. Also, direction on how to make these API calls would be great as well.