-
In a custom connection, I have defined a key that is marked as a secret. From Azure AI Studio, if I'm using the Python tool, when I retrieve the key from the custom connection, the value of this key "data_scrubbed". How does one get the unscrubbed value from the key? I could not find an answer from the documentation. It would be good if there is an example of how to do this in the documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found my problem. I was trying to make a HTTP call with the key and was getting a key error. I was having trouble determining whether or not the key that I provided was correct. Printing anything with the key always gets me the data_scrubbed value so I was not sure which key was provided. My problem was I did not properly set up the header when making the HTTP call. But it would be good if the debug experience for Python tool in Azure AI Studio can be better. |
Beta Was this translation helpful? Give feedback.
I found my problem. I was trying to make a HTTP call with the key and was getting a key error. I was having trouble determining whether or not the key that I provided was correct. Printing anything with the key always gets me the data_scrubbed value so I was not sure which key was provided.
My problem was I did not properly set up the header when making the HTTP call. But it would be good if the debug experience for Python tool in Azure AI Studio can be better.