This message was deleted.
# general
s
This message was deleted.
f
The Azure Native provider recently added the ability to refer to sub-resources via a relative ID, which should save you here. You no longer have to do those big formatted strings! You can instead just write
$self/frontEndConfigurations/my-frontend
, for example. https://www.pulumi.com/registry/packages/azure-native/api-docs/network/applicationgateway/#subresource
🦄 1