pulumi / arm2pulumi

Tool to convert Azure ARM templates to Pulumi code
5 stars 3 forks source link

arm2pulumi Various issues converting CDN-oriented ARM template to typescript #35

Closed MitchellGerdisch closed 11 months ago

MitchellGerdisch commented 4 years ago

How to recreate: Convert this ARM template to pulumi typescript https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-cdn-with-ruleseengine-rewriteandredirect/azuredeploy.json

The generated code will have a few "compile" time issue and a run time issue.

"compile" time issues:

"run" time issue

I've attached a copy of the generated code with the corrections (and a few other changes I made for testing purposes). index_ts.txt

mikhailshilkov commented 11 months ago

The standalone arm2pulumi tool has been deprecated in favor of the Pulumi CLI built-in command pulumi convert --from arm. Therefore, I'm closing all issues in this repository as "won't fix". Please file any issue related to pulumi convert in https://github.com/pulumi/pulumi/issues/