https://pulumi.com logo
Title
f

fancy-artist-45287

05/24/2023, 3:30 PM
How can I add these settings to a Static Web App with a pulumi typescript script? The resource azure-native.web.StaticSite does not have any config properties 🤷‍♂️
Cannot find any alternative in both azure native and azure classic npm packages
Publish Azure Static Web Apps using an ARM Template Looks like it can be specified with
azuredeploy.parameters.json
when using ARM event tho the Microsoft.Web/staticSites does not mention it at all...
m

millions-journalist-34868

05/24/2023, 7:57 PM
It seems something is missing in the Azure RM APIs, maybe you should raise an issue for Microsoft to correct that.
f

fancy-artist-45287

05/24/2023, 8:43 PM
I could do that but where do I raise it?
m

millions-journalist-34868

05/24/2023, 8:50 PM
I am not sure but I think you can try in 2 places: • create an issue in this repository • create an issue directly from the Microsoft documentation where the config is missing (on the bottom of the Ms docs pages, there is a feedback section that would make you create an issue on the docs repository)
f

fancy-artist-45287

05/24/2023, 9:08 PM