Skip to content

Commit 328d367

Browse files
committed
merge conflict
2 parents 78cbd66 + 36f6fdb commit 328d367

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/azure-functions/functions-bindings-openai.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ The OpenAI bindings have an `AIConnectionName` property that you can use to spec
105105

106106
| Setting name | Description |
107107
|---|---|
108+
<<<<<<< HEAD
109+
=======
110+
111+
>>>>>>> 36f6fdb02cfee9773076183788a4e68b9f3be8ec
108112
| `<CONNECTION_NAME_PREFIX>__endpoint` | Sets the URI endpoint of the Azure OpenAI in Foundry Models. This setting is always required. |
109113
| `<CONNECTION_NAME_PREFIX>__clientId` | Sets the specific user-assigned identity to use when obtaining an access token. Requires that `<CONNECTION_NAME_PREFIX>__credential` is set to `managedidentity`. The property accepts a client ID corresponding to a user-assigned identity assigned to the application. It's invalid to specify both a Resource ID and a client ID. If not specified, the system-assigned identity is used. This property is used differently in [local development scenarios](functions-reference.md#local-development-with-identity-based-connections), when `credential` shouldn't be set. |
110114
| `<CONNECTION_NAME_PREFIX>__credential` | Defines how an access token is obtained for the connection. Use `managedidentity` for managed identity authentication. This value is only valid when a managed identity is available in the hosting environment. |

0 commit comments

Comments
 (0)