Tag: API

#Azure AI and OpenAI development March 2024
#Azure AI and OpenAI development March 2024
Blog Posts

In recent updates from Microsoft’s Azure OpenAI Service, there’s been a significant emphasis on enhancing the safety, security, and responsibility in AI development and deployment. I truly think this topic will get hotter and hotter alongside generative AI adoption. Here’s a detailed exploration of the latest offerings and how they aim to bolster AI’s safe… READ MORE

API versioning
API versioning
Blog Posts

In my previous post Evolving your APIs, I mention the main API versioning approaches. During the talk of the same name, I sometimes get some questions on the subject. In this post, I’ll detail each of them. I assume readers know the reasons behind versioning, semantic versioning, and product lifecycle. If not, I encourage you to… READ MORE

Efficiency in Power Automate
Efficiency in Power Automate
Webinars

Efficiency in Power Automate Join Damien Bird for an insightful webinar that will show you how you can become more efficient in Power Automate. Webinar Description: Efficiency in Power Automate In the ever-evolving landscape of digital automation, efficiency is the key to staying ahead. Join Damien, a distinguished expert from Microsoft in the United Kingdom,… READ MORE

Using Open AI API in SharePoint Framework Projects
Using Open AI API in SharePoint Framework Projects
Webinars

Using Open AI API in SharePoint Framework Projects Join Anoop Tatti, MVP, and watch this webinar recording to learn all about Using Open AI API in SharePoint Framework Projects! Webinar Description – ‘Using Open AI API in SharePoint Framework Projects’ Do you want to translate your SharePoint content quickly and accurately, without sacrificing nuance? If… READ MORE

Consuming Google drive API from MS Teams App
Consuming Google drive API from MS Teams App
Blog Posts

It’s not uncommon for companies to have multi cloud setup and use both M365 and GSuite. MS Teams supports a data provider for Google drive but, the search experience there is quite poor. In such setup it can bring a great value to implement search across both M365 and Google Drive indexes and expose it… READ MORE

How to use the getUserPrivilege function in Dataverse Client API
How to use the getUserPrivilege function in Dataverse Client API
Blog Posts

getUserPrivilege is a function that will return canRead, canCreate, and canUpdate. This function correlated with the Field Level Security feature makes it suitable to check if users have enough privilege to run our custom function on Javascript. For example, we have below customization on formOnLoad: In the example above, let’s say we already set up the CustomerId and IC Number attribute to be part of Field Level… READ MORE