Skip to content

Commit 982dda6

Browse files
committed
tweaks
1 parent 298b371 commit 982dda6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ You can now invoke your function endpoints in Azure by making HTTP requests to t
450450

451451
You can use the Core Tools to obtain the URL endpoints of your functions running in Azure.
452452

453-
1. In your local terminal or command prompt, run this command to get the URL endpoint values:
453+
1. In your local terminal or command prompt, run these commands to get the URL endpoint values:
454454
455455
### [bash](#tab/bash)
456456

@@ -467,7 +467,7 @@ You can use the Core Tools to obtain the URL endpoints of your functions running
467467

468468
---
469469

470-
The `azd env get-value` command gets your function app name from the local environment. Using the `--show-keys` option means that the returned **Invoke URL:** value for each endpoint includes a function-level access key.
470+
The `azd env get-value` command gets your function app name from the local environment. Using the `--show-keys` option with `func azure functionapp list-functions` means that the returned **Invoke URL:** value for each endpoint includes a function-level access key.
471471

472472
1. As before, use your HTTP test tool to validate these URLs in your function app running in Azure.
473473
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
@@ -489,7 +489,7 @@ azd down --no-prompt
489489
```
490490

491491
>[!NOTE]
492-
>The `--no-prompt` option has `azd` delete your resource group without a confirmation.
492+
>The `--no-prompt` option instructs `azd` to delete your resource group without a confirmation from you.
493493
>
494494
>This command doesn't affect your local code project.
495495

0 commit comments

Comments
 (0)