In our previous post we saw how we can invoke CRM from within the Azure Function. https://nishantrana.me/2017/04/28/call-dynamics-crm-from-azure-functions/ Using that knowledge, let us now write an Azure Function that will run
In our previous post we saw how we can invoke CRM from within the Azure Function. https://nishantrana.me/2017/04/28/call-dynamics-crm-from-azure-functions/ Using that knowledge, let us now write an Azure Function that will run
Let us take a look at a simple Azure Function that refers our CRM assemblies and creates contact record in CRM. Log in to Azure Portal, search for Function App
Let us implement a simple scenario where we create a lead record in CRM which then talks with Flow (and Power App). The Flow calls an Azure Function (Custom API)
Recently working with an Azure Functions , we had to define its REST Signature using Swagger to be able to use it within PowerApps. The Azure Function expected the code
In our previous post, we created a simple Azure Function using a free account. (1-hour limitation). https://nishantrana.me/2017/04/26/starting-with-a-simple-hello-world-azure-functions/ In this post, we’d use our trial Azure account to create a Function