File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/synapse-analytics/spark Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ Visit the tutorial to learn how to use Azure Synapse Analytics to [create Apache
25
25
26
26
1 . Configure your dotnet application dependencies for compatibility with Synapse Spark.
27
27
The required .NET Spark version will be noted in the Studio interface under your Spark Pool configuration.
28
- ![ image] ( https://user-images.githubusercontent.com/12169942/161816341-ca13b48f-fb18-49bd-a61b-6af60bf9846e .png)
28
+ ![ image] ( ./media/apache-spark-job-definitions/net-spark-workspace-compatibility .png)
29
29
30
30
31
- Create your project as a .Net Console Application that outputs an ubuntu x86 executable.
31
+ Create your project as a .NET Console Application that outputs an ubuntu x86 executable.
32
32
```
33
33
<Project Sdk="Microsoft.NET.Sdk">
34
34
You can’t perform that action at this time.
0 commit comments