Skip to content

Commit be18abe

Browse files
author
gitName
committed
add screenshot
1 parent c3a8d92 commit be18abe

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,22 @@ Follow the steps in this article to:
4141

4242
1. On the **Basics** tab, enter a descriptive **Display name**, resource **Name**, and optional **Description** for the workspace. Select **Next**.
4343

44-
1. On the **Gateway** tab, configure settings for the workspace gateway:
44+
1. On the **Gateway** tab, configure settings for the workspace gateway.
4545

46-
* In **Gateway details**, select an existing gateway, or enter a new gateway name and select the number of scale **Units**. The gateway costs are based on the number of units. For more information, see [API Management pricing](https://aka.ms/apimpricing).
46+
:::image type="content" source="media/how-to-create-workspace/create-workspace-gateway.png" alt-text="Screenshot of creating a workspace gateway in the portal.":::
4747

48-
* In **Network**, select a **Network configuration** for your workspace gateway.
48+
* Select **Create new** to create a new workspace gateway, or select **Use existing** to share an existing workspace gateway.
4949

50-
> [!IMPORTANT]
51-
> Plan your workspace's network configuration carefully. You can't change the network configuration after you create the workspace.
52-
53-
* If you select a network configuration that includes private inbound or private outbound network access, select a **Virtual network** and **Subnet** to isolate the workspace gateway, or create a new one. For network requirements, see [Network resource requirements for workspace gateways](virtual-network-workspaces-resources.md).
50+
* If you choose to create a new gateway:
51+
* In **Gateway details**, enter a new gateway name and select the number of scale **Units**. The gateway costs are based on the number of units. For more information, see [API Management pricing](https://aka.ms/apimpricing).
5452

53+
* In **Network**, select a **Network configuration** for your workspace gateway.
54+
55+
> [!IMPORTANT]
56+
> Plan your workspace's network configuration carefully. You can't change the network configuration after you create the workspace.
57+
58+
* If you select a network configuration that includes private inbound or private outbound network access, select a **Virtual network** and **Subnet** to isolate the workspace gateway, or create a new one. For network requirements, see [Network resource requirements for workspace gateways](virtual-network-workspaces-resources.md).
59+
5560
1. Select **Next**. After validation completes, select **Create**.
5661

5762
It can take from several minutes to up to several hours to create the workspace, a new workspace gateway (if selected), and related resources. To track the deployment progress in the Azure portal, go to the gateway's resource group. In the left menu, under **Settings**, select **Deployments**.
90.5 KB
Loading

articles/api-management/workspaces-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Workspaces function like "folders" within an API Management service:
2222

2323
* Each workspace contains APIs, products, subscriptions, named values, and related resources.
2424
* Access to resources within a workspace is managed through Azure's role-based access control (RBAC) with built-in or custom roles assignable to Microsoft Entra accounts.
25-
* Each workspace is associated with a *workspace gateway* for routing API traffic to the backend services of APIs in the workspace.
25+
* Each workspace is associated with one or more *workspace gateways* for routing API traffic to the backend services of APIs in the workspace.
2626

2727
:::image type="content" source="media/workspaces-overview/workspace-concept.png" alt-text="Conceptual diagram of API Management service with workspaces.":::
2828

@@ -60,7 +60,7 @@ While workspaces are managed independently from the API Management service and o
6060

6161
## Workspace gateway
6262

63-
Each workspace can be associated with workspace gateways to enable runtime of APIs managed within the workspace. A workspace gateway is a standalone Azure resource 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.
63+
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 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.
6464

6565
* For information on the cost of workspace gateways, see [API Management pricing](https://aka.ms/apimpricing).
6666
* For a detailed comparison of API Management gateways, see [API Management gateways overview](api-management-gateways-overview.md).
@@ -74,7 +74,7 @@ A workspace gateway can be either *dedicated* to a single workspace or *shared*
7474

7575
* **Dedicated** - Provides isolation of runtime between workspaces, increasing API reliability, resiliency, and security and enabling attribution of runtime issues to a workspace.
7676

77-
* **Shared** - Gateway settings including scale, hostname, networking, and TLS configuration, and computing resources such as CPU and memory, are shared by multiple workspaces on a gateway.
77+
* **Shared** - Shares gateway settings including scale, hostname, networking, and TLS configuration, and computing resources such as CPU and memory by multiple workspaces.
7878

7979
<!--- Can a workspace be associated with both a dedicated g/w and a shared g/w?-->
8080

@@ -87,7 +87,7 @@ Consider reliability, security, and cost when choosing a deployment model for wo
8787

8888
### Gateway hostname
8989

90-
Each workspace gateway provides a unique hostname for APIs managed in that workspace. Default hostnames follow the pattern `<gateway-name>-<hash>.gateway.<region>.azure-api.net`. Currently, custom hostnames aren't supported for workspace gateways.
90+
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`. Currently, custom hostnames aren't supported for workspace gateways.
9191

9292

9393
### Network isolation
@@ -110,7 +110,7 @@ For a current list of regions where workspace gateways are available, see [Avail
110110
The following constraints currently apply to workspace gateways:
111111

112112
* A workspace gateway needs to be in the same region as the API Management instance's primary Azure region and in the same subscription
113-
* To associate a shared gateway, a workspace must be in the same API Management instance
113+
* All workspaces that share a workspace gateway must be in the same API Management instance
114114
* A shared gateway can be associated with up to 30 workspaces (contact support to increase this limit)
115115
* A workspace can't be associated with a self-hosted gateway
116116
* Workspace gateways don't support inbound private endpoints

0 commit comments

Comments
 (0)