Skip to content

Commit 2232e67

Browse files
author
Tony Chen (DevDiv)
committed
Minor changes for release
1 parent 449fd22 commit 2232e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/service-connector/includes/passwordless-tutorial-snippet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ az webapp connection create fabricsql \
196196
--resource-group $RESOURCE_GROUP \
197197
--name $APPSERVICE_NAME \
198198
--fabric-workspace-uuid $FABRIC_WORKSPACE_UUID \
199-
--fabric-sql-db-uuid $FABRIC_SQL_DB_UUID$ \
199+
--fabric-sql-db-uuid $FABRIC_SQL_DB_UUID \
200200
--user-identity client-id=XX subs-id=XX \
201201
--client-type dotnet
202202
```
@@ -208,7 +208,7 @@ az webapp connection create fabricsql \
208208
--resource-group $RESOURCE_GROUP \
209209
--name $APPSERVICE_NAME \
210210
--fabric-workspace-uuid $FABRIC_WORKSPACE_UUID \
211-
--fabric-sql-db-uuid $FABRIC_SQL_DB_UUID$ \
211+
--fabric-sql-db-uuid $FABRIC_SQL_DB_UUID \
212212
--system-identity \
213213
--client-type dotnet
214214
```
-6.25 KB
Loading

0 commit comments

Comments
 (0)