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/synchronize-aws-gateway-apis.md
+16-27Lines changed: 16 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,31 +89,8 @@ Take note of the **Secret identifier** of each secret, a URI similar to `https:/
89
89
90
90
## Integrate an Amazon API Gateway
91
91
92
-
You can integrate an Amazon API Gateway to your API center using the Azure CLI.
93
-
94
-
<!--
95
-
#### [Portal](#tab/portal)
96
-
97
-
1. In the [portal](https://portal.azure.com), navigate to your API center.
98
-
1. Under **Assets**, select **Environments**.
99
-
1. Select **Integrations (preview)** > **+ New integration** > **From Amazon API Gateway**.
100
-
1. In the **Integrate your Amazon API Gateway service** page:
101
-
1. Under **Configure AWS credentials using Azure Key Vault**, enter or select the Key Vault secret identifiers for the **AWS access key** and **AWS secret access key** you stored previously. Also, select the **AWS region** where the Amazon API Gateway is deployed.
102
-
1. In **Integration details**, enter an identifier.
103
-
1. In **Environment details**, enter an **Environment title** (name), **Environment type**, and optional **Description**.
104
-
1. In **API Details**:
105
-
1. Select a **Lifecycle** for the synchronized APIs. (You can update this value for the APIs after they're added to your API center.)
106
-
1. Optionally, select whether to include API definitions.
107
-
1. Select **Create**.
108
-
109
-
Add image of integrating AWS g/w in portal
110
-
111
-
112
-
#### [Azure CLI](#tab/cli)
113
-
114
-
--->
115
-
116
-
Run the `az apic integration create aws` command to integrate an Amazon API Gateway to your API center.
92
+
93
+
Run the [az apic integration create aws](/cli/azure/apic/integration/create#az-apic-integration-create-aws) (preview) command command to integrate an Amazon API Gateway to your API center.
117
94
118
95
* Provide the names of the resource group, API center, and integration.
119
96
@@ -128,12 +105,24 @@ az apic integration create aws \
The environment is added in your API center. The Amazon API Gateway APIs are imported to the API center inventory.
134
111
112
+
## Delete an integration
113
+
114
+
While an API source is integrated, you can't delete synchronized APIs from your API center. If you need to, you can delete the integration. When you delete an integration:
115
+
116
+
* The synchronized APIs in your API center inventory are deleted
117
+
* The environment and deployments associated with the API source are deleted
To delete an integration using the Azure CLI, run the [az apic integration delete](/cli/azure/apic/integration#az-apic-integration-delete) (preview) command. Provide the names of the resource group, API center, and integration.
0 commit comments