Skip to content

Commit e6ab3e3

Browse files
committed
edit
1 parent f3a4d32 commit e6ab3e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/spring-apps/connect-managed-identity-to-azure-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ Configure your app deployed to Azure Spring to connect to an SQL Database with a
7777
```azurecli
7878
az spring connection create sql \
7979
--resource-group $SPRING_APP_RESOURCE_GROUP \
80-
--service $Spring_APP_SERVICE_NAME \
81-
--app $APP_NAME --deployment $DEPLOYMENT_NAME \
80+
--service $SPRING_APP_SERVICE_NAME \
81+
--app $APP_NAME \
82+
--deployment $DEPLOYMENT_NAME \
8283
--target-resource-group $SQL_RESOURCE_GROUP \
8384
--server $SQL_SERVER_NAME \
8485
--database $DATABASE_NAME \

0 commit comments

Comments
 (0)