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/03_lab_monitor/0302.md #74

Open SkillableKarl opened 8 months ago

SkillableKarl commented 8 months ago

Lab: 03

Description of issue - Items identified in QA


- In Task 'Step by step guidance', Step 2: The command in this step errored the first time it was run, due to resource provider Microsoft.Insights not already being registered. It might be recommended to add a step immediately previous to proactively register it:

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

- In Task 'Step by step guidance', Step 4: The following URL referenced 404s. I was uncertain what URL it should be updated to:

[Collect Prometheus metrics from AKS cluster](https://learn.microsoft.com/azure/azure-monitor/essentials/prometheus-metrics-enable?tabs=azure-portal)