Hey! Is there a way to get the virtual network id ...
# azure
f
Hey! Is there a way to get the virtual network id for a given AKS cluster using the azure native provider? The networks have randomly generated names and I can't figure out how to list/filter them.
m
AFAIK, it is not possible to get the vnet id. It may make sense to create the vnet (subnet) beforehand and pass it to the AKS creation.
f
Okay thanks. Sadly the AKS cluster is not created with pulumi.