documentation DP-203

Bologna, Stefania 1 Reputation point
2022-12-13T08:37:23.223+00:00

Hi,
i think that there is an error in the documentation (Create linked services) :
in the part of the json the name "" is missing, level after typeProperties :
{
"name": "<Name of the linked service>",
"properties": {
"type": "<Type of the linked service>",
"typeProperties": {
"<data store or compute-specific type properties>"
},
"connectVia": {
"referenceName": "<name of Integration Runtime>",
"type": "IntegrationRuntimeReference"
}
}

I think the correct json is (or something like that ) :

{
"name": "<Name of the linked service>",
"properties": {
"type": "<Type of the linked service>",
"typeProperties": {
"namestore" : "<data store or compute-specific type properties>"
},
"connectVia": {
"referenceName": "<name of Integration Runtime>",
"type": "IntegrationRuntimeReference"
}
}
}

Can you help me?

Community Center Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-12-13T13:13:26.413+00:00

    I'd try asking for help with course issues in dedicated forums here. (Participate\Ask A Question)
    Courses and Course Content/Course Content Issue
    Troubleshooting known issues
    Content Reporting

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.