Issue while Testing ADLS Gen2 linkage service through rest API #199
pulkitgpt5
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Need your inputs in fixing an issue while testing ADLS Gen2 linkage service through rest API.
In our case we need to pass fileSystem as dataset while testing ADLS Gen2 linkage service.
Need to understand how to append dataset in the JSON request while testing ADLS Gen2 linkage service.
"dataset": {
"properties": {
"typeProperties": {
"fileSystem": "xyz"
}
}
}
The reason for doing so is because we don't have access to main directory but to subfolder so while Testing connection we need to select fileSystem and then test connection is successful.
Beta Was this translation helpful? Give feedback.
All reactions