Skip to content

Commit af3b232

Browse files
committed
Resolving tabs
1 parent 4f782c7 commit af3b232

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

articles/synapse-analytics/spark/apache-spark-azure-create-spark-configuration.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Follow the steps below to create an Apache Spark configuration in an existing Ap
6060

6161
1. Select **View Configurations** to open the **Select a Configuration** page. All configurations will be displayed on this page. You can select a configuration that you want to use on this Apache Spark pool.
6262

63-
![Screenshot that select a configuration.](./media/apache-spark-azure-create-spark-configuration/select-a-configuration.png)
63+
![Screenshot that select a configuration.](./media/apache-spark-azure-create-spark-configuration/select-a-configuration.png)
6464

6565
1. Select **Apply** button to save your action.
6666

@@ -104,27 +104,27 @@ You can import .txt/.conf/.json config in three formats and then convert it to a
104104

105105
For .txt config file and .conf config file, you can refer to the following examples:
106106

107-
```txt
107+
```txt
108108
109-
spark.synapse.key1 sample
110-
spark.synapse.key2 true
111-
# spark.synapse.key3 sample2
109+
spark.synapse.key1 sample
110+
spark.synapse.key2 true
111+
# spark.synapse.key3 sample2
112112
113-
```
113+
```
114114

115115
For .json config file, you can refer to the following examples:
116116

117-
```json
118-
{
119-
"configs": {
120-
"spark.synapse.key1": "hello world",
121-
"spark.synapse.key2": "true"
122-
},
123-
"annotations": [
124-
"Sample"
125-
]
126-
}
127-
```
117+
```json
118+
{
119+
"configs": {
120+
"spark.synapse.key1": "hello world",
121+
"spark.synapse.key2": "true"
122+
},
123+
"annotations": [
124+
"Sample"
125+
]
126+
}
127+
```
128128

129129
> [!NOTE]
130130
> Synapse Studio will continue to support terraform or bicep-based configuration files.

0 commit comments

Comments
 (0)