azuredevopslabs icon indicating copy to clipboard operation
azuredevopslabs copied to clipboard

LAB: Monitoring Application Performance with Application Insights - heirarchical keys problem.

Open housten opened this issue 2 years ago • 2 comments

LAB: Monitoring Application Performance with Application Insights STEP: 24

In the azure portal when I try to add the application key (Keys:ApplicationInsights:InstrumentationKey) to the appservice, I get the error

App setting names can only contain letters, numbers (0-9), periods ("."), and underscores ("_")

The demo needs to be updated to use an accepted heirarchy delimiter.

housten avatar Sep 19 '23 07:09 housten

This is expected behaviour for Linux servers. I am not sure how my app ended up being hosted on Linux - I thought I followed the lab step by step...

housten avatar Sep 25 '23 05:09 housten

Hi @housten, Thanks for the feedback. Looks like currently colon (:) is not accepted to be an application setting name. We will note down this and update the lab in further.

You can still provide a different name and continue the lab steps for now and I think you already did the same.

surajshenoy avatar Oct 30 '23 12:10 surajshenoy