Skip to content

Commit 0e263a4

Browse files
committed
edits
1 parent 328d367 commit 0e263a4

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

articles/api-management/azure-openai-enable-semantic-caching.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,8 @@ Configure a [backend](backends.md) resource for the embeddings API deployment wi
5959

6060
* **Name** - A name of your choice, such as `embeddings-backend`. You use this name to reference the backend in policies.
6161
* **Type** - Select **Custom URL**.
62-
* **Runtime URL** - The URL of the embeddings API deployment in Azure OpenAI, similar to:
62+
* **Runtime URL** - The URL of the embeddings API deployment in Azure OpenAI, similar to: `https://my-aoai.openai.azure.com/openai/deployments/embeddings-deployment/embeddings`
6363

64-
```
65-
https://my-aoai.openai.azure.com/openai/deployments/embeddings-deployment/embeddings
66-
```
6764
* **Authorization credentials** - Go to **Managed Identity** tab.
6865
* **Client identity** - Select *System assigned identity* or type in a User assigned managed identity client ID.
6966
* **Resource ID** - Enter `https://cognitiveservices.azure.com/` for Azure OpenAI.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ 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
112108
| `<CONNECTION_NAME_PREFIX>__endpoint` | Sets the URI endpoint of the Azure OpenAI in Foundry Models. This setting is always required. |
113109
| `<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. |
114110
| `<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)