Cost to run a durable function

Matt Dorsey 151 Reputation points
2022-09-16T10:57:57.827+00:00

I have a durable function that completes the following job:

  1. takes a zip file of many pdf documents
  2. unzips it
  3. scans/ocr the pdfs using form recognizer
  4. moves the pdfs into another folder
  5. moves the json (scanned pdfs) into another folder
  6. indexes the json documents for cognitive search
  7. emails the client to let them know the job is complete

My question: I'm processing A LOT of pdfs with the job outlined above... Is there a tool in Azure that can tell me the cost to just process one pdf? That way I can give my client an accurate projection for the cost of processing tens of thousands of PDFs.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,020 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,646 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,341 questions
{count} votes

Accepted answer
  1. Carlos Solís Salazar 17,786 Reputation points MVP
    2022-09-16T13:55:07.647+00:00

    Hi @Matt Dorsey

    Thank you for asking this question on the **Microsoft Q&A Platform. **

    I don't sure that you can get that level of details for your costs,

    You can go to the Azure Price Calculator a get an estimate of the cost for one Azure Function
    241903-image.png

    If you have already run some tests with your Azure function, you can see how much have you spend in your Azure Cost Management >> Cost Analysis
    241953-image.png

    Hope this helps!

    ----------

    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.


5 additional answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. ibrahim s 0 Reputation points
    2023-10-06T18:09:52.5633333+00:00

    My question: I'm processing a lot of pdfs with the job outlined above... Is there a tool in Azure that can tell me the cost to just process one PDF? That way, I can give my client an accurate projection for the cost of processing tens of thousands of PDFs.

    0 comments No comments

  4. ibrahim s 0 Reputation points
    2023-10-06T18:11:13.5433333+00:00

    I have a durable function that completes the following job:

    0 comments No comments