{{ define "hero" }} {{ partial "hero" (dict "title" "Convert Your ARM Templates to Pulumi") }}

If you already have an ARM template and want to see what it would look like in your favorite language, we've got you covered. This conversion tool will do the magic of translating your ARM templates into modern code using Pulumi.

{{ partial "convert" (dict "from" "arm" "examples" .Params.examples) }}
{{ end }} {{ define "main" }} {{ partial "get-started.html" . }} {{ partial "hand-raise-section" . }} {{ end }}