Hello @Renan Almeida
Do you have any compute nodes ?
The error message "PoolQuotaReached: Pool quota for the account has been reached" indicates that you have reached the maximum number of compute nodes that you are allowed to create in your Batch account.
To resolve this issue, you can either increase the quota or delete some of the existing compute nodes to free up space for new nodes.
To increase the quota for your Batch account, you can follow these steps:
- Go to the Azure portal and navigate to your Batch account.
- Click on "Quotas" under the "Settings" section.
- Select the quota that you want to increase (in this case, the "Dedicated nodes" quota).
- Click on "Request Increase" and follow the prompts to submit your request.
Once your request is approved, you should be able to create additional compute nodes in your Batch account.
If you prefer to delete some of the existing compute nodes to free up space for new nodes, you can follow these steps:
- Go to the Azure portal and navigate to your Batch account.
- Click on "Pools" under the "Settings" section.
- Select the pool that you want to delete nodes from.
- Click on "Nodes" and select the nodes that you want to delete.
- Click on "Delete" and follow the prompts to delete the selected nodes.
Once you have deleted some of the existing compute nodes, you should be able to create additional nodes for your Batch account.
Feel free to tag me in your comments.