We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867fa38 commit d11c3b2Copy full SHA for d11c3b2
demo/func/HelloWorld/index.js
@@ -1,6 +1,6 @@
1
const { app } = require('@azure/functions');
2
3
-app.http('httpTrigger1', {
+app.http('HelloWorld', {
4
methods: ['GET', 'POST'],
5
handler: async (req, context) => {
6
context.log('JavaScript HTTP trigger function processed a request.');
0 commit comments