2020-09-21 17:11:34 -07:00
{{ define "hero" }}
2021-04-20 00:37:26 -07:00
{{ partial "hero" (dict "title" "Convert Your ARM Templates to Pulumi") }}
< section class = "mx-auto px-4 py-8 lg:p-16" >
< p class = "text-center mt-4 mb-16 max-w-3xl text-xl text-gray-800 mx-auto" >
2022-06-01 10:58:20 -07:00
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.
2021-04-20 00:37:26 -07:00
< / p >
2021-05-27 15:46:18 -07:00
< div class = "container container-2xl mx-auto" >
2020-10-08 10:51:50 -07:00
{{ partial "convert" (dict "from" "arm" "examples" .Params.examples) }}
2020-09-21 17:11:34 -07:00
< / div >
< / section >
{{ end }}
{{ define "main" }}
{{ partial "get-started.html" . }}
2021-07-28 07:49:15 -07:00
{{ partial "hand-raise-section" . }}
2020-09-21 17:11:34 -07:00
{{ end }}