azure - 如何获取 westus.api.cognitive.microsoft.com 的 API key

标签 azure office365 azure-cognitive-services office365api

我正在阅读有关在 Power Platform @ https://learn.microsoft.com/en-us/connectors/custom-connectors/define-blank 中创建自定义连接器的链接.. 现在我按照提到的步骤创建了自定义连接器。但我不确定从哪里可以获得 API key 来测试自定义连接器?

enter image description here

谢谢

最佳答案

您使用的示例是关于从头开始创建自定义连接器,而不使用 Postman 集合或 OpenAPI 定义来描述认知服务文本分析情绪 API(我们本系列的示例)。相反,您可以在自定义连接器向导中完整地描述连接器。

因此,您需要创建文本分析服务。如果您没有文本分析服务也没关系,请按照以下步骤操作:

文本分析 API 使用 API key 来验证用户身份。当用户通过自定义连接器创建与 API 的连接时,用户指定此键的值。要获取 API key :

Request an API key to try out the API.这不需要 Azure 订阅。

Add the Text Analytics API to your Azure subscription.订阅中拥有 API 资源后,请从“ key ”部分获取 API key : 转到您的 Azure 门户 -> 文本分析服务 -> 键和端点,如下图所示。

enter image description here

引用文档:https://learn.microsoft.com/en-us/connectors/custom-connectors/#get-an-api-key

关于azure - 如何获取 westus.api.cognitive.microsoft.com 的 API key ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71254502/

相关文章:

azure - 用于在 Azure Web App 上重新启动高级应用程序的 Powershell

office365 - 使用 graph api 获取用户所属的所有租户

powershell - 如何确定账户类型?

azure - 如何清除软删除的文本分析?

javascript - Azure 认知搜索 : Sort result by particular result String

json - 通过 ARM 模板将子网添加到现有 Vnet

powershell - Visual Studio 在线构建和发布 Azure Powershell

Azure 数据工厂从元数据复制事件新的上次修改列

azure - 如何在 Office 365 API 上过滤来自特定电子邮件地址的电子邮件?

c# - 如何修复微软认知语音错误 "Failed to initialize platform (azure-c-shared)"?