This message was deleted.
# azure
s
This message was deleted.
t
There’s no mapping because resources aren’t 1:1. Also, Azure API returns no sensitive information by default, so you have to make an explicit call to retrieve the keys in the native provider.
Here is an example of retrieving a connection string: https://github.com/pulumi/examples/blob/master/azure-ts-functions/helpers.ts#L7
n
that makes perfect sense! thanks for this.