Hi folks, has anyone tried deploying Azure API man...
# azure
n
Hi folks, has anyone tried deploying Azure API management policies using Pulumi? There is no chance of pushing the code at the moment if you have some C# quotes in an attribute. I believe it's a Terraform bug, but I can't find a workaround. I tried pushing the whole policy to a file in blob storage and use XmlLink instead of XmlContent, but yet it doesn't work.
l
You can some example under the pulumi examples inside the github repo.
n
There is only one TypeScript example with no C# in the policy.
l
Must of the properties are the same in c#, because of the azurerm terraform background.
n
The C# code is part of the policy, not Pulumi in this case.