Archive
Archive for December 17, 2017
Move Attachments from CRM to Azure Blob – “Attachment Management” tool
Recently I was exploring options to move attachments from CRM (i.e., Notes and Email) to Azure Blob storage and came across “Attachment Management” tool from Microsoft Labs.
This tool can be installed as a solution to your Dynamics 365 instance. Detailed steps and usage guide are available here.
In this article I am going to detail the imperative Azure and Dynamics 365 settings which would avoid the connectivity issues you may encounter during my usage.
Pre-requisites to use this solution:
- Dynamics 365 instance (You can subscribe for 30 days trail)
- Enable the “Attachment Management” solution from App Source.
- Microsoft Azure Account (You can subscribe for trail)
- Note: You can use the same Dynamics Office 365 account to register for Azure trail account.
Setting up Azure Storage Account:
Make sure your Azure Storage Account settings matches with below
- Azure “Storage Account” ‘KIND’ must be “BlobStorage”.
- “Storage Account” Containers ‘Public Access Level’ must be “Blob”.
- “Shared Access Signature” (SAS token)
- Set the “Start” to Previous Day as the Azure time zone depends the data Center you choose. (For example, your IST date may be 1 day ahead of your ‘Data Center’ date which may make your ‘SAS token’ invalid)
- Set the “End” to at least a week ahead of today.
Settings in Dynamics 365:
- With the “Attachment Management” solution you will get 3 entities and a ‘Site Map Area’ (i.e., Azure Attachment Storage)
- Make sure you configure settings only from ‘Azure Attachment Storage’ site map link and not from ‘Advanced Find’
- In “Azure Blob Storage Setup” page, make sure the ‘Storage Account Name’, ‘Container names’ and ‘SAS token’ matches with Azure settings
- In “NOTES ATTACHMENT SETTING ENTITY” page, pick your entities and provide correct “Container” name or leave that blank.
- Note: If you have Dynamics Portal solution installed, uncheck the ‘Web Files’ entity, if its selected.
Troubleshooting steps:
- After you configure all the settings try adding a Note with attachment to the entity you configured.
- If you don’t see your attachments move to Azure Container, go to ‘System Settings’ and look for “MicrosoftLabs.AttachmentManagement…..” job for exception.
🙂
Categories: Azure, CRM
Tags: Attachment Management, Azure Blob, Container
Stats
- 1,484,697 hits
Translate
Categories
Top Posts
- Power Apps component framework (PCF) - Beginner guide
- God Mode - Level Up - Dynamics 365 Chrome Extension
- Auto generate new GUID for ‘uniqueidentifier’ column in SQL Table
- Associate/Disassociate plugin messages in CRM
- Useful JScript syntax's – ADX/Dynamics 365 Portals
- [Code Snippet] Custom Workflow Activity with Input and Output Params
- 'Callback Registration Expander' System Jobs stuck at 'Waiting For Resources'
- Boot failure reboot and select proper boot device – Error connecting to VM - Hyper V
- Power Apps | Business Rule | Set Field Value vs Set Default Value
- Working with JSON data in SQL Server
Recent Posts
- PCF component import error | Publisher prefix for this control does not match the prefix for the solution
- General availability of Power Apps for Windows
- PCF | Using Fluent UI and React | Error during react installation
- Power Platform CLI | Pack and Unpack solution using map xml
- Power Platform CLI | Authenticate environment using device code