Dynamics cloud RetrieveRecordChangeHistory Data factory - azure

Any good ideas how to get record changes from Dynamics with data factory ?
This is as far as I have gotten:
Using the Dynamics connector and this is as far as I have gotten with googling
#concat('RetrieveRecordChangeHistory(Target=#Target)?#Target={%22accountid%22:%0000-000-000-0000-00000000%22,%22#odata.type%22:%22Microsoft.Dynamics.CRM.account%22}')
but can't for some reason get the data out.
Has someone made it work ?
has anyone done something like that with data factory?

There’s no native way of interacting with Dynamics CRM/CDS REST web api from Azure data factory pipeline.
But we can setup the AAD app registration to get auth token, CRM application user and ADF web activity to hit the CRM web api successfully. Read more

Related

How to access Azure Table data using an Entity Framework Core code-first approach with .Net6 C# and Web API

I found below link on how to perform CRUD with Azure Table Storage with C#
https://learn.microsoft.com/en-us/dotnet/api/overview/azure/data.tables-readme-pre
But I want to perform Azure table CRUD operations withh Entity Framework Core with database provider.
Check below approach which is outdated now.
https://www.cdata.com/kb/tech/azure-ado-codefirst.rst
Can anyone please help me on this ?

Are there any Logic App connectors for Oracle Fusion ERP?

Are there any Logic App connectors for Oracle Fusion ERP?
I've checked the Microsoft list and can only find the Oracle Database connector, which seems amazing.
Alternatively, has one one created a custom connector?
Seems you are looking Oracle Fusion ERP connector on azure logic app right?
Unfortunately it is not available right now.
But you can create custom connector on Azure Logic App as it has full customized functionality. You could integrate your API, manage your data type, set own business logic and many more. Let's have a look how you could create Custom Connector
Step:1
Browse to Azure portal and click on All services and search Custom connector Like below
Step:2
Select Logic Apps Custom Connector and Add your custom connector as you like. See the below screen shot.
Step:3
Step:4
Step:5
You can even check your Custom Connector validation on portal.
Note: If you need full process integration guidelines you could check here
If you still have any question please feel free to share. Thanks and happy coding!

Published custom .NET Backend broke Azure Easy Tables

I was following the Microsoft Azure documentation to integrate my Xamarin Forms app with azure mobile services. I defined a data connection, used easy tables to define some custom tables and everything was working as expected with the mobile client.
Today I wanted to extend my backend functionality and also enable file storage. I followed the instructions found here and as soon as I created a new .NET server backend project with a StorageController and published it to azure, the entire easy table api stopped working. All calls from the mobile client fail with the following error:
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
This happens for all mobileClient.GetTable<SomeEntity>().SomeOperationAsync() calls.
My guess is that publishing the custom backend overwrote the online generated easy tables api... unfortunately I don't have enough experience with the azure cloud to figure out where I made a mistake. Is there any way of getting the auto generated easy tables api to also work with file storage?
As Mimi noted in the comments, Easy Tables is only available for the supplied Node backend, deployed from the portal. If you are using your own code and publishing that, Easy Tables and Easy API will be disabled.

Azure Application Insights - API to query data outside of Azure Portal

I am using Application Insights to monitor multiple webjobs and it's work great ! I've built some dashboards through the Azure Portal and configured a Continuous export so that users can have the data into PowerBI.
And now I've got a demand to be able to view metrics from an existing application that monitor others jobs. So just wondering if there is an API to query data from Application Insights ?
I did not find any thing for the moment...
Thanks.
Hi Thomas,
We are indeed working on an API and the first part of it that will be ready is the availability to query metrics. Such an API is the #1 request at our UserVoice forum.
Thank you
Dale
I was looking for the exact same thing. I found this API that is apparently in Preview.
https://dev.applicationinsights.io/reference/get-query

Sync Framework With Microsoft CRM

Can anyone provide any guidance on how I would begin to use the sync framework to sync a Microsoft CRM environment with a custom database?
I assume I would have to write a custom provider for the CRM side?
Are there any examples out there of this? (csutom provider using web service or CRM)
if you sync directly using the CRM tables, the out of the box sync providers should work.
however, MS CRM tables are not that friendly when accessed directly and the recommended way is to go via the API. in that case, you will have to write your own custom sync provider.

Resources