Is there a mapping for azure-native namespaces and...
# azure
l
Is there a mapping for azure-native namespaces and its resources/objects in corresponce to the azure resources ?
t
The relation isn’t 1:1 so making such a map is challenging… I can see that your specific question has been answered below.
l
Sometimes it is a little bit challenging to identiy the root object of major azure resource.
For exmaple a function app is mapped to webapp. Why not using same names principals ? Or an application insights instance is mapped to component.
t
We follow the names of ARM which has no notion of Function App. There is https://github.com/pulumi/pulumi-azure-native/issues/690 but had quite some pushback.
l
Ah ok