Skip to content

Commit 93c416f

Browse files
committed
(ACES Core) update cli command
fixes MicrosoftDocs/azure-docs#123208
1 parent b338471 commit 93c416f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-connect-app-access-sql-database-as-user-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ First, enable Microsoft Entra authentication to SQL Database by assigning a Micr
8888
1. Restrict the database server authentication to Active Directory authentication. This step effectively disables SQL authentication.
8989
9090
```azurecli-interactive
91-
az sql server ad-only-auth enable --resource-group <group-name> --server-name <server-name>
91+
az sql server ad-only-auth enable --resource-group <group-name> --name <server-name>
9292
```
9393
9494
For more information on adding an Active Directory admin, see [Provision Microsoft Entra admin (SQL Database)](/azure/azure-sql/database/authentication-aad-configure#provision-azure-ad-admin-sql-database).

0 commit comments

Comments
 (0)