Skip to content

Commit 1c6d5ba

Browse files
committed
Minor fixes and updates
1 parent eaec2fa commit 1c6d5ba

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

articles/api-management/graphql-apis-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ API Management helps you import, manage, protect, test, publish, and monitor Gra
2121

2222
|Pass-through GraphQL |Synthetic GraphQL |
2323
|---------|---------|
24-
| ▪️ Pass-through API to existing GraphQL service endpoint<br><br/>▪️ Support for GraphQL queries, mutations, and subscriptions | ▪️ API based on a custom GraphQL schema<br></br>▪️ Support for GraphQL queries, mutations, and subscriptions<br/><br/>▪️ Configure custom resolvers, for example, to HTTP data sources<br/><br/>▪️ Develop GraphQL schemas and GraphQL-based clients while consuming data from legacy APIs<br/><br/>▪️ Synthetic subscriptions do not requrie resolvers. See [publish-event](publish-event-policy.md) policy. |
24+
| ▪️ Pass-through API to existing GraphQL service endpoint<br><br/>▪️ Support for GraphQL queries, mutations, and subscriptions | ▪️ API based on a custom GraphQL schema<br></br>▪️ Support for GraphQL queries, mutations, and subscriptions<br/><br/>▪️ Configure custom resolvers, for example, to HTTP data sources<br/><br/>▪️ Develop GraphQL schemas and GraphQL-based clients while consuming data from legacy APIs<br/><br/>▪️ Synthetic subscriptions do not require resolvers. See [publish-event](publish-event-policy.md) policy. |
2525

2626
## Availability
2727

articles/api-management/publish-event-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `publish-event` policy publishes an event to one or more subscriptions speci
5353
### Usage notes
5454

5555
* This policy is invoked only when a related GraphQL query or mutation is executed.
56-
* Resolver should *not* be defined for the corresponding subscription itself. Using `publish-event` policy on related query or mutation is sufficient to trigger subscription events.
56+
* Resolver *should not* be defined for the corresponding subscription. Defining a `publish-event` policy on a source query or mutation is sufficient to trigger subscription events.
5757

5858
## Example
5959

includes/api-management-llm-semantic-cache-example.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ ms.author: danlep
1414
<base />
1515
<llm-semantic-cache-lookup
1616
score-threshold="0.05"
17-
embeddings-backend-id ="llm-backend" >
17+
embeddings-backend-id ="llm-backend"
18+
embeddings-backend-auth ="system-assigned" >
1819
<vary-by>@(context.Subscription.Id)</vary-by>
1920
</llm-semantic-cache-lookup>
2021
</inbound>

includes/api-management-semantic-cache-example.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ ms.author: danlep
1414
<base />
1515
<azure-openai-semantic-cache-lookup
1616
score-threshold="0.05"
17-
embeddings-backend-id ="azure-openai-backend" >
17+
embeddings-backend-id ="azure-openai-backend"
18+
embeddings-backend-auth ="system-assigned" >
1819
<vary-by>@(context.Subscription.Id)</vary-by>
1920
</azure-openai-semantic-cache-lookup>
2021
</inbound>

0 commit comments

Comments
 (0)