Sample code to upload file to Azure Blob Storage from CRM Online Plugin – Nishant Rana’s Weblog
Sharing a sample code which we can use to upload files to Azure Blog Storage from within a CRM Online Plugin. Here we’d be making use of the REST API to simplify things (instead of using Windows Azure Storage library) in our Plugin.
First, we will be creating a storage account of type blob storage and a container inside it.
Log in to Azure Portal
Click on Add to add a new storage account.
Create a new container in it to store the blob files
In Azure Portal…
Full Article
Sample code to upload file to Azure Blob Storage from CRM Online Plugin – Nishant Rana’s Weblog
Blog Syndicated with Nishant Rana’s Permission
More About This Author
Array
- Dyn365CE18 September 2024Use OptionSet Wrapper component to show color-coded options on the form – Model-driven apps/ Dynamics 365
- Dyn365CE17 September 2024New Lead Qualification Experience – Dynamics 365 Sales
- Dyn365CE16 September 2024Bypass Power Automate Flows using SuppressCallbackRegistrationExpanderJob optional parameter – Dataverse / Dynamics 365
- Dyn365CE10 September 2024Sample Code to create and associate Folder / SharePoint Document Location (Dataverse /Dynamics 365 / SharePoint Online)