Azure-Samples/acme-fitness-store

Add Note for time consuming operations all the time: The service instance will take around 10-15 minutes to deploy.

jialigit opened this issue · 1 comments

Add this tip for all the command that is time consuming. For example:

az spring-cloud app deploy --name ${IDENTITY_SERVICE_APP} \
    --env "JWK_URI=${JWK_SET_URI}" \
    --config-file-pattern identity/default \
    --source-path apps/acme-identity
maly7 commented

Thanks, @jialigit. I believe #28 has taken care of this. Feel free to re-open this issue if anything was missed.