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

Output Files from Batch Task to Azure Blob Storage - be able to set content-MD5 as true, so metadata value is automatically set while uploading blobs #170

Open
kpaliwal0209 opened this issue Mar 2, 2024 · 2 comments
Labels
feature request Feature request question Question

Comments

@kpaliwal0209
Copy link

Feature Request Description

Describe Preferred Solution

A clear and concise description of what you want to happen.
Make it possible to set content-md5 blob properties as Boolean for output files from an Azure Batch Task as that these values are computed are at runtime and add to the blob metadata.

Describe Alternatives Considered

A clear and concise description of any alternative solutions or features you've considered.

Additional Context

Add any other context or screenshots about the feature request here.

@staer
Copy link
Contributor

staer commented Mar 2, 2024

This is currently possible through the UploadHeaders parameter of OutputFileBlobContainerDestination. Documentation here: https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.batch.outputfileblobcontainerdestination?view=azure-dotnet

@staer staer added the question Question label Mar 2, 2024
@staer
Copy link
Contributor

staer commented Mar 2, 2024

Assuming content md5 isn't determinable before hand when you define the output file, this can probably be looked into as a feature request to do it dynamically on upload.

@staer staer added the feature request Feature request label Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request question Question
Projects
None yet
Development

No branches or pull requests

2 participants