Skip to content

Commit 4445710

Browse files
authored
list formatting
1 parent de9362f commit 4445710

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/api-management/how-to-deploy-self-hosted-gateway-container-apps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ The following example shows how you can use the self-hosted gateway to access an
149149

150150
:::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.":::
151151

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
155155

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
157157

158158
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 local source code to Azure Container Apps](../container-apps/quickstart-code-to-cloud.md). Abbreviated steps follow:
159159

@@ -190,7 +190,7 @@ Now update the container app hosting the sample API to enable ingress only in th
190190
1. In **Ingress traffic**, select **Limited to Container Apps Environment**.
191191
1. Review the remaining settings and select **Save**.
192192

193-
### Step 2. Add the API to your API Management instance
193+
### Add the API to your API Management instance
194194

195195
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).
196196

@@ -215,7 +215,7 @@ The following are example steps to add an API to your API Management instance an
215215
1. **URL**: Select **Get** and enter `/albums` for the endpoint.
216216
1. Select **Save**.
217217

218-
### Step 3. Call the API through the self-hosted gateway
218+
### Call the API through the self-hosted gateway
219219

220220
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.
221221

0 commit comments

Comments
 (0)