0

I'm creating a new subnet to host an App Service and there are two Web options to "SUBNET DELEGATION":

  • Microsoft.Web/hostingEnvironments
  • Microsoft.Web/serverFarms

What is the difference between them?

Evandro Pomatti
  • 13,341
  • 16
  • 97
  • 165

1 Answers1

1

Microsoft.Web hostingEnvironments

Microsoft.Web/serverFarms

  • You can define gateways and routes.
  • serverFarmId - Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".

You can refer to Microsoft.Web/serverFarms and Custom configuration settings for App Service Environments

Ecstasy
  • 1,866
  • 1
  • 9
  • 17