Deploy a Container Instance with Public IP

By Pulumi Team
Published
Updated

The Challenge

You need to quickly deploy a containerized application to Azure without managing VMs or orchestrators. Container Instances are perfect for simple workloads, testing, or quick deployments.

What You'll Build

  • Azure Container Instance running your application
  • Public IP address for external access
  • Resource group for organization
  • Automatic restart on failure
  • Configured CPU and memory resources

Neo Try This Prompt in Pulumi Neo

Edit the prompt below and run it directly in Neo to deploy your infrastructure.

Best For

Use this prompt when you need to quickly deploy a container without managing Kubernetes or VMs. Perfect for simple web apps, testing, batch jobs, or when you want serverless-like container execution without the complexity of orchestrators.

Why Container Instances?

Azure Container Instances offer:

  • No Orchestration - Just deploy containers directly
  • Fast Startup - Containers start in seconds
  • Pay Per Second - Only pay for what you use
  • Public IP - Immediate external access
  • Simple - No clusters or nodes to manage

Perfect for prototypes, testing, or simple containerized workloads!