Posting images to Azure Blob storage From Dynamics using Canvas App

In this article, we are going to upload Account entity images to azure blob storage.

Prerequisite needed to implement the requirements in the post are:

  • You should an azure blob storage account up and running. you can follow this microsoft post on how to create one here
  • You should know your way around canvas App studio
  • Access to dynamic 365 instance.
Continue reading “Posting images to Azure Blob storage From Dynamics using Canvas App”

Integrating Stripe payment service with Dynamic 365 using Blazor ASP.NET Core

In this post, I will be integrating stripe payment service (Check out that support European strong customer Authentication) with the power platform (D365), and Blazor ASP.NET Core would serve as the middle ware between D365 and Stripe.

Prerequisites for this post:

  • Access to dynamic 365 instance
  • A test account with stripe
  • you should know your way on how to navigate aroung Blazor project
Continue reading “Integrating Stripe payment service with Dynamic 365 using Blazor ASP.NET Core”

Read Data From Azure function request body from webhooks call Using Dynamics 365.

In this blog post, I will assume you know how to create an Azure function, publishing the function using visual studio and registering a webhook against the function. For more information regarding creating a function and calling the function’s endpoint, click here.

There are lots of blogs on calling azure functions using the plugin registration tool, but just a few dive in deeper about accessing the request body data in the azure function itself, so this blog post is about solely accessing the request body and retrieving the specific data you want. In this example, we want to retrieve data from an account record in dynamics, when it is created.

Continue reading “Read Data From Azure function request body from webhooks call Using Dynamics 365.”