You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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: