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/07_lab_security/0703.md #80

Open SkillableKarl opened 8 months ago

SkillableKarl commented 8 months ago

Lab: 07

Description of issue - Items identified in QA


- In Task 'Step by step guidance', Step 2: The code block and subsequent note stating 'Ensure that you include the trailing comma at the end of the updated content as long as there is another JSON element following it.' is accurate in general, but slightly confusing in this specific instance as at least the current sample-policy.json that gets generated does not have any following elements. (the note and the code seem to assume there will be following elements, whereas in this case no comma is needed)