Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/api-management/integrate-vnet-outbound.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The subnet needs to be delegated to the **Microsoft.Web/serverFarms** service.


> [!NOTE]
> You might need to register the `Microsoft.Web/serverFarms` resource provider in the subscription so that you can delegate the subnet to the service.
> You might need to register the `Microsoft.Web/serverFarms` resource provider in the subscription so that you can delegate the subnet to the service, even if you see it on the list of available services in the subnet delegation setup in the portal.
Copy link
Preview

Copilot AI Aug 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The sentence structure could be improved for clarity. Consider: 'You might need to register the Microsoft.Web/serverFarms resource provider in the subscription to delegate the subnet to the service, even if you see it listed as an available service in the portal's subnet delegation setup.'

Suggested change
> You might need to register the `Microsoft.Web/serverFarms` resource provider in the subscription so that you can delegate the subnet to the service, even if you see it on the list of available services in the subnet delegation setup in the portal.
> You might need to register the `Microsoft.Web/serverFarms` resource provider in the subscription to delegate the subnet to the service, even if you see it listed as an available service in the portal's subnet delegation setup.

Copilot uses AI. Check for mistakes.



For more information about configuring subnet delegation, see [Add or remove a subnet delegation](../virtual-network/manage-subnet-delegation.md).
Expand Down