Skip to content

Commit eb63de0

Browse files
author
gitName
committed
correx
1 parent 82e0d09 commit eb63de0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/api-management/how-to-create-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Follow the steps in this article to:
2525

2626
> [!NOTE]
2727
> * Currently, creating a workspace gateway is a long-running operation that can take up to 3 hours or more to complete.
28-
> * Associating multiple workspaces to a workspace gateway is available only for workspace gateways created after March 1, 2025. [Learn more about shared workspace gateways](workspaces-overview.md#workspace-gateway).
28+
> * Associating multiple workspaces with a workspace gateway is available only for workspace gateways created after March 1, 2025. [Learn more about shared workspace gateways](workspaces-overview.md#workspace-gateway).
2929
3030
## Prerequisites
3131

articles/api-management/workspaces-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,27 +63,27 @@ The following is a sample workflow for creating and using a workspace.
6363

6464
## Workspace gateway
6565

66-
Each workspace is associated with one or more workspace gateways to enable runtime of APIs managed within the workspace. A workspace gateway is a standalone Azure resource (*workspace gateway premium*) with the same core functionality as the gateway built into your API Management service. Workspace gateways are managed independently from the API Management service and from each other.
66+
Each workspace is configured with a *workspace gateway* to enable runtime of APIs managed within the workspace. A workspace gateway is a standalone Azure resource (*workspace gateway premium*) with the same core functionality as the gateway built into your API Management service.
6767

6868
Workspace gateways are managed independently from the API Management service and from each other. They allow for isolation of runtime between workspaces or use cases, increasing API reliability, resiliency, and security and enabling attribution of runtime issues to workspaces.
6969

7070
* For information on the cost of workspace gateways, see [API Management pricing](https://aka.ms/apimpricing).
7171
* For a detailed comparison of API Management gateways, see [API Management gateways overview](api-management-gateways-overview.md).
7272

73-
### Dedicated versus shared workspace gateways
73+
### Associate workspaces with a workspace gateway
7474

75-
> [!NOTE]
76-
> Associating multiple workspaces to a workspace gateway is available only for workspace gateways created after March 1, 2025.
75+
Depending on your organization's needs, you can associate one workspace or up to several workspaces with a workspace gateway.
7776

78-
Each workspace gateway can be associated with one or multiple workspaces:
77+
> [!NOTE]
78+
> Associating multiple workspaces with a workspace gateway is available only for workspace gateways created after March 1, 2025.
7979
8080
* A workspace gateway has certain configuration (such as virtual network, scale, hostname) and allocated computing resources (CPU, memory, networking resources).
8181
* Configuration and computing resources are shared by all workspaces deployed on a gateway.
8282
* Bugs in an API or anomalous traffic may cause exhaustion of these resources, affecting all workspaces on that gateway. In other words, the more workspaces are deployed on a gateway, the higher the risk that an API from a workspace will experience reliability issues caused by an API from another workspace.
8383

8484
Consider reliability, security, and cost when choosing a deployment model for workspaces.
8585

86-
* **Use dedicated gateways for mission-critical workloads** - To maximize API reliability and security, assign each mission-critical workspace to its own dedicated gateway, avoiding shared use with other workspaces.
86+
* **Use dedicated gateways for mission-critical workloads** - To maximize API reliability and security, assign each mission-critical workspace to its own gateway, avoiding shared use with other workspaces.
8787
* **Balance reliability, security, and cost** - Associate multiple workspaces with a gateway to balance reliability, security, and cost for non-critical workloads. Distributing workspaces across at least two gateways helps prevent issues, such as resource exhaustion or configuration errors, from impacting all APIs within the organization.
8888
* **Use distinct gateways for different use cases** - Group workspaces on a gateway based on a use case or network requirements. For instance, separate internal and external APIs by assigning them to different gateways.
8989
**Prepare to quarantine troubled workspaces** - Use a proxy, such as Azure Application Gateway or Azure Front Door, in front of shared workspace gateways to simplify moving a workspace that's causing resource exhaustion to a different gateway, preventing impact on other workspaces sharing the gateway.
@@ -97,7 +97,7 @@ Consider reliability, security, and cost when choosing a deployment model for wo
9797

9898
Each workspace gateway provides a unique hostname for APIs managed in an associated workspace. Default hostnames follow the pattern `<gateway-name>-<hash>.gateway.<region>.azure-api.net`. Use the gateway hostname to route API requests to your workspace's APIs.
9999

100-
Currently, custom hostnames aren't supported for workspace gateways. You can configure a proxy, such as Azure Application Gateway or Azure Front Door, with a custom hostname.
100+
Currently, custom hostnames aren't supported for workspace gateways. You can configure Azure Application Gateway or Azure Front Door with a custom hostname in front of a workspace gateway.
101101

102102
### Network isolation
103103

0 commit comments

Comments
 (0)