diff --git a/src/eap/building-apps/use-ai/configure-data-source/configure-azure-data-source.md b/src/eap/building-apps/use-ai/configure-data-source/configure-azure-data-source.md index 297a4d06..ba74fec9 100644 --- a/src/eap/building-apps/use-ai/configure-data-source/configure-azure-data-source.md +++ b/src/eap/building-apps/use-ai/configure-data-source/configure-azure-data-source.md @@ -28,34 +28,43 @@ To configure Azure AI search service, follow these steps: 1. Log into the Azure portal and sign in with your subscription username and password. -1. [Create](https://learn.microsoft.com/en-us/azure/search/search-create-service-portal) an Azure AI search service. +2. [Create](https://learn.microsoft.com/en-us/azure/search/search-create-service-portal) an Azure AI search service. **Note**: Once you create the AI search service, deploying it can take some time before you can proceed to the next step. -1. [Create](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal) an Azure BLOB storage account. +3. [Create](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal) an Azure BLOB storage account. + + ![Storage Accounts](images/menu-expand-sml.png) + For more information about Azure BLOB storage, refer to [Introduction to Azure Blob Storage](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction#create-a-storage-account). -1. Upload your files. +5. Upload your files. + + ![Storage File upload](images/storage-file-upload.png) + +6. From AI search service, add data source. + + ![Add data source](images/add-data-source.png) -1. From AI search service, add data source. +7. Choose existing connections and select the storage account and the container created on step 3 and save. -1. Choose existing connections and select the storage account and the container created on step 3 and save. +8. From AI search service, import data and select the data source you just added. -1. From AI search service, import data and select the data source you just added. + ![Import data](images/ai-search-import-data.png) -1. Follow the wizard. +9. Follow the wizard. **Note**: Wait for few moments, and click the indexer to ensure that the run is finished with all the documents you added. -1. Go to the index, and validate that the content field can be retrieved. +10. Go to the index, and validate that the content field can be retrieved. **Note**: The content index is mandatory. The content field must be of type string, and the field name must be in lowercase. -1. Retrieve the Azure AI search [service keys and the endpoint](https://learn.microsoft.com/en-us/azure/search/search-get-started-rest#copy-a-key-and-url). +11. Retrieve the Azure AI search [service keys and the endpoint](https://learn.microsoft.com/en-us/azure/search/search-get-started-rest#copy-a-key-and-url). -1. Copy the name of the index. +12. Copy the name of the index. -1. Use the service key, endpoint, and index name to add an Azure AI data source in the AI Agent Builder. +13. Use the service key, endpoint, and index name to add an Azure AI data source in the AI Agent Builder. ## Next steps diff --git a/src/eap/building-apps/use-ai/configure-data-source/images/add-data-source.png b/src/eap/building-apps/use-ai/configure-data-source/images/add-data-source.png new file mode 100644 index 00000000..40c60adf Binary files /dev/null and b/src/eap/building-apps/use-ai/configure-data-source/images/add-data-source.png differ diff --git a/src/eap/building-apps/use-ai/configure-data-source/images/ai-search-import-data.png b/src/eap/building-apps/use-ai/configure-data-source/images/ai-search-import-data.png new file mode 100644 index 00000000..3799c0b2 Binary files /dev/null and b/src/eap/building-apps/use-ai/configure-data-source/images/ai-search-import-data.png differ diff --git a/src/eap/building-apps/use-ai/configure-data-source/images/menu-expand-sml.png b/src/eap/building-apps/use-ai/configure-data-source/images/menu-expand-sml.png new file mode 100644 index 00000000..f1e9ef04 Binary files /dev/null and b/src/eap/building-apps/use-ai/configure-data-source/images/menu-expand-sml.png differ diff --git a/src/eap/building-apps/use-ai/configure-data-source/images/storage-file-upload.png b/src/eap/building-apps/use-ai/configure-data-source/images/storage-file-upload.png new file mode 100644 index 00000000..473f98ec Binary files /dev/null and b/src/eap/building-apps/use-ai/configure-data-source/images/storage-file-upload.png differ