Skip to content

Commit 87a0506

Browse files
committed
Fixed bloking issues
1 parent 6093eef commit 87a0506

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

articles/api-management/api-management-howto-configure-custom-domain-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To perform the steps described in this article, you must have:
3939

4040
1. Select **Certificates** from under **Security**.
4141
2. Select **+ Add**.
42-
3. Enter a resource name for the certificate into **Id** field.
42+
3. Enter a resource name for the certificate into **ID** field.
4343
4. Select the file containing the certificate (.PFX) by selecting the **Certificate** field or the folder icon adjacent to it.
4444
5. Enter the password for the certificate into the **Password** field.
4545
6. Select **Create** to add the certificate to your API Management service.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ CONTAINER ID IMAGE COMMAN
5252
```
5353
10. Go back to Azure portal, click on **Overview** and confirm that self-hosted gateway container you just deployed is reporting a healthy status.
5454

55-
![gateway status](media/api-management-howto-deploy-self-hosted-gateway-to-docker/status.png)
55+
![gateway status](media/how-to-deploy-self-hosted-gateway-docker/status.png)
5656

5757
> [!TIP]
5858
> Use <code>console docker container logs <gateway-name></code> command to view a snapshot of self-hosted gateway log.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
4848
12. Go back to the Azure portal and select **Overview**.
4949
13. **Status** showing a green checkmark icon followed by the node count matching the number of replicas specified in the YAML file confirms that deployed self-hosted gateway pods are successfully communicating with the API Management service and have a regular "heartbeat".
5050

51-
![gateway status](media/api-management-howto-deploy-self-hosted-gateway-to-k8s/status.png)
51+
![gateway status](media/how-to-deploy-self-hosted-gateway-kubernetes/status.png)
5252

5353
> [!TIP]
5454
> Execute <code>kubectl logs deployment/<gateway-name></code> command to view logs from a randomly selected pod if there are more than one.

articles/api-management/self-hosted-gateway-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ By default, all these components are deployed in Azure, causing all API traffic
3333

3434
![API traffic flow without self-hosted gateways](media/self-hosted-gateway-overview/without-gateways.png)
3535

36-
Deploying self-hosted gateways into the same environments where the backend API implementations are hosted allows API traffic to flow directly to the backend APIs, which improves latency, optimizes data transfer costs, and enables compliance while retaining the benefits of having a single point of management, observanility, and discovery of all APIs within the organization regardless of where their implementations are hosted.
36+
Deploying self-hosted gateways into the same environments where the backend API implementations are hosted allows API traffic to flow directly to the backend APIs, which improves latency, optimizes data transfer costs, and enables compliance while retaining the benefits of having a single point of management, observability, and discovery of all APIs within the organization regardless of where their implementations are hosted.
3737

3838
![API traffic flow with self-hosted gateways](media/self-hosted-gateway-overview/with-gateways.png)
3939

0 commit comments

Comments
 (0)