File tree 1 file changed +8
-2
lines changed
samples/oci-vault-decrypt-python
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ The function requires the following configuration values to be set:
94
94
- key_ocid
95
95
- cryptographic_endpoint
96
96
97
- ![ user input icon] ( .. /images/userinput.png )
97
+ ![ user input icon] ( ./images/userinput.png )
98
98
99
99
Use the * fn CLI* to set the config value:
100
100
```
@@ -121,4 +121,10 @@ echo '{"cipher": "Ia+hS8+UYAEV8gr00ItHxsC1jhfslbzAA="}' | fn invoke myapp oci-va
121
121
```
122
122
123
123
Upon success, the function should return the decrypted text:
124
- {"decryptedtext": "my text"}
124
+ {"decryptedtext": "my text"}
125
+
126
+
127
+ ## Monitoring Functions
128
+
129
+ Learn how to configure basic observability for your function using metrics, alarms and email alerts:
130
+ * [ Basic Guidance for Monitoring your Functions] ( ../basic-observability/functions.md )
You can’t perform that action at this time.
0 commit comments