Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FunctionGraph] Make trigger/binding nodes clickable as well #48

Open
scale-tone opened this issue Aug 13, 2022 · 1 comment
Open

[FunctionGraph] Make trigger/binding nodes clickable as well #48

scale-tone opened this issue Aug 13, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@scale-tone
Copy link
Contributor

scale-tone commented Aug 13, 2022

At the moment, orchestration/entity/activity nodes are clickable and lead to their implementations in source code.

Would be great to implement the same thing for trigger/binding nodes. Clicking on a binding should open its corresponding resource (blob container, queue, topic, event hub etc.) blade in Azure Portal.

Constructing a link to Azure Portal blade requires knowledge of:

  • Tenant Name
  • Azure SubscriptionID
  • Resource Group Name

Let's try to infer these values from Function App instance and/or from local.settings.json.

@scale-tone scale-tone added the enhancement New feature or request label Aug 13, 2022
@scale-tone scale-tone self-assigned this Oct 5, 2022
@scale-tone
Copy link
Contributor Author

Partially completed in v6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant