web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested answer

Azure Function Run Quarterly

(0) ShareShare
ReportReport
Posted on by

Hi All,

Please guide me how to make azure function run FIRST quarter of month and First quarter of last month.

Thanks,

Arshad 

I have the same question (0)
  • Suggested answer
    RodRodriguez Profile Picture
    on at
    RE: Azure Function Run Quarterly

    Howdy!

    I think you are looking for the ability to run a function on a schedule:

    docs.microsoft.com/.../functions-create-scheduled-function

  • tech-44 Profile Picture
    on at
    RE: Azure Function Run Quarterly

    Azure Function Run Quarterly is an essential monthly report that provides critical insights and activity for Azure Functions. This report helps ensure that all Azure Function community members are kept up-to-date on developments with Azure Functions.

    Visit Here: technanosoft.com/.../azure-services

  • Suggested answer
    Naveen Ganeshe Profile Picture
    3,397 User Group Leader on at
    RE: Azure Function Run Quarterly

    Hi Arshad,

    There are a few different ways to make an Azure Function run at specific times, such as the first quarter of the current month and the first quarter of the previous month. Here are a few options you can consider:

    1. Use the Timer trigger built into Azure Functions. You can configure the timer trigger to run on a schedule using the standard CRON syntax. For example, to run the function every day at 3:00 AM, you could use the following schedule: "0 0 3 * * *". To run the function every day at 3:00 AM every first day of every quarter you could use this schedule "0 0 3 1 */3 *"

    2. Use Azure Logic Apps to schedule the function to run. Logic Apps allows you to create workflows that include custom logic and integrations with other services, such as Azure Functions. You can use the built-in "Recurrence" trigger to schedule the function to run at specific times, and use the "If" condition to check whether the current date is the first day of the month.

    3. Use Azure Scheduler which is a fully managed service that enables you to invoke HTTP/S endpoints (URLs) or post messages to a storage queue on any schedule. You could configure the job to run on desired schedule every first day of every quarter.

    Please note that the timezone of the schedule will be based on the timezone of the hosting server. It is always recommended to use UTC timezone for scheduling purposes.

    Once you've chosen your method for scheduling your function, you'll need to implement the logic for the function to check whether the current date is the first day of the month or the first day of the quarter, and to perform the appropriate action. You can use .net DateTime or any other programming constructs to evaluate that.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Pallavi Phade – Community Spotlight

We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
MVP-Daniyal Khaleel Profile Picture

MVP-Daniyal Khaleel 130

#2
Tom_Gioielli Profile Picture

Tom_Gioielli 118 Super User 2025 Season 2

#3
Erin Lubben Profile Picture

Erin Lubben 57

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans