Hello @Mishra, Arpit
You can use normal Azure Functions task and configure your App settings there
Edit web app application settings following the syntax -key value . Value containing spaces should be enclosed in double quotes.
Example :
-Port 5000
-RequestTimeout 5000
-WEBSITE_TIME_ZONE "Eastern Standard Time"
If you think your question has been answered, click "Mark as Accept Answer" if just helped click "Vote as helpful". This can be beneficial to other community members reading this forum thread.