microsoft / microsoft/DurableFunctionsMonitor

[FunctionGraph] Make trigger/binding nodes clickable as well

Open
#48 1 comment 0 reactions 1 assignee View on GitHub

@scale-tone is already working on this.

Since Oct 5, 2022.

enhancement
Dominant language
TypeScript
Stars
290
Forks
46
Avg merge
6m
Merged PRs (30d)
1

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.