Implement Rate limiting on APP services

I want to implement rate limiting and verify human functionality for every request coming to app services

I am creating a blog using MongoDB app services and I allow anonymous login. I don’t want the APIs to be crawled by any bots to steal my content. So I want to implement rate limiting and verify humans (using a captcha) for all read operations.

Is it possible to integrate Cloudflare into the app services url?