Skip to content

Commit adbf029

Browse files
update placeholder
1 parent 54f0fc3 commit adbf029

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/container-apps/functions-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Get detailed information about a specific function:
4747
az containerapp function show \
4848
--resource-group <RESOURCE_GROUP> \
4949
--name <CONTAINER_APP_NAME> \
50-
--function-name HttpExample
50+
--function-name <FUNCTIONS_APP_NAME>
5151
```
5252

5353
## Monitor function invocations
@@ -60,7 +60,7 @@ Monitoring your function app is essential for understanding its performance and
6060
az containerapp function invocations traces \
6161
--name <CONTAINER_APP_NAME> \
6262
--resource-group <RESOURCE_GROUP> \
63-
--function-name <FUNCTION_APP_NAME> \
63+
--function-name <FUNCTIONS_APP_NAME> \
6464
--timespan 5h \
6565
--limit 3
6666
```
@@ -71,7 +71,7 @@ Monitoring your function app is essential for understanding its performance and
7171
az containerapp function invocations summary \
7272
--name <CONTAINER_APP_NAME> \
7373
--resource-group <RESOURCE_GROUP> \
74-
--function-name <FUNCTION_APP_NAME> \
74+
--function-name <FUNCTIONS_APP_NAME> \
7575
--timespan 5h
7676
```
7777
@@ -84,7 +84,7 @@ Azure Functions uses [keys for authentication and authorization](/azure/azure-fu
8484
- **System keys**: Used by Azure services
8585
- **Function keys**: Access specific functions
8686
87-
The following commands show you how to manage keys for the host. To run the same command for a specific Functions app, add the `--function-name <FUNCTION_APP_NAME>` parameter to your command.
87+
The following commands show you how to manage keys for the host. To run the same command for a specific Functions app, add the `--function-name <FUNCTIONS_APP_NAME>` parameter to your command.
8888
8989
### List keys
9090

0 commit comments

Comments
 (0)