Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
789 B
HTML
Raw Permalink Normal View History

{{ define "hero" }}
{{ 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">
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.
</p>
2021-05-27 15:46:18 -07:00
<div class="container container-2xl mx-auto">
{{ partial "convert" (dict "from" "arm" "examples" .Params.examples) }}
</div>
</section>
{{ end }}
{{ define "main" }}
{{ partial "get-started.html" . }}
{{ partial "hand-raise-section" . }}
{{ end }}