This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.35k
stars
1.99k
forks
source link
[QUERY] How to use Linked Services with Cosmos DB Spark connector Throughput control in Synapse Analytics #42855
Query/Question
What is the equivalent to
spark.synapse.linkedService
for use withspark.cosmos.throughputControl.globalControl.database
I need to use private endpoints because of DEP, and having credentials stored with Linked Services is very handy.
Why is this not a Bug or a feature Request?
Feels like I'm missing something really obvious, but the docs don't seem to cover what I'm seeking,
Setup (please complete the following information if applicable):
Library/Libraries: default Spark Pool config
PySpark
I've tried a few likely nonsensical permutations and got 403 or 404 errors. Guidance much appreciated.