Hello, I started using the AzureNative package, an...
# dotnet
m
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
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
Thanks for the tip!