Azure-Samples / java-microservices-asa-e-lab

About This lab walks you through the creation of a Java microservices application on Azure Spring Apps Enterprise integrated with multiple Azure services
MIT License
0 stars 46 forks source link

https://github.com/Azure-Samples/java-microservices-asa-e-lab/blob/main/docs/05_passwordless/0503.md #2

Open SkillableKarl opened 6 months ago

SkillableKarl commented 6 months ago

Lab: 05 'Create service connections from the microservices to the database server'

Description of issue - Items identified in QA


- In Task 'Step by step guidance', Step 5: The new connection failed to validate using the command given, unfortunately I was not able to identify a modified command that did succeed to validate - CO may be able to dig deeper to root-cause on this issue.

One possibility might be because resource provider Microsoft.ServiceLinker was not registered before running the command. If so, it might be recommended to add a step immediately previous to proactively register it:

   az provider register --namespace Microsoft.ServiceLinker
   az provider show -n Microsoft.ServiceLinker --query registrationState

Another possibility, which is what was taken in this QA to move past issue - one can manually validate in the Azure UI via the Settings > Service Connector menu option, click the 'the active deployment page' link at the top of page, and then selecting and validating manually from there works as expected:

309037226-12648b45-57f5-4560-833a-1d67db5c5e57

fmustaf commented 4 months ago

I do not see in my notes that I ran into this issue. I also do not see this as an issue reported from any of the students during training. Can update when I run through this again. @SkillableKarl @vermegi