Skip to content

Commit 4fb05c4

Browse files
authored
Merge pull request #176469 from KarlErickson/karler-faq
replaced faq entry with link to migration article
2 parents e8b84ef + fe52d6a commit 4fb05c4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/spring-cloud/faq.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,7 @@ Yes. For more information, see [Setup autoscale](./how-to-setup-autoscale.md).
201201
::: zone pivot="programming-language-java"
202202
### What are the best practices for migrating existing Spring Cloud microservices to Azure Spring Cloud?
203203

204-
As you're migrating existing Spring Cloud microservices to Azure Spring Cloud, it's a good idea to observe the following best practices:
205-
206-
* All application dependencies need to be resolved.
207-
* Prepare your configuration entries, environment variables, and JVM parameters so that you can compare them with the deployment in Azure Spring Cloud.
208-
* If you want to use Service Binding, go through your Azure services and ensure that you've set the appropriate access permissions.
209-
* We recommend that you remove or disable any embedded services that might conflict with services that are managed by Azure Spring Cloud, such as our Service Discovery service, Config Server, and so on.
210-
* We recommend that you use official, stable Pivotal Spring libraries. Unofficial, beta, or forked versions of Pivotal Spring libraries have no service-level agreement (SLA) support.
211-
212-
After the migration, monitor your CPU/RAM metrics and network traffic to ensure that the application instances are scaled appropriately.
204+
For more information, see [Migrate Spring Cloud applications to Azure Spring Cloud](/azure/developer/java/migration/migrate-spring-cloud-to-azure-spring-cloud).
213205
::: zone-end
214206

215207
::: zone pivot="programming-language-csharp"

0 commit comments

Comments
 (0)