Skip to content

Commit 3f4eeac

Browse files
committed
rename and add metadata
1 parent 657a49f commit 3f4eeac

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

articles/service-connector/tutorial-passwordless.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Tutorial: Create a passwordless connection with Service Connector'
33
description: Create a passwordless connection with Service Connector
4+
titleSuffix: Service Connector
45
author: mcleanbyron
56
ms.author: mcleans
67
ms.service: service-connector
@@ -59,7 +60,7 @@ If your database server disallows public access, ensure your environment that ru
5960

6061
### Install the Service Connector passwordless extension
6162

62-
[!INCLUDE [CLI-samples-clean-up](./includes/install_passwordless_extension.md)]
63+
[!INCLUDE [CLI-samples-clean-up](./includes/install-passwordless-extension.md)]
6364

6465
## Create passwordless connection
6566

@@ -303,31 +304,29 @@ az ad signed-in-user show
303304
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.
304305

305306

306-
---
307-
308307
## Connect to database with Azure Active Directory authentication
309308

310309
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.
311310

312311
:::zone pivot="postgresql"
313312

314313

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)]
316315

317316

318317
:::zone-end
319318

320319
:::zone pivot="mysql"
321320

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)]
323322

324323

325324
:::zone-end
326325

327326

328327
:::zone pivot="sql"
329328

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)]
331330

332331

333332
:::zone-end

0 commit comments

Comments
 (0)