{{ $cloud := .Get 0 }}

Pulumi's infrastructure-as-code SDK helps you create, deploy, and manage {{ .Get 0 }} containers, serverless functions, and infrastructure using programming languages like TypeScript, Python, Go, C#, and Java, and markup languages like YAML. The Pulumi {{ .Get 0 }} provider packages and CLI help you accomplish all these within minutes.

For a quick example of how Pulumi deploys infrastructure on {{ .Get 0 }}, this tutorial takes you through the following steps to easily deploy a static website:

  1. Setting up and configuring Pulumi to access your {{ .Get 0 }} account.
  2. Creating a new Pulumi project.
  3. {{ if eq $cloud "AWS" }}
  4. Provisioning a new AWS S3 bucket.
  5. Adding an index.html file to the bucket and serving it as a static website.
  6. {{ else if eq $cloud "Microsoft Azure" }}
  7. Provisioning a new Blob storage container.
  8. Adding an index.html file to your container and serving it as a static website.
  9. {{ else if eq $cloud "Google Cloud" }}
  10. Provisioning a new Google Cloud Storage bucket.
  11. Adding an index.html file to your bucket and serving it as a static website.
  12. {{ end }}
  13. Cleaning up your deployment by destroying the resources you've provisioned.