Scope adding an AI Agent for managing Azure workloads
Open
@xop5 is already working on this.
Since Dec 11, 2025.
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 6
Description
Creating a job requires the following steps:
- Authenticate with Azure Identity
- Upload configuration and/or input data to Blob Storage
- Create a batch pool with mounted containers
- Define a Docker container and deploy to Azure Container Registry
- Define a set of tasks with specific dependencies and exit conditions
- Run the job
All these tasks make API calls to Azure Batch, Azure Blob or Azure Container service.
These can be automated with the help of agent that uses an LLM model to understand a goal (e.g. Create a job that runs the code from my_folder).
The agent can use an Agentic AI framework (e.g Azure Foundry, OpenAI LLM models) to automate this workflow.
Implementation Details
To be provided later
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.