https://pulumi.com logo
Title
m

microscopic-furniture-52860

08/20/2022, 5:04 PM
Hi, does anyone have a working example of creating a subnet with delegation? I’m looking to add a delegation for integration with an App Service. The example provided in the docs doesn’t have the details: https://www.pulumi.com/registry/packages/azure-native/api-docs/network/subnet/#create-subnet-with-a-delegation and I’m aware there’s an open Pulumi + MS docs issue for MS to provide example params. I stumbled upon this SO post but unfortunately it doesn’t include the working solution. Stuck on what other params should be beyond the service name:
new DelegationArgs
{
    ServiceName = "Microsoft.Web/serverFarms",
}