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-management/how-to-deploy-self-hosted-gateway-container-apps.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,11 +149,11 @@ The following example shows how you can use the self-hosted gateway to access an
149
149
150
150
:::image type="content" source="media/how-to-deploy-self-hosted-gateway-container-apps/scenario.png" alt-text="Diagram of example scenario with self-hosted gateway.":::
151
151
152
-
***Step 1.** Deploy a container app hosting an API in the same environment as the self-hosted gateway
153
-
***Step 2.** Add the API to your API Management instance
154
-
***Step 3.** Call the API through the self-hosted gateway
152
+
1. Deploy a container app hosting an API in the same environment as the self-hosted gateway
153
+
1. Add the API to your API Management instance
154
+
1. Call the API through the self-hosted gateway
155
155
156
-
### Step 1. Deploy a container app hosting an API in the same environment as the self-hosted gateway
156
+
### Deploy a container app hosting an API in the same environment as the self-hosted gateway
157
157
158
158
For example, deploy an example music album API to a container app. For later access to the API using the self-hosted gateway, deploy the API in the same environment as the self-hosted gateway. For detailed steps and information about the resources used in this example, see [Quickstart: Build and deploy from localsource code to Azure Container Apps](../container-apps/quickstart-code-to-cloud.md). Abbreviated steps follow:
159
159
@@ -190,7 +190,7 @@ Now update the container app hosting the sample API to enable ingress only in th
190
190
1. In **Ingress traffic**, select**Limited to Container Apps Environment**.
191
191
1. Review the remaining settings and select**Save**.
192
192
193
-
### Step 2. Add the API to your API Management instance
193
+
### Add the API to your API Management instance
194
194
195
195
The following are example steps to add an API to your API Management instance and configure an API backend. For more information, see [Add an API to Azure API Management](add-api-manually.md).
196
196
@@ -215,7 +215,7 @@ The following are example steps to add an API to your API Management instance an
215
215
1. **URL**: Select **Get** and enter `/albums`for the endpoint.
216
216
1. Select **Save**.
217
217
218
-
### Step 3. Call the API through the self-hosted gateway
218
+
### Call the API through the self-hosted gateway
219
219
220
220
Call the API using the FQDN of the self-hosted gateway running in the container app. Find the FQDN on the container app's **Overview** page in the Azure portal, or run the following `az containerapp show` command.
0 commit comments