Adding to Azar's response.
@Diego Sousa, Currently, we don't support 4 URLs at a time for ingestion.
If you wish, you may share your feedback on our Uservoice - All of the feedback, you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure. Additionally, users with a similar request can up-vote your post and add their comments.
I have also relayed this feedback internally to our product team.
Just sharing an approach, if you are comfortable, you can try, but it’s more of a makeshift solution.
Upload 4 URLs separately with URL as the data source in the blob storage and then use blob storage as a data source for inferencing.
To make this scenario work, you would need to make four separate URL ingestion requests. Then locate the newly created containers in the blob storage, combine the contents of these containers into a single container, and then use the blob storage scenario in the studio to index the entire content.
Kindly note that each URL ingestion call will create a separate search index, resulting in 4 indexes being created for each of the URL ingestion requests. These can be deleted later if desired.
If the answer helped (pointed, you in the right direction) > please click Accept Answer.