I am also having trouble to find the equivalent of...
# azure
a
I am also having trouble to find the equivalent of
ApplicationInsights
. Is there a guide or an explanation somewhere that I can use to map from the old names to the ones in
nextgen
?
t
It’s a module called
Insights
and resource
Component
. Unfortunately, there’s no doc that maps the old names (hand-crafted by us) to new names (auto generated), at the moment. Also, the mapping is often not 1:1.
On the bright side, you can pretty much use Azure docs for ARM templates and map them to Pulumi.
a
Sounds like a good solution
So if I create a
Component
I should see
ApplicatoinInsights
in the Azure Portal?
t
yes
a
Wow I didn't expect such inconsistency in Azure's own stuff
I guess older services that went through several marketing waves suffer from that more
a
Yeah... I am just trying to find my way as a beginner and it is confusing that the GUI doesn't match the API
Thanks again for you help 🙂