Skip to content

Commit aababf5

Browse files
committed
update docs
1 parent 0c3eebe commit aababf5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Configure your app deployed to Azure Spring to connect to an SQL Database with a
8585
--database $DATABASE_NAME \
8686
--system-identity
8787
```
88-
3. Run the `az spring connection list-configuration` command to check the creation result.
88+
3. Run the `az spring connection list-configuration` command as below to check the creation result.
8989
```azurecli
9090
CONNECTION_NAME=$(az spring connection list \
9191
--resource-group $SPRING_APP_RESOURCE_GROUP \

articles/spring-apps/how-to-bind-cosmos.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ If you don't have a deployed Azure Spring Apps instance, follow the steps in the
7676

7777
### [Service Connector](#tab/Service-Connector)
7878

79+
#### Using Azure CLI
80+
7981
1. Use the Azure CLI to configure your Spring app to connect to a Cosmos SQL Database with a system-assigned managed identity by using the `az spring connection create` command, as shown in the following example.
8082

8183
> [!NOTE]
@@ -93,6 +95,7 @@ If you don't have a deployed Azure Spring Apps instance, follow the steps in the
9395
--system-assigned-identity
9496
```
9597

98+
9699
> [!NOTE]
97100
> If you're using [Service Connector](../service-connector/overview.md) for the first time, start by running the command `az provider register --namespace Microsoft.ServiceLinker` to register the Service Connector resource provider.
98101
>
@@ -101,6 +104,8 @@ If you don't have a deployed Azure Spring Apps instance, follow the steps in the
101104
> [!TIP]
102105
> Run the command `az spring connection list-support-types --output table` to get a list of supported target services and authentication methods for Azure Spring Apps. If the `az spring` command isn't recognized by the system, check that you have installed the required extension by running `az extension add --name spring`.
103106
107+
#### Using Azure Portal
108+
104109
1. Alternately, you can use the Azure portal to configure this connection by completing the following steps. The Azure portal provides the same capabilities as the Azure CLI and provides an interactive experience.
105110

106111
1. Select your Azure Spring Apps instance in the Azure portal and select **Apps** from the navigation menu. Choose the app you want to connect and select **Service Connector** on the navigation menu.

0 commit comments

Comments
 (0)