You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/export-to-copilot-studio.yml
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,16 @@ title: |
20
20
Export API definition from API Center to Copilot Studio as a connector
21
21
22
22
introduction: |
23
-
You can export an API definition from your Azure API center as a [connector in Microsoft Copilot Studio](/connectors/overview) (preview). Using Microsoft Copilot Studio, citizen developers can use the exported connector to extend the capabilities of AI agents. [Learn more about extending agent capabilities with Copilot connectors](/microsoft-copilot-studio/copilot-connectors-in-copilot-studio).
23
+
You can export an API definition from your Azure API center as a [connector in Microsoft Copilot Studio](/connectors/overview) (preview). In Microsoft Copilot Studio, citizen developers can use the exported connector to extend the capabilities of AI agents. [Learn more about extending agent capabilities with Copilot connectors](/microsoft-copilot-studio/copilot-connectors-in-copilot-studio).
24
24
25
-
In this article, you create a custom connector from an OpenAPI definition associated with an API in an API center. Learn more about [creating a custom connector](/connectors/custom-connectors/define-openapi-definition) from an OpenAPI definition.
25
+
In this article, you create a custom connector from an OpenAPI definition associated with an API in an API center. Learn more about [creating custom connectors](/connectors/custom-connectors/define-openapi-definition) from OpenAPI definitions.
26
26
prerequisites:
27
27
summary: |
28
-
The following are prerequisites for this procedure.
29
28
30
29
dependencies:
31
30
- An API center instance. You can [create one](set-up-api-center.md) in the Azure portal.
32
-
- An API registered in the API center inventory. The API must have a version associated with a [deployment](configure-environments-deployments.md), and an API definition in OpenAPI 2.0 format
33
-
- A Power Platform [environment](/power-apps/powerapps-overview#power-apps-for-admins) to export the API to.
34
-
31
+
- An API registered in the API center inventory. The API must have a version associated with a [deployment](configure-environments-deployments.md), and it must have an API definition in OpenAPI 2.0 format.
32
+
- A Power Platform [environment](/power-apps/powerapps-overview#power-apps-for-admins)**.
35
33
36
34
procedureSection:
37
35
- title: |
@@ -45,13 +43,13 @@ procedureSection:
45
43
- |
46
44
In the left menu, under **Assets**, select **Copilot Studio (preview)**.
47
45
- |
48
-
Select **Create a connector**. The **Create a connector** pane opens.
46
+
Select **Create a connector**. The **Create a connector** window opens.
49
47
- |
50
-
Select a **Power Platform environment** to publish the API to.
48
+
Select a **Power Platform environment** to expoert the API to.
51
49
- |
52
50
Enter a **Connector display name**.
53
51
- |
54
-
Select the **API**, **API version**, and **Deployment** to connect to the Power Platform. The **Host** URL is populated with the deployment's runtime URL.
52
+
Select the **API**, **API version**, and **Deployment** for the connector. The **Host** URL is populated with the deployment's runtime URL.
55
53
- |
56
54
Select the **API definition** to use for the connector.
57
55
- |
@@ -64,7 +62,11 @@ procedureSection:
64
62
65
63
The connector is now available for use in Microsoft Copilot Studio.
66
64
67
-
You can [test the connector](/connectors/custom-connectors/define-openapi-definition#test-the-connector) in Power Automate or Power Apps. Manage the custom connector in Microsoft Copilot Studio. After testing, you can use the connector in [Microsoft Copilot Studio]() to create applications and workflows.
65
+
After creating the connector:
66
+
67
+
- You can [test the connector](/connectors/custom-connectors/define-openapi-definition#test-the-connector) in Power Automate or Power Apps.
68
+
69
+
- After testing, use the connector in [Microsoft Copilot Studio]() to create applications and workflows.
0 commit comments