I am getting an error while creating an azure batch pool, I have created a batch account without public address, in a vnet, also created and disabled the private link, private-connectivity when I execute az CLI
az batch account login -g myRg --name myPool --shared-key-auth
az batch pool create --id myPoo-windows --os-family 4 --target-dedicated 2 --vm-size small
to crate batch pool it throws an Authorization error This request is not authorized to perform this operation
Am not sure at this stage, even though I have had my RBAC as a contributor on the resource any help is much appreciated