Forum Discussion
bill-xu
Nov 15, 2023Copper Contributor
Functions menu not shown in Function App
Hello,
i'm trying create a time triggered function in Azure Function App.
following instructions in this document -> Create a function in Azure that runs on a schedule | Microsoft Learn, it says the first step is to "select Functions, and then select + Create.", the functions menu is just like thisms learn create timer triggered function
but, in my function app, there is no such menu, it's shown like this,
my function app
i am using my personal account and a standard subscription.
how can i access functions menu just like that described in ms learn?
please help give advice, thank you!
best regards
bill
Watch out below:
- Check the Azure Portal Version: Ensure you're using the latest version of the Azure portal. Sometimes, older versions might not have the same interface.
- Navigate to the Function App: Go to your Function App in the Azure portal. You should see a menu on the left-hand side with options like "Functions," "Integrate," "Settings," etc.
- Access the Functions Menu: Click on "Functions" in the menu. This is where you can create new functions, including time-triggered functions.
- Create a Timer Trigger: Once you're in the "Functions" section, you can create a new function and select the "Timer Trigger" option. Follow the instructions to set up your time-triggered function.
- Aniqa8Copper Contributor
Your own reply helped me. Thanks for this
- bill-xuCopper Contributor
i figured it out myself
the functions menu is moved to overview page
documentation in ms learn needs to be updated