1

is it possible to start application insights search by URL parameter?

see the picture below: I like to generate a link to start the search:

enter image description here

something like: https://<applicatoinInsightsUrl>?search=b4eb0000-f22e-18db-fc92-08d81c2df34d

Ivan Glasenberg
  • 29,865
  • 2
  • 44
  • 60
Daniel
  • 9,491
  • 12
  • 50
  • 66

1 Answers1

1

No, you cannot.

Actually, when you use search from portal, it calls the application insights get query rest api in the backend. And it also auto-generates a token for the authentication(if you already logged in azure portal).

So just a simple url plus search="xxx" will do nothing. You can consider using get query api.

Ivan Glasenberg
  • 29,865
  • 2
  • 44
  • 60