Azure-Samples/acme-fitness-store

In Unit 3, service connector create failed and catalog-service restart failed

fangjian0423 opened this issue · 3 comments

  • create Service Connector for catalog service failed

image

This is a problem in Service Connector and will be fix in Jan.

We could follow this doc to set it manually with Azure hosting service.

  • catalog-service restart failed

Now should add a new environment variable: spring.datasource.azure.passwordless-enabled=true.

az spring app update --name ${CATALOG_SERVICE_APP} --env "spring.datasource.azure.passwordless-enabled=true"

Service Connector will add this configuration in the future, but now it should be added manually.

xfz11 commented

@fangjian0423 the above problem is fixed in the latest Service Connector and the new environment variable spring.datasource.azure.passwordless-enabled=true is added as well

@fangjian0423, @xfz11 since this problem is fixed, should we close this issue?

@fangjian0423, @xfz11 since this problem is fixed, should we close this issue?

Let me close it, thanks @xfz11 for the update.