Skip to content

Commit 02a43c3

Browse files
authored
Update functions-create-first-function-terraform.md
1 parent 47e422b commit 02a43c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-function-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The `outputs.tf` file returns these values for your new function app:
112112
| `fa_name` | The name of your new function app. |
113113
| `fa_url` | The URL of your new function app endpoint. |
114114

115-
Open a browser and browse to the URL location in `fa_url`.
115+
Open a browser and browse to the URL location in `fa_url`. You can also use the [terraform output](https://developer.hashicorp.com/terraform/cli/commands/output) command to review these values at a later time.
116116

117117
:::image type="content" source="media/functions-create-first-function-terraform/function-app-terraform.png" alt-text="Screenshot of Azure Functions app 'Welcome page'." border="false":::
118118

0 commit comments

Comments
 (0)