Skip to content

Commit b6b0950

Browse files
Merge pull request #276279 from cloga/lochen/credential-less-custom-connection
custom-connection
2 parents b52c586 + 910c909 commit b6b0950

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/ai-studio/how-to/prompt-flow-tools/python-tool.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,6 @@ Create a custom connection that stores all your large language model API key or
116116
> [!NOTE]
117117
> Make sure at least one key-value pair is set as secret. Otherwise, the connection won't be created successfully. To set one key-value pair as secret, select **is secret** to encrypt and store your key value.
118118

119-
1. Add the following custom keys to the connection:
120-
- `azureml.flow.connection_type`: `Custom`
121-
- `azureml.flow.module`: `promptflow.connections`
122-
123-
:::image type="content" source="../../media/prompt-flow/custom-connection-keys.png" alt-text="Screenshot that shows adding extra information to a custom connection in AI Studio." lightbox = "../../media/prompt-flow/custom-connection-keys.png":::
124-
125119
### Consume a custom connection in Python
126120

127121
To consume a custom connection in your Python code:

0 commit comments

Comments
 (0)