Skip to content

Commit 684d60b

Browse files
committed
edits
1 parent 9058b4d commit 684d60b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ Instead of manually configuring your Spring Boot applications, you can automatic
6565

6666
#### Use the Azure CLI
6767

68-
Use the Azure CLI to configure your Spring app to connect to a Cosmos NoSQL Database by using the `az spring connection create` command, as shown in the following example. Please replace the variables in the example with actual values.
68+
Use the Azure CLI to configure your Spring app to connect to a Cosmos NoSQL Database by using the `az spring connection create` command, as shown in the following example. Be sure to replace the variables in the example with actual values.
6969

7070
> [!NOTE]
7171
> Updating Azure Cosmos DB database settings can take a few minutes to complete.
7272

7373
> [!NOTE]
74-
> If you're using Cosmos Cassandra, use `--key_space` instead of `--database`. If you're using Cosmos Table, use `--table` instead of `--database`. See more details at [Service Connector Azure CLI](../service-connector/quickstart-cli-spring-cloud-connection.md).
74+
> If you're using Cosmos Cassandra, use `--key_space` instead of `--database`. If you're using Cosmos Table, use `--table` instead of `--database`. For more information, see [Quickstart: Create a service connection in Azure Spring Apps with the Azure CLI](../service-connector/quickstart-cli-spring-cloud-connection.md).
7575

7676
```azurecli
7777
az spring connection create cosmos-sql \

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ With Azure Spring Apps, you can connect selected Azure services to your applicat
5151

5252
Follow these steps to configure your Spring app to connect to an Azure Database for MySQL Flexible Server with database username and password.
5353

54-
1. Run the `az spring connection create` command, as shown in the following example. Please replace the variables in the example with actual values.
54+
1. Run the `az spring connection create` command, as shown in the following example. Be sure to replace the variables in the example with actual values.
55+
5556
```azurecli
5657
az spring connection create mysql-flexible \
5758
--resource-group $AZURE_SPRING_APPS_RESOURCE_GROUP \
@@ -64,8 +65,7 @@ Follow these steps to configure your Spring app to connect to an Azure Database
6465
```
6566

6667
> [!NOTE]
67-
> Alternatively you can use system-assigned identity for a passwordless experience at [Deploy a Spring application to Azure Spring Apps with a passwordless connection to an Azure database](/azure/developer/java/spring-framework/deploy-passwordless-spring-database-app?tabs=mysql#connect-azure-spring-apps-to-the-azure-database).
68-
68+
> Alternatively, you can use a system-assigned identity for a passwordless experience. For more information, see [Deploy a Spring application to Azure Spring Apps with a passwordless connection to an Azure database](/azure/developer/java/spring-framework/deploy-passwordless-spring-database-app).
6969
7070
### [Terraform](#tab/Terraform)
7171

0 commit comments

Comments
 (0)