Browsed by
Tag: Azure Storage

Add documents to Azure Cognitive Search with Power Automate

Add documents to Azure Cognitive Search with Power Automate

Last time I explained, how I added a data source to Azure Open AI by using Azure Cognitive Search (read more). This was strait forward because I uploaded my documents directly to my Azure Blob Storage. Furthermore, Azure Blob storage is a supported data source for Azure Cognitive Search. Now, the question arises: How can I streamline this process? How can I automatically upload new documents to Azure Cognitive Search? In detail, I aim to automate the storage of new…

Read More Read More

Upload files into your Azure Storage with Dynamics 365 Business Central

Upload files into your Azure Storage with Dynamics 365 Business Central

This open source library uses the Azure Blob Service from Microsoft Dynamics 365 Business Central to access your storage account, containers and blobs. See also here: Blob Service REST API Disclaimer: …please keep in mind, this example does not cover every aspects and is provided “AS IS”. Feel free to improve, contribute, use this API as an inspiration or contact me, if you have some ideas 😉 Authentication In each scenario, authentication is in my opinion the hardest challenge. Azure Blob Service API is an important service…

Read More Read More