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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: dlepow
5
5
ms.topic: how-to
6
6
ms.service: azure-api-management
7
7
ms.author: danlep
8
-
ms.date: 05/14/2025
8
+
ms.date: 06/03/2025
9
9
ms.custom:
10
10
- build-2025
11
11
---
@@ -56,7 +56,7 @@ Follow the steps in this article to:
56
56
> [!IMPORTANT]
57
57
> Plan your workspace's network configuration carefully. You can't change the network configuration after you create the workspace.
58
58
59
-
* 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
+
* If you select either **Inbound public access, outbound private access** (virtual network integration) or **Inbound private access, outbound private access** (virtual network injection), 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).
60
60
61
61
1. Select **Next**. After validation completes, select **Create**.
description: Learn about requirements for network resources when you integrate your API Management workspace gateway in an Azure virtual network.
3
+
description: Learn about requirements for network resources when you integrate or inject your API Management workspace gateway in an Azure virtual network.
4
4
author: dlepow
5
5
6
6
ms.service: azure-api-management
7
7
ms.topic: concept-article
8
-
ms.date: 07/15/2024
8
+
ms.date: 06/03/2025
9
9
ms.author: danlep
10
10
---
11
11
12
-
# Network resource requirements for integration of a workspace gateway into a virtual network
12
+
# Network resource requirements to integrate or inject a workspace gateway into a virtual network
Network isolation is an optional feature of an API Management [workspace gateway](workspaces-overview.md#workspace-gateway). This article provides network resource requirements when you integrate your gateway in an Azure virtual network. Some requirements differ depending on the desired inbound and outbound access mode. The following modes are supported:
16
+
Network isolation is an optional feature of an API Management [workspace gateway](workspaces-overview.md#workspace-gateway). This article provides network resource requirements when you integrate or inject your gateway in an Azure virtual network. Some requirements differ depending on the desired inbound and outbound access mode. The following modes are supported:
For information about networking options in API Management, see [Use a virtual network to secure inbound or outbound traffic for Azure API Management](virtual-network-concepts.md).
21
+
For background about networking options in API Management, see [Use a virtual network to secure inbound or outbound traffic for Azure API Management](virtual-network-concepts.md).
*The virtual network must be in the same region and Azure subscription as the API Management instance.
27
+
The virtual network must be in the same region and Azure subscription as the API Management instance.
29
28
30
29
### Dedicated subnet
31
30
32
-
* The subnet used for virtual network integration can only be used by a single workspace gateway. It can't be shared with another Azure resource.
31
+
* The subnet used for virtual network integration or injection can only be used by a single workspace gateway. It can't be shared with another Azure resource.
33
32
34
33
## Subnet size
35
34
@@ -42,19 +41,19 @@ The subnet must be delegated as follows to enable the desired inbound and outbou
42
41
43
42
For information about configuring subnet delegation, see [Add or remove a subnet delegation](../virtual-network/manage-subnet-delegation.md).
44
43
45
-
#### [Public/Private](#tab/external)
44
+
#### [Virtual network integration](#tab/external)
46
45
47
46
48
-
For Public/Private mode, the subnet needs to be delegated to the **Microsoft.Web/serverFarms** service.
47
+
For virtual network integration, the subnet needs to be delegated to the **Microsoft.Web/serverFarms** service.
49
48
50
49
:::image type="content" source="media/virtual-network-injection-workspaces-resources/delegate-external.png" alt-text="Screenshot showing subnet delegation to Microsoft.Web/serverFarms in the portal.":::
51
50
52
51
> [!NOTE]
53
52
> You might need to register the `Microsoft.Web/serverFarms` resource provider in the subscription so that you can delegate the subnet to the service.
54
53
55
-
#### [Private/Private](#tab/internal)
54
+
#### [Virtual network injection](#tab/internal)
56
55
57
-
For Private/Private mode, the subnet needs to be delegated to the **Microsoft.Web/hostingEnvironments** service.
56
+
For virtual network injection, the subnet needs to be delegated to the **Microsoft.Web/hostingEnvironments** service.
58
57
59
58
:::image type="content" source="media/virtual-network-injection-workspaces-resources/delegate-internal.png" alt-text="Screenshot showing subnet delegation to Microsoft.Web/hostingEnvironments in the portal.":::
60
59
@@ -67,27 +66,30 @@ For Private/Private mode, the subnet needs to be delegated to the **Microsoft.We
67
66
68
67
## Network security group (NSG) rules
69
68
70
-
A network security group (NSG) must be attached to the subnet to explicitly allow inbound connectivity. Configure the following rules in the NSG. Set the priority of these rules higher than that of the default rules.
69
+
A network security group (NSG) must be attached to the subnet to explicitly allow certain inbound or outbound connectivity. Configure the following rules in the NSG. Set the priority of these rules higher than that of the default rules.
70
+
71
+
Configure other NSG rules to meet your organization's network access requirements.
0 commit comments