I have a requirement, where we are moving data from ax 2012 r3 to D365. The data is exported from ax 2012 r3 and stored in Azure service bus queue as a message and a logic app will take it forward to D365 instance. To complete this task I need to know how we are pushing the data from ax 2012 to azure service bus queue. I never got to work on AIF before so a detailed explanation would really help me. I just want to understand how will be be pushing the data to Azure service bus queue.
I should export customer data, I believe there are 5-6 entities that hold customer data in ax 2012, so how exactly I should be doing this?
And will the service bus queue be able to hold that much data in a single message?