microsoft / microsoft/DurableFunctionsMonitor
[FunctionGraph] Make trigger/binding nodes clickable as well
@scale-tone is already working on this.
Since Oct 5, 2022.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.