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-create-workspace.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Follow the steps in this article to:
25
25
26
26
> [!NOTE]
27
27
> * 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).
Copy file name to clipboardExpand all lines: articles/api-management/workspaces-overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,27 +63,27 @@ The following is a sample workflow for creating and using a workspace.
63
63
64
64
## Workspace gateway
65
65
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.
67
67
68
68
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.
69
69
70
70
* For information on the cost of workspace gateways, see [API Management pricing](https://aka.ms/apimpricing).
71
71
* For a detailed comparison of API Management gateways, see [API Management gateways overview](api-management-gateways-overview.md).
72
72
73
-
### Dedicated versus shared workspace gateways
73
+
### Associate workspaces with a workspace gateway
74
74
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.
77
76
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.
79
79
80
80
* A workspace gateway has certain configuration (such as virtual network, scale, hostname) and allocated computing resources (CPU, memory, networking resources).
81
81
* Configuration and computing resources are shared by all workspaces deployed on a gateway.
82
82
* 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.
83
83
84
84
Consider reliability, security, and cost when choosing a deployment model for workspaces.
85
85
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.
87
87
***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.
88
88
***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.
89
89
**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
97
97
98
98
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.
99
99
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.
0 commit comments