https://pulumi.com logo
Title
a

adventurous-keyboard-93905

12/09/2020, 1:58 PM
I'm trying to retrieve the Virtual IP address from my AppService in my pulumi
index.ts
, but can't find a way to do it as it is not a field of the
AppService
class (see picture for how it looks like in the Azure Portal). Any hints?
It is weird, because you do have acces to other fields such as outbound ip addresses
t

tall-librarian-49374

12/09/2020, 8:56 PM
Not sure if that’s the one but have you checked
virtualIP
?https://www.pulumi.com/docs/reference/pkg/azure-nextgen/web/webapp/#hostnamesslstate
a

adventurous-keyboard-93905

12/09/2020, 8:59 PM
Thanks for the pointers. I was usign the old azure provider, so now I am figuring out how to use nextgen so I get access to this