Azure Batch SKU Upgrade and End-of-Life Warning
Sandun Tharaka
0
Reputation points
Currently we are using microsoft-azure-batch
for job scheduling for run specific job-tasks in our service. And our current pool having warning as well "This pool's image is nearing its end-of-life date of Wednesday 23 April 2025 at 05:30:00. After this date, it will not appear as an option when creating new pools. API calls to create or scale pools using the image may continue to function for up to 60 days afterwards"
- Current SKU in use:
20.04-LTS
- Publisher:
microsoft-azure-batch
- Offer:
ubuntu-server-container
- End-of-Life Date: April 23, 2025 But when we try to create new pool there is no direct option to upgrade the SKU. The only available option is 20.04-LTS, which is set to expire on April 23, 2025.
How do I create new pool with
microsoft-azure-batch ?
Sign in to answer