|
1 | 1 | ---
|
2 | 2 | title: 'Tutorial: Create a passwordless connection with Service Connector'
|
3 | 3 | description: Create a passwordless connection with Service Connector
|
| 4 | +titleSuffix: Service Connector |
4 | 5 | author: mcleanbyron
|
5 | 6 | ms.author: mcleans
|
6 | 7 | ms.service: service-connector
|
@@ -59,7 +60,7 @@ If your database server disallows public access, ensure your environment that ru
|
59 | 60 |
|
60 | 61 | ### Install the Service Connector passwordless extension
|
61 | 62 |
|
62 |
| -[!INCLUDE [CLI-samples-clean-up](./includes/install_passwordless_extension.md)] |
| 63 | +[!INCLUDE [CLI-samples-clean-up](./includes/install-passwordless-extension.md)] |
63 | 64 |
|
64 | 65 | ## Create passwordless connection
|
65 | 66 |
|
@@ -303,31 +304,29 @@ az ad signed-in-user show
|
303 | 304 | If you don't log in interactively, you may also get the error and `Interactive authentication is needed`. To resolve the error, log in with the `az login` command.
|
304 | 305 |
|
305 | 306 |
|
306 |
| ---- |
307 |
| - |
308 | 307 | ## Connect to database with Azure Active Directory authentication
|
309 | 308 |
|
310 | 309 | After creating the connection, you can use the connection string in your application to connect to the database with Azure Active Directory authentication. For example, you can use the following solutions to connect to the database with Azure Active Directory authentication.
|
311 | 310 |
|
312 | 311 | :::zone pivot="postgresql"
|
313 | 312 |
|
314 | 313 |
|
315 |
| -[!INCLUDE [code sample for postgres aad connection](./includes/code_postgres_aad.md)] |
| 314 | +[!INCLUDE [code sample for postgres aad connection](./includes/code-postgres-aad.md)] |
316 | 315 |
|
317 | 316 |
|
318 | 317 | :::zone-end
|
319 | 318 |
|
320 | 319 | :::zone pivot="mysql"
|
321 | 320 |
|
322 |
| -[!INCLUDE [code sample for mysql aad connection](./includes/code_mysql_aad.md)] |
| 321 | +[!INCLUDE [code sample for mysql aad connection](./includes/code-mysql-aad.md)] |
323 | 322 |
|
324 | 323 |
|
325 | 324 | :::zone-end
|
326 | 325 |
|
327 | 326 |
|
328 | 327 | :::zone pivot="sql"
|
329 | 328 |
|
330 |
| -[!INCLUDE [code sample for sql aad connection](./includes/code_sql_aad.md)] |
| 329 | +[!INCLUDE [code sample for sql aad connection](./includes/code-sql-aad.md)] |
331 | 330 |
|
332 | 331 |
|
333 | 332 | :::zone-end
|
|
0 commit comments