Skip to content

Commit 45e48e2

Browse files
authored
[Functions] rendering bug in JavaScript QS
1 parent f90e577 commit 45e48e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/create-first-function-cli-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a JavaScript function from the command line - Azure Functions
33
description: Learn how to create a JavaScript function from the command line, then publish the local Node.js project to serverless hosting in Azure Functions.
4-
ms.date: 12/15/2023
4+
ms.date: 02/26/2024
55
ms.topic: quickstart
66
ms.devlang: javascript
77
ms.custom: devx-track-azurecli, devx-track-azurepowershell, mode-api, devx-track-js
@@ -62,7 +62,7 @@ In Azure Functions, a function project is a container for one or more individual
6262
func new --name HttpExample --template "HTTP trigger" --authlevel "anonymous"
6363
```
6464

65-
[`func new`](functions-core-tools-reference.md#func-new) creates a subfolder matching the function name that contains a code file appropriate to the project's chosen language and a configuration file named *function.json*.
65+
[`func new`](functions-core-tools-reference.md#func-new) creates a subfolder matching the function name that contains a code file appropriate to the project's chosen language and a configuration file named *function.json*.
6666

6767
You may find the [Azure Functions Core Tools reference](functions-core-tools-reference.md) helpful.
6868

0 commit comments

Comments
 (0)