Skip to content

Commit bd6a62b

Browse files
author
gitName
committed
pivots
1 parent 02299cc commit bd6a62b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/api-center/synchronize-aws-gateway-apis.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Save your access keys in a safe location. You'll store them in Azure Key Vault i
6969

7070
Manually upload and securely store the two IAM user access keys in Azure Key Vault using the configuration recommended in the following table. For more information, see [Quickstart: Set and retrieve a secret from Azure Key Vault using the Azure portal](/azure/key-vault/secrets/quick-create-portal).
7171

72-
#### [Portal](#tab/portal)
7372

7473
| AWS secret | Upload options | Name | Secret value |
7574
|------------|----------------|------|--------------|
@@ -78,8 +77,6 @@ Manually upload and securely store the two IAM user access keys in Azure Key Vau
7877

7978
:::image type="content" source="media/synchronize-aws-gateway-apis/key-vault-secrets.png" alt-text="Screenshot of secrets list in Azure Key Vault in the portal.":::
8079

81-
---
82-
8380
Take note of the **Secret identifier** of each secret, a URI similar to `https://<key-vault-name>.vault.azure.net/secrets/<secret-name>`. You'll use these identifiers in the next steps.
8481

8582

@@ -110,10 +107,12 @@ You can integrate an Amazon API Gateway to your API center using the Azure CLI.
110107
1. Select **Create**.
111108
112109
Add image of integrating AWS g/w in portal
113-
--->
110+
114111
115112
#### [Azure CLI](#tab/cli)
116113
114+
--->
115+
117116
Run the `az apic integration create aws` command to integrate an Amazon API Gateway to your API center.
118117

119118
* Provide the names of the resource group, API center, and integration.
@@ -129,7 +128,6 @@ az apic integration create aws \
129128
--aws-secret-access-key-reference <secret-access-key-uri>
130129
--aws-region-name <aws-region>
131130
```
132-
---
133131

134132

135133
The environment is added in your API center. The Amazon API Gateway APIs are imported to the API center inventory.

0 commit comments

Comments
 (0)