-
Notifications
You must be signed in to change notification settings - Fork 638
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
Azure metadata tags (resource labels) propagation for child jobs #3248
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Propagation tags to child resources will allow for cost tracking. Our need is to trace back all cost associated by group, project and individuals which tags enable. |
This should be a quick win. tagging @bentsherman |
Looking at |
Judging from the codebase of |
Will job level tagging appear in the Cost analysis page for the subscription? Do not believe so. If so, that would be very fine grain knowledge which be awesome. |
I'm wondering if the concept of metadata in Azure is the same as tags in AWS ? |
I think the Perhaps @vsmalladi might be able to check/confirm this faster. But I could do some quick experimentation and circle back, I'd need to initiate a set of runs for the same. |
@abhi18av will take a look at this issue today. |
Thanks mate - happy to collaborate via Nextflow slack. |
New feature
With the recent improvements to resource labelling d64eeff and #2853 , it'd be great if the child jobs can be tagged on Azure Batch executor as well.
Usage scenario
When submitting jobs to Azure Batch with Nextflow, the tags provided as the process level should be propagated to the generated job definitions.
Suggest implementation
We would need to implement the current labelling mechanism within the AzBatchService, by (probably) enhancing the createPool implementation.
The metadata tags would show up at the job metadata menu on the portal
The text was updated successfully, but these errors were encountered: