Skip to content

Commit acf6dbb

Browse files
committed
Update Oauth2
1 parent 6de2f29 commit acf6dbb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/data-factory/connector-snowflake.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The following properties are supported for a Snowflake linked service when using
9999
| Property | Description | Required |
100100
| :--------------- | :----------------------------------------------------------- | :------- |
101101
| type | The type property must be set to **Snowflake**. | Yes |
102-
| connectionString | Specifies the information needed to connect to the Snowflake instance. You can choose to put password or entire connection string in Azure Key Vault. Refer to the examples below the table, as well as the [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md) article, for more details.<br><br>Some typical settings:<br>- **Account name:** The [full account name](https://docs.snowflake.net/manuals/user-guide/connecting.html#your-snowflake-account-name) of your Snowflake account (including additional segments that identify the region and cloud platform), e.g. xy12345.east-us-2.azure.<br/>- **User name:** The login name of the user for the connection.<br>- **Password:** The password for the user.<br>- **Database:** The default database to use once connected. It should be an existing database for which the specified role has privileges.<br>- **Warehouse:** The virtual warehouse to use once connected. It should be an existing warehouse for which the specified role has privileges.<br>- **Role:** The default access control role to use in the Snowflake session. The specified role should be an existing role that has already been assigned to the specified user. The default role is PUBLIC. | Yes |
102+
| connectionString | Specifies the information needed to connect to the Snowflake instance. You can choose to put password or entire connection string in Azure Key Vault. Refer to the examples below the table, and the [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md) article, for more details.<br><br>Some typical settings:<br>- **Account name:** The [full account name](https://docs.snowflake.net/manuals/user-guide/connecting.html#your-snowflake-account-name) of your Snowflake account (including additional segments that identify the region and cloud platform), e.g. xy12345.east-us-2.azure.<br/>- **User name:** The login name of the user for the connection.<br>- **Password:** The password for the user.<br>- **Database:** The default database to use once connected. It should be an existing database for which the specified role has privileges.<br>- **Warehouse:** The virtual warehouse to use once connected. It should be an existing warehouse for which the specified role has privileges.<br>- **Role:** The default access control role to use in the Snowflake session. The specified role should be an existing role that has already been assigned to the specified user. The default role is PUBLIC. | Yes |
103103
| authenticationType  | Set this property to **Basic**. | Yes    |
104104
| connectVia | The [integration runtime](concepts-integration-runtime.md) that is used to connect to the data store. You can use the Azure integration runtime or a self-hosted integration runtime (if your data store is located in a private network). If not specified, it uses the default Azure integration runtime. | No |
105105

@@ -161,14 +161,12 @@ The following properties are supported for a Snowflake linked service when using
161161
| type             | The type property must be set to **Snowflake**.              | Yes      |
162162
| connectionString | Specifies the information needed to connect to the Snowflake instance. You can choose to put password or entire connection string in Azure Key Vault. Refer to the examples below the table, as well as the [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md) article, for more details.<br><br>Some typical settings:<br>- **Account name:** The  [full account name](https://docs.snowflake.net/manuals/user-guide/connecting.html#your-snowflake-account-name) of your Snowflake account (including additional segments that identify the region and cloud platform), e.g. xy12345.east-us-2.Azure.<br/>- **User name:** The login name of the user for the connection.<br- **Database:** The default database to use once connected. It should be an existing database for which the specified role has privileges.<br>- **Warehouse:** The virtual warehouse to use once connected. It should be an existing warehouse for which the specified role has privileges.<br>- **Role:** The default access control role to use in the Snowflake session. The specified role should be an existing role that has already been assigned to the specified user. The default role is PUBLIC. | Yes      |
163163
| authenticationType | Set this property to **Oauth**. | Yes      |
164-
| oauthTokenEndpoint        | The Azure AD OAuth token endpoint.
165-
Sample: “https://login.microsoftonline.com/<tenant ID>/discovery/v2.0/keys”  | Yes       |
164+
| oauthTokenEndpoint        | The Azure AD OAuth token endpoint. Sample: `https://login.microsoftonline.com/<tenant ID>/discovery/v2.0/keys`| Yes       |
166165
| clientId  | The application client ID supplied by Azure AD . | Yes      |
167166
| clientSecret  | The client secret corresponds to the client ID.  | Yes      |
168167
| oauthUserName  | The name of the Azure user.  | Yes      |
169168
| oauthPassword   | The password for the Azure user. | Yes      |
170-
| scope   | The OAuth scope.
171-
Sample: “api://<application (client) ID>/session:scope:MYROLE” | Yes      |
169+
| scope   | The OAuth scope. Sample: `api://<application (client) ID>/session:scope:MYROLE` | Yes      |
172170

173171
**Example:**
174172

0 commit comments

Comments
 (0)