https://pulumi.com logo
Title
l

limited-carpenter-34991

05/27/2020, 11:05 AM
Is Azure Static Web Apps (Preview) also available inside Pulumi Azure Package ?
βž• 3
t

tall-librarian-49374

05/27/2020, 12:31 PM
Not yet. The service just hit preview and isn’t supported in the Terraform provider yet. You can track it here https://github.com/terraform-providers/terraform-provider-azurerm/issues/7029
If you need a workaround, you could use
TemplateDeployment
to deploy a Static Web App with an ARM template https://www.pulumi.com/docs/reference/pkg/azure/core/templatedeployment/
πŸŽ‰ 2
r

ripe-russia-4239

05/27/2020, 1:04 PM
I didn't realise this was available - that would be an acceptable workaround for the CosmosDB free tier issue, too πŸ‘ Thanks @tall-librarian-49374
t

tall-librarian-49374

05/27/2020, 1:06 PM
Yet another option if you are in Node or Python are dynamic providers that could delegate to the Azure CLI commands, see e.g. https://www.pulumi.com/blog/dynamic-providers/
πŸ‘Œ 3