Skip to content

Commit dbe53b4

Browse files
authored
Remove other duplicate
1 parent c96cecc commit dbe53b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ py -m venv .venv
280280
<http://localhost:7071/api/httpget>
281281

282282
1. From a new terminal or command prompt window, run this `curl` command to send a POST request with a JSON payload to the `httppost` endpoint:
283-
::: zone pivot="programming-language-csharp, programming-language-powershell,programming-language-python,programming-language-javascript"
283+
::: zone pivot="programming-language-csharp, programming-language-powershell,programming-language-python"
284284
```console
285285
curl -i http://localhost:7071/api/httppost -H "Content-Type: text/json" -d @testdata.json
286286
```

0 commit comments

Comments
 (0)