my guess is putting files to a fileshare is outside the scope of pulumi as it relates to the data stored inside. you can create/modify/destroy the fileshare itself, but for the contents you should use the azure sdk libraries.
these 2 things are separate roles even in Azure RBAC (contributor vs. data contributor)
b
best-noon-85183
01/03/2024, 5:56 PM
Thanks for the reply. You are probably right, but Azure Classic had the functionality and it would make my life easier, as I could configure the whole system in one place, whereas without it I will have to create the app and storage account and put the config file there in some other place. How do people handle this? I assume many apps need some sort of configuration file, often containing the info generated during the Pulumi run (like the name of the storage account, or database connection string).
b
bumpy-glass-30283
01/03/2024, 5:59 PM
eg. I just pulled in azure packages into my pulumi code, and ran it as part of the pulumi up code. Needs some handling (preview, up down, etc.).
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.