Any one got an example on how to create an Azure A...
# dotnet
c
Any one got an example on how to create an Azure Application Gateway from scratch? Like a PublicIP, a VNET, Subnets, etc. The examples I find require Uris to existing resources and the properties used do not support Input<string>, so I can't pass in to be created resources in the same stack as far as I can see. See https://www.pulumi.com/registry/packages/azure-native/api-docs/network/applicationgateway/ for example.