How to use Cognitive built-in skills from Azure Webjob

Copper Contributor
My scenario is as follows:
1. We need to index documents from a Sharepoint Site, that Sharepoint site is outside our control, so basically we have an URL, username and password, and then with a REST API we can return for example all *.docx, all *.pdf files, download them, put them on blob storage, and then create a custom indexer webjob.
 
2. According to what I read, with the Azure Search SDK we can push documents to the index, that seems pretty straightforward.
 
However what is not clear to me, its the following:
1. If I create a custom job that will work as an "indexer", then I wont see it in the portal and I wont abe able to plugin cognitive built-in skills or custom skills? Can I do this programmatically too>?
0 Replies