Hi @gomzi
I understand you're working to move data from Azure Synapse Analytics to MongoDB, and while following the Microsoft documentation, you’re unable to find the “Linked Services” option under the Manage section of your Synapse workspace.
Root Cause
The “Linked Services” option is not available when viewing Synapse from the Azure Portal. It is only accessible through the Synapse Studio interface, which is the dedicated development environment for Synapse.
Please follow these steps:
1.Open Synapse Studio
- Go to your Synapse workspace in the Azure Portal
- Click on “Open Synapse Studio” (at the top of the workspace overview)
- This opens a new browser tab with Synapse Studio
2.Navigate to Linked Services
- In Synapse Studio, click the Manage hub (gear icon on the left sidebar)
- Under External connections, click on Linked Services
- Select + New, search for MongoDB, and configure your connection
Required Permissions
Please ensure your account has one of the following roles on the Synapse workspace:
- Synapse Contributor or
- Synapse Administrator
Without proper permissions, the Linked Services option may not appear.
kindly refer this:
https://learn.microsoft.com/en-us/azure/synapse-analytics/security/synapse-workspace-synapse-rbac-roles
https://learn.microsoft.com/en-us/azure/data-factory/concepts-linked-services?tabs=data-factory
https://learn.microsoft.com/en-us/azure/data-factory/connector-mongodb?tabs=synapse-analytics
If this is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.
Let me know if you have any further Queries.