2

In my managed application deployment I deploy an App Service Web app.

Is it possible to use viewDefinition.json to create an Overview Command Action that will open the deployed site in a new tab or link me to that deployed site?

enter image description here

enter image description here

Torched90
  • 305
  • 1
  • 3
  • 18

1 Answers1

0

No, frustratingly, it is not. viewDefinition.json artifacts do not allow you to read in any sort of dynamic variable from the deployment, which would be necessary for something like this.

NickSpag
  • 581
  • 4
  • 11