I have a requirement to crawl an Azure SQL server from Azure AI search. The SQL server exists in different VNET and I have created a Shared Private Link to connect. The Indexer works fine without any problem.
As soon as I add a custom webapi skill the indexer starts complaining with an error
Cannot open server ‘sqls-XXX-dev’ requested by the login. Client with IP address ’51.XXX.XXX.140′ is not allowed to access the server.
Can anyone kindly explain what am I doing wrong?
Thanks in advance.
Integrate Custom Skill with SQL Server with Shared Private Access. The SQL server has not public IP enabled.