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/synapse-analytics/spark/spark-dotnet.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,25 @@ You can analyze data with .NET for Apache Spark through Spark batch job definiti
24
24
Visit the tutorial to learn how to use Azure Synapse Analytics to [create Apache Spark job definitions for Synapse Spark pools](apache-spark-job-definitions.md). If you haven't packaged your app to submit to Azure Synapse, complete the following steps.
25
25
26
26
1. Configure your dotnet application dependencies for compatibility with Synapse Spark.
27
-
```
28
-
<Project Sdk="Microsoft.NET.Sdk">
27
+
The required .NET Spark version will be noted in the Studio interface under your Spark Pool configuration.
0 commit comments