Skip to content

Commit 3a9ddb3

Browse files
Karl edits, including removing intent from "See also" sentence.
Co-authored-by: Karl Erickson <[email protected]>
1 parent 2c6dae2 commit 3a9ddb3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/container-apps/java-microservice-get-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ To create the three Java components, use the following steps:
203203
To deploy the Java microservice apps to Azure Container Apps using the prebuilt container images, use the following steps:
204204
205205
> [!NOTE]
206-
> In this article, you use a series of [built images](https://github.com/orgs/Azure-Samples/packages?tab=packages&q=spring-petclinic) for the [Spring Petclinic microservice apps](https://github.com/spring-petclinic/spring-petclinic-microservices). You also have the option to customize the sample code and use your own images. For more information on building and deploying your own images, see the [azure-container-apps-java-samples GitHub repository](https://github.com/Azure-Samples/azure-container-apps-java-samples/tree/main/spring-petclinic-microservices/README.md).
206+
> In this article, you use a series of [built images](https://github.com/orgs/Azure-Samples/packages?tab=packages&q=spring-petclinic) for the [Spring Petclinic microservice apps](https://github.com/spring-petclinic/spring-petclinic-microservices). You also have the option to customize the sample code and use your own images. For more information, see the [azure-container-apps-java-samples GitHub repository](https://github.com/Azure-Samples/azure-container-apps-java-samples/tree/main/spring-petclinic-microservices/README.md).
207207
208208
1. Create the customer data app by using the following command:
209209
@@ -253,9 +253,7 @@ To deploy the Java microservice apps to Azure Container Apps using the prebuilt
253253
Next, bind the Java components to your container apps. The bindings that you create in this section provide the following functionality:
254254
255255
* Inject configuration data into each app from the managed config server on startup.
256-
257256
* Register the app with the managed Eureka server for service discovery.
258-
259257
* Enable the admin server to monitor the app.
260258
261259
### [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)