Skip to content

Commit ee28aa2

Browse files
authored
Merge pull request #99877 from xfz11/patch-1
Update service connector section connect-managed-identity-to-azure-sql.md
2 parents d64e45d + 3b9da3f commit ee28aa2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ spring.datasource.url=jdbc:sqlserver://$AZ_DATABASE_NAME.database.windows.net:14
6363

6464
Configure your app deployed to Azure Spring to connect to an SQL Database with a system-assigned managed identity using the `az spring connection create` command, as shown in the following example.
6565

66-
> [!NOTE]
67-
> This command requires you to run the latest [edge build of Azure CLI](https://github.com/Azure/azure-cli/blob/dev/doc/try_new_features_before_release.md). [Download and install the edge builds](https://github.com/Azure/azure-cli#edge-builds) for your platform.
68-
6966
```azurecli-interactive
7067
az spring connection create sql \
7168
--resource-group $SPRING_APP_RESOURCE_GROUP \

0 commit comments

Comments
 (0)