https://pulumi.com logo
#dotnet
Title
m

mammoth-toothbrush-9728

07/19/2021, 7:09 AM
Hello, I started using the AzureNative package, and I've encountered an issue. I create a
StorageAccount
object, and wish to pass its connection string on to my web app, but as opposed to the older Azure package, theres no
PrimaryConnectionString
property in the
StorageAccount
object anymore. I also couldn't see the Keys for the storage account in order to create the connection string manually. Can anyone guide me ?
b

brave-planet-10645

07/19/2021, 8:22 AM
You haven't specified what language so I went with TS. If you take a look here you'll see how it's done (if you look at the other
azure-{languge}
entry points in whatever language you're using you can see how it's done)
m

mammoth-toothbrush-9728

07/19/2021, 9:11 AM
Thanks for the tip!