Skip to content

Commit 83b1622

Browse files
Merge pull request #271531 from nachoalonsoportillo/patch-53
Fix argument name
2 parents 979390a + 8d1bbcf commit 83b1622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/generative-ai-azure-cognitive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In the Language resource, under **Resource Management** > **Keys and Endpoint**
3131
select azure_ai.set_setting('azure_cognitive.endpoint','https://<endpoint>.cognitiveservices.azure.com');
3232
select azure_ai.set_setting('azure_cognitive.subscription_key', '<API Key>');
3333
-- the region setting is only required for the translate function
34-
select azure_ai.set_setting('azure_cognitive.region', '<API Key>');
34+
select azure_ai.set_setting('azure_cognitive.region', '<Region>');
3535
```
3636

3737
## Sentiment analysis

0 commit comments

Comments
 (0)