Add Python ffmpeg parallel-workload tutorial sample#327
Conversation
Adds the Batch Python ffmpeg tutorial sample (article: Run a parallel workload with Azure Batch using the Python API) under Python/Batch/article_samples/ffmpeg. - Uses Microsoft Entra ID (DefaultAzureCredential) - no account keys - Current SDKs: azure-batch (BatchClient), azure-identity, azure-storage-blob - User delegation SAS for input/output containers - Ubuntu Server 24.04 LTS pool image (batch.node.ubuntu 24.04) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
@NickKouds could you please review and merge this PR when you get a chance? 🙏 It adds the modernized Python ffmpeg tutorial sample under
CLA is green and |
Padmalathas
left a comment
There was a problem hiding this comment.
Just one observation:
While your image has Ubuntu OS as 24.04 LTS while the tutorial article mentions 22.04 LTS, should the article be changed to 24.04 or its the script that needs to be changed?
|
@Padmalathas, yes, we should updated Ubuntu version accordingly, since Ubuntu 22.04 is under retirement process. |
What
Adds the Batch Python ffmpeg parallel-workload tutorial sample under Python/Batch/article_samples/ffmpeg/.
This is the modernized version of the sample formerly hosted in the now-archived Azure-Samples/batch-python-ffmpeg-tutorial repo, and it backs the docs article Run a parallel workload with Azure Batch using the Python API.
Modernization
azure-batch(BatchClienttrack2),azure-identity,azure-storage-blobv12.canonical/ubuntu-24_04-lts/server-gen1, node agentbatch.node.ubuntu 24.04). Gen1 sku is used so the defaultStandard_A1_v2(Gen1-only) VM size keeps working.Validation
flake8gate onPython/Batch.azure-batch15.1.0.