Skip to content

Commit 695d8fe

Browse files
committed
edits
1 parent 48f2a86 commit 695d8fe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Instead of manually configuring your Spring Boot applications, you can automatic
2828

2929
## Prepare your Java project
3030

31-
1. Add one of the following dependencies to your application's pom.xml file. Choose the dependency that is appropriate for your API type.
31+
1. Add one of the following dependencies to your application's *pom.xml* file. Choose the dependency that is appropriate for your API type.
3232

3333
* API type: NoSQL
3434

@@ -57,7 +57,6 @@ Instead of manually configuring your Spring Boot applications, you can automatic
5757
</dependency>
5858
```
5959

60-
6160
1. Update the current app by running `az spring app deploy`, or create a new deployment for this change by running `az spring app deployment create`.
6261

6362
## Connect your app to the Azure Cosmos DB
@@ -66,10 +65,11 @@ Instead of manually configuring your Spring Boot applications, you can automatic
6665

6766
#### Use the Azure CLI
6867

69-
Use the Azure CLI to configure your Spring app to connect to a Cosmos SQL Database by using the `az spring connection create` command, as shown in the following example.
68+
Use the Azure CLI to configure your Spring app to connect to a Cosmos SQL Database by using the `az spring connection create` command, as shown in the following example:
7069

7170
> [!NOTE]
7271
> Updating Azure Cosmos DB database settings can take a few minutes to complete.
72+
7373
```azurecli
7474
az spring connection create cosmos-sql \
7575
--resource-group $AZURE_SPRING_APPS_RESOURCE_GROUP \

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: devx-track-java, event-tier1-build-2022, passwordless-java, service-c
1616
1717
**This article applies to:** ✔️ Java ❌ C#
1818

19-
**This article applies to:** ✔️ Basic/Standard tier ✔️ Enterprise tier
19+
**This article applies to:** ✔️ Basic/Standard ✔️ Enterprise
2020

2121
With Azure Spring Apps, you can connect selected Azure services to your applications automatically, instead of having to configure your Spring Boot application manually. This article shows you how to connect your application to your Azure Database for MySQL instance.
2222

@@ -56,7 +56,7 @@ Follow these steps to configure your Spring app to connect to an Azure Database
5656
```azurecli
5757
az extension add --name serviceconnector-passwordless --upgrade
5858
```
59-
59+
6060
1. Run the `az spring connection create` command, as shown in the following example.
6161

6262
```azurecli

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: devx-track-java, event-tier1-build-2022, service-connector
1616
1717
**This article applies to:** ✔️ Java ❌ C#
1818

19-
**This article applies to:** ✔️ Basic/Standard tier ✔️ Enterprise tier
19+
**This article applies to:** ✔️ Basic/Standard ✔️ Enterprise
2020

2121
Instead of manually configuring your Spring Boot applications, you can automatically connect selected Azure services to your applications by using Azure Spring Apps. This article shows how to connect your application to Azure Cache for Redis.
2222

@@ -77,7 +77,7 @@ If you don't have a deployed Azure Spring Apps instance, follow the steps in the
7777

7878
1. On the **Basics** tab, for service type, select Cache for Redis. Choose a subscription and a Redis cache server. Fill in the Redis database name ("0" in this example) and under client type, select Java. Select **Next: Authentication**.
7979

80-
1. On the **Authentication** tab, choose **Connection string**. Service Connector will automatically retrieve the access key from your Redis database account. Select **Next: Networking**.
80+
1. On the **Authentication** tab, choose **Connection string**. Service Connector automatically retrieves the access key from your Redis database account. Select **Next: Networking**.
8181

8282
1. On the **Networking** tab, select **Configure firewall rules to enable access to target service**, then select **Review + Create**.
8383

0 commit comments

Comments
 (0)