Forum Discussion
Phillll
Jan 06, 2021Copper Contributor
File Share Graph Connector - Feedback & Problems
I´ve installed and tested the Graph Connector Agent with File Share Connector. Feedback: - within the documentation a lot of informations missing. The agent needs TCP port 5671 to Azure to st...
areyecat
Sep 29, 2021Brass Contributor
Hi, yes, both, with the default configuration. On the result type I configured this layout, but nothing is shown.
{
"type": "AdaptiveCard",
"version": "1.3",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": 8,
"items": [
{
"type": "TextBlock",
"text": "[${title}](${titleUrl})",
"color": "Accent",
"size": "Medium",
"weight": "Bolder",
"$when": ""
},
{
"type": "TextBlock",
"text": "**${createdBy}** modified {{DATE(${modifiedDateTime})}}",
"spacing": "Small"
},
{
"type": "TextBlock",
"text": "${name}",
"wrap": true,
"maxLines": 3,
"spacing": "Medium",
"$when": ""
}
],
"horizontalAlignment": "Center",
"spacing": "Medium"
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}
{
"type": "AdaptiveCard",
"version": "1.3",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": 8,
"items": [
{
"type": "TextBlock",
"text": "[${title}](${titleUrl})",
"color": "Accent",
"size": "Medium",
"weight": "Bolder",
"$when": ""
},
{
"type": "TextBlock",
"text": "**${createdBy}** modified {{DATE(${modifiedDateTime})}}",
"spacing": "Small"
},
{
"type": "TextBlock",
"text": "${name}",
"wrap": true,
"maxLines": 3,
"spacing": "Medium",
"$when": ""
}
],
"horizontalAlignment": "Center",
"spacing": "Medium"
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}
vamsi_bhagi
Oct 03, 2021Former Employee
areyecat Sorry to hear you are facing issues with the connector. Can you please drop a mail to MicrosoftGraphConnectorsFeedback@service.microsoft.com with your tenant ID? We will troubleshoot the issue and reply with a resolution. Thanks.
- areyecatOct 05, 2021Brass ContributorHi, thanks to https://twitter.com/mikaelsvenson/status/1444017436869726243?s=20 the issue has been resolved. There was a missunderstood for my side about how the search service retrieves the permissions to show the indexed content. To summarize, the groups have to be synced between local domain and Azure AD