https://pulumi.com logo
Title
n

nice-oyster-71086

06/11/2021, 9:34 PM
I'm looking at the typescript
@pulumi/azure-native
web.StaticSite and would like to deploy some appsettings along with the static site, but don't see a way to set them in the web.StaticSiteArgs object. Is there any guidance for this?
t

tall-librarian-49374

06/11/2021, 10:10 PM
I checked and the app settings endpoint only have a PUT (create/update) operation but no GET. We depend on being able to read the state of any resource so we couldn’t map it to a Pulumi resource yet.
Actually, there is POST endpoint that lists the settings, so we could do that even though this is a non-standard model.
Could you please open an issue?
👍 1