Another Dynamic Provider if anyone is interested. ...
# built-with-pulumi
b
Another Dynamic Provider if anyone is interested. This one manages Azure Storage Container Access Policies and SAS tokens with those policies. https://github.com/Eric-Swiftly/PulumiCodeSamples/blob/main/azure_blob_storage_provider.py This provider uses listStorageAccountKeys from Azure Native to generate a connection string and then the Azure SDK for the rest of the work.
d
i was wondering if we should create a section here https://github.com/pulumiverse/awesome-pulumi for good dynamic provider examples
b
I thought about it. I read the last line in the Contribution guidelines which says "In case we gather a lot of links that are kinda-useful, but not exactly awesome, we could create another list within the repo" I considered my work useful, but not awesome, so I didn't add it. However if a section was added specifically for dynamic provider examples, I would be more than willing to add a link.
d
well in any case, i am going to include it in the next newsletter since its pretty cool and useful.