Hi @Anthony_Dob,
The API limits documented here mention that the limits are on a per web server basis. If you are using a Sandbox or Production environment then you will likely have multiple load balanced web servers allocated for your environment. So in theory you should be able to perform at least 12k requests.
That said, I would consider redesigning your approach to process your records in a batch inside of your function, rather than making individual function calls per record. By doing so you will reduce the chance of being throttled by Dataverse, and you will reduce the costs of Azure functions (assuming you are using the consumption plan).
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.