Steven Parry Apologies for the confusion. Thanks for sharing the additional information.
This is by design. I tried with two Web URLs and seen the same results. There is no way to fetch the direct URLs.
Once you have added the URL/web address for data ingestion, the web pages from your URL are fetched and saved to Azure Blob Storage with a container name: webpage-<index name>
. Each URL will be saved into a different container within the account. Then the files are indexed into an Azure AI Search index, which is used for retrieval when you’re chatting with the model.
Please see below for more clarity.
So, when we query the data it will be fetched from these indexes and the results will be displayed as HTML pages.
Please see Azure OpenAI On Your Data for more details.
Do let me know if you have any further queries.