Skip to content

Commit ef8f78b

Browse files
committed
fix
1 parent 38dbec1 commit ef8f78b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/connector-snowflake.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ To use **Basic** authentication, in addition to the generic properties that are
174174

175175
### Key pair authentication
176176

177-
To use **Key pair** authentication, you need to configure and create key pair authentication user in Snowflake by referring to [Key Pair Authentication & Key Pair Rotation](https://docs.snowflake.com/en/user-guide/key-pair-auth). Afterwards, make a note of the private key and the passphrase (optional), which you use to define the linked service.
177+
To use **Key pair** authentication, you need to configure and create a key pair authentication user in Snowflake by referring to [Key Pair Authentication & Key Pair Rotation](https://docs.snowflake.com/en/user-guide/key-pair-auth). Afterwards, make a note of the private key and the passphrase (optional), which you use to define the linked service.
178178

179179
In addition to the generic properties that are described in the preceding section, specify the following properties:
180180

@@ -250,8 +250,8 @@ In addition to the generic properties that are described in the preceding sectio
250250
"type": "SecureString",
251251
"value": "<client secret>"
252252
},
253-
"scope": "<scope>",
254-
"role": "<role>"
253+
"scope": "<scope>",
254+
"role": "<role>"
255255
},
256256
"connectVia": {
257257
"referenceName": "<name of Integration Runtime>",

0 commit comments

Comments
 (0)