Azure Spring Cloud Config Server sends configuration to client even after the server is reset

Fiallega, Jorge (ITD) 56 Reputation points
2021-02-03T16:50:46.39+00:00

Steps to reproduce:

  1. Created an Azure Spring Cloud service.
  2. Configured the Config Server pointing to a public git repo.
  3. Created/deployed a web application called "complex" to the created Azure Spring Cloud instance az spring-cloud app create -n complex
  4. The application picks the configurations correctly from the Config Server ! So when I hit web endpoint, it returns message coming from the configuration stored in git.
  5. Removed the Config Server by clicking on "Reset".
  6. Checked that indeed the Config Server is removed by running az spring-cloud config-server show -n my-asc which returns "Config server not set."
  7. Redeploy the "complex" application: az spring-cloud app deploy -n complex --jar-path target/complex-0.0.1-SNAPSHOT.jar
  8. Tested the end point in the "complex" application

Expected: I expect not to get the message from the Config Server stored in GIT, because the config server is not set anymore.
Actual: I keep getting the message that is stored in GIT even though my config server is not set anymore.

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
110 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Monalla-MSFT 11,961 Reputation points
    2021-03-29T11:43:28.387+00:00

    @Fiallega, Jorge (ITD) - Apologies for the delay in response and being patient.

    Like I mentioned earlier, I have reached out to product team and got the confirmation that there is a bug in Spring Cloud Product and they have created a work item to get that fixed.

    The ETA to get the issue fixed is by end of April 2021.

    I hope this helps.

    Please feel free to reach back out for any questions.

    0 comments No comments