Azure-Samples / java-microservices-aks-lab

This lab walks you through the creation of a Java microservices application on AKS integrated with multiple Azure services
MIT License
10 stars 159 forks source link

https://github.com/Azure-Samples/java-microservices-aks-lab/blob/main/docs/06_lab_events/0603.md #79

Open SkillableKarl opened 8 months ago

SkillableKarl commented 8 months ago

Lab: 06

Description of issue - Items identified in QA


- In Task 'Step by step guidance', Step 1: I was unable to get the referenced 'az storage container create' command to work successfully, and unfortunately was unable to determine the root-cause for failure. Hopefully the CO can dig deeper for solution to this issue.

In order to proceed, I was able to easily create the storage account manually through the Azure UI.

See also identical issue in similar MicrosoftLearning course Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps: https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/issues/40


- In Task 'Step by step guidance', Step 3: Text says:

In the config repository you will need to add the configuration for receiving messages from the event hub. Replace the contents of the current application.yml file with the contents of the [0603_application.yml file](https://github.com/Azure-Samples/java-microservices-aks-lab/blob/main/docs/06_lab_events/0603_application.yml). Make sure you fill out your current MySQL server name on line 12 and the name of your event hub namespace on line 28.

However, the numbering is off for MySQL server name - it appears to be line 48, and not line 12.