- This post will be about a new sample of using “Sandboxable”. We will walk through the steps to create a Microsoft Dynamics CRM plug-in that on deletion of any record, stores the deleted data as a file on Azure blob storage.Storing entities on Azure blob storage from a sandboxed CRM plug-in
- A while back I've introduced Sandboxable. It's a means to use NuGet packages that normally are not available for code that runs with Partial Trust. In this post, we will walk through the steps to create a Microsoft Dynamics CRM plug-in that will add a message to an Azure queue.Sending a message to an Azure queue from a sandboxed CRM plug-in