Skip to content

Commit 4287e67

Browse files
authored
Update migrate-to-aks-overview.md
1 parent d927122 commit 4287e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/migration/migrate-to-aks-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Alongside the application deployment, you also need to define a [Service](https:
7979

8080
When deploying Spring Cloud components, such as Spring Cloud Config or Spring Cloud Gateway, you would generally use Deployments for stateless services. For backend services that need stable storage or state, you might choose StatefulSets.
8181

82-
The following links provide reference examples of container images and manifest files for Spring Cloud Components:
82+
The following links provide reference examples on how to set up Java component projects based on Open Source libraries, build container images and deploy components to AKS:
8383

8484
- [Eureka Server](https://github.com/Azure-Samples/acme-fitness-store/blob/Azure/azure-kubernetes-service/docs/02-create-eureka-server.md)
8585
- [Config Server](https://github.com/Azure-Samples/acme-fitness-store/blob/Azure/azure-kubernetes-service/docs/03-create-config-server.md)

0 commit comments

Comments
 (0)