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 th...
Kidd_Ip
Nov 10, 2024MVP
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.