You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/configure-synapse-link.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ The first step to use Synapse Link is to enable it for your Azure Cosmos DB data
35
35
> [!NOTE]
36
36
> If you want to use Full Fidelity Schema for API for NoSQL accounts, you can't use the Azure portal to enable Synapse Link. This option can't be changed after Synapse Link is enabled in your account and to set it you must use Azure CLI or PowerShell. For more information, check [analytical store schema representation documentation](analytical-store-introduction.md#schema-representation).
37
37
38
+
> [!NOTE]
39
+
> You need [Contributor role](role-based-access-control.md) to enable Synapse Link at account level. And you need at least [Operator role](role-based-access-control.md) to enable Synapse Link in your containers or collections.
40
+
38
41
### Azure portal
39
42
40
43
1. Sign into the [Azure portal](https://portal.azure.com/).
Copy file name to clipboardExpand all lines: articles/cosmos-db/synapse-link-frequently-asked-questions.yml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,12 @@ sections:
56
56
Can I use Synapse Link in Azure Cosmos DB serverless accounts?
57
57
answer: |
58
58
Yes, for both the APIs for MongoDB and NoSQLs database accounts. Currently, API for MongoDB accounts are only supported through Azure CLI or PowerShell.
59
+
60
+
- question: |
61
+
What permissions do I need to enable Synapse Link in my database account?
62
+
answer: |
63
+
You need [Contributor role](role-based-access-control.md) to enable Synapse Link at account level.
64
+
59
65
60
66
- name: Azure Cosmos DB analytical store
61
67
questions:
@@ -155,6 +161,12 @@ sections:
155
161
Is analytical store supported by Terraform?
156
162
answer: |
157
163
Currently Terraform doesn’t support analytical store containers. Please check [Terraform GitHub Issues](https://github.com/hashicorp/terraform/issues) for more information.
164
+
165
+
- question: |
166
+
What permissions do I need to enable Synapse Link in my containers or collections?
167
+
answer: |
168
+
You need at least [Operator role](role-based-access-control.md) to enable Synapse Link, for consequence to enable analytical store, at container or collection level.
169
+
158
170
159
171
- name: Analytical Time to live (TTL)
160
172
questions:
@@ -204,6 +216,11 @@ sections:
204
216
Does Azure Synapse Link provide network isolation with Azure Synapse managed virtual networks?
205
217
answer: |
206
218
Yes, You can control network access to the data in the transactional and analytical stores independently. Network isolation is done using separate managed private endpoints for each store, within managed virtual networks in Azure Synapse workspaces. To learn more, see how to [Configure private endpoints for analytical store](analytical-store-private-endpoints.md) article.
219
+
220
+
- question: |
221
+
I'm getting error 403 (Could not retrieve Analytical Store status for one or more containers Response status code does not indicate success: 403 (Forbidden)) after Azure Private Link was enable for my database account. What's happening?
222
+
answer: |
223
+
Usually, 403's are due to network/firewall settings that prevent users from accessing specific data, even from the portal. The most common cause for this problem is that step 1 of the enable Network isolation process using private endpoints has not been performed. You need to use Azure CLI or PowerShell for this. More details [here](analytical-store-private-endpoints.md).
0 commit comments