Posts

Copilot Studio Azure OpenAI with SharePoint Data Source

I n this post, we will see how to index SharePoint documents with Azure AI Search index and use it with an Azure Open AI model for chat playground. Curently, SharePoint data source is not available in the Azure AI Search UI but we can configure using REST API. This GPT model further can be integrated with Copilot Studio and deployed to various channels such as MS Teams. Prerequisites: SharePoint sites with documents Azure Entra Service Principal Azure AI Search (to create SharePoint as Data Source, Search Index and Indexer) Open AI Access Create Service Principal: We need to create an Azure Entra ID service principal to configure the SharePoint data source. In this case, Azure AI Search uses Graph API to access the SharePoint data. we use delegated permissions to configure app registration. You can can also use application permissions. You need to create client secret if you are using application permissions. Navigate to Azure Entra Id -> App Registrations -> Create App Registrat...

Coauthoring in Microsoft Power Apps

Image
Microsoft released much awaiting live coauthoring feature to Power Apps. Its a major change as traditionally one maker has to wait until other maker is completed with the changes.  We had to leverage Azure DevOps or Github using source control to allow parallel development but coauthoring was not supported by default in Power Apps. With coauthoring enabled, by default, multiple users can simultaneously edit a canvas and fasten the app development life cycle. We can see what changes other makers are making within the app. Enable Coauthoring setting by navigating to: Power App -> Settings -> Updates -> Preview -> turn on Coauthoring Currently, There are still a few limitations. Microsoft may overcome these limitations by this feature is generally available.

Copilot Announcements from Microsoft Build 2024

Image
  Microsoft Announced major updates to Copilot Studio in Build 2024. In this article we will see the new Copilot features announced in Build 2024. New User Experience Redefined simplified developer experience for creating copilots using Copilot Studio.  Templates Industry specific templates to create custom copilots based on the industry specific templates. Templates will accelerate the development as we do not need to start from scratch. Some of these templates are Store Operations, Sustainability Insights, Website Q & A etc. we can also save custom copilot as template and made it available to others. Create Copilots from SharePoint - Private Preview Users can directly create custom copilots from SharePoint site by selecting documents and extend the copilot using Copilot Studio. Copilot will be available on the SharePoint site and we can directly ask any questions on the data from the data within the SharePoint site Copilot Connectors/Knowledge Sources We can now bring in...