The sample here: <https://pulumi.io/reference/pkg/...
# general
f
The sample here: https://pulumi.io/reference/pkg/nodejs/pulumi/azure/compute/#example-usage-with-managed-disks-recommended on this line:
Copy code
loadBalancerInboundNatRulesIds: [pulumi.all(lbnatpool.map(v => v.id)).apply(id => id.map(v => v)[1])],
does not work. You cannot
map
a
NatPool
.