Dan Harris

Results 16 comments of Dan Harris

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

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.

I believe that ask execution does not have any guaranteed order unless you specifically set dependencies, @bwatrous can perhaps confirm.

@dpwatrous Is this a case where PowerShell uses an API that doesn't support managed identity?

How are you authenticating locally when you interact with Batch API? Given the error from Azure Container App (permission error) it seems like you are probably authenticating with two different...

Confirmed this is a known issue with the owning team, they are tracking it internally. Will update this thread accordingly

@FridoDeluxe Thanks for the report! I've seen one other report similar to this come my way but there were no logs for us to search. I'll take a look next...

I've downloaded and attached logs to our internal tracking board, feel free to remove for privacy reasons.

I just checked the sources and it is indeed not parsed which is generating the error. I will check with the author if this was on purpose. I suspect it...

Ah ok, this makes sense as the way the implementation currently works is to just check locally for the container image, and if it doesn't exist pull it. Your use...