We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54560c commit 20d189eCopy full SHA for 20d189e
1 file changed
articles/container-apps/functions-secrets-tutorial.md
@@ -124,7 +124,7 @@ az containerapp update \
124
125
### Verify the Container Apps secret
126
127
-Confirm your function can read the secret valueby invoking the function and checking that it runs without errors related to missing configuration.
+Confirm your function can read the secret value by invoking the function and checking that it runs without errors related to missing configuration.
128
129
```bash
130
curl "https://<FUNCTIONS_APP_URL>/api/<FUNCTION_NAME>"
0 commit comments