Skip to content

Commit bbcfb43

Browse files
committed
add example URL
1 parent 7a594dd commit bbcfb43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/azure-functions/how-to-create-function-azure-cli.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@ Copy the complete **Invoke URL** shown in the output of the publish command into
306306
::: zone pivot="programming-language-java"
307307
Paste the URL you copied into a browser address bar.
308308
::: zone-end
309+
The endpoint URL should look something like this example:
310+
311+
`https://contoso-app.azurewebsites.net/api/httpexample`
312+
309313
When you navigate to this URL, the browser should display similar output as when you ran the function locally.
310314

311315
[!INCLUDE [functions-cleanup-resources-cli](../../includes/functions-cleanup-resources-cli.md)]

0 commit comments

Comments
 (0)