Skip to content

Commit 20d189e

Browse files
authored
Typo fix.
1 parent d54560c commit 20d189e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/functions-secrets-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ az containerapp update \
124124

125125
### Verify the Container Apps secret
126126

127-
Confirm your function can read the secret valueby invoking the function and checking that it runs without errors related to missing configuration.
127+
Confirm your function can read the secret value by invoking the function and checking that it runs without errors related to missing configuration.
128128

129129
```bash
130130
curl "https://<FUNCTIONS_APP_URL>/api/<FUNCTION_NAME>"

0 commit comments

Comments
 (0)