Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure provider #10

Open
Tracked by #29
alallema opened this issue Apr 25, 2023 · 1 comment
Open
Tracked by #29

Add Azure provider #10

alallema opened this issue Apr 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@alallema
Copy link
Contributor

https://developer.hashicorp.com/packer/plugins/builders/azure

@brunoocasali
Copy link
Member

I was trying some implementations here, but it was not easy to pass through the auth:

source "azure-arm" "debian" {
  client_id           = "0bbc3c11-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  client_secret       = "client-secret"
  subscription_id     = "09bcffb6-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  tenant_id           = "f0bbad2e-xxxx-xxxx-xxxx-xxxxxxxxxxxx"


  image_publisher = "Debian"
  image_offer     = "debian-11"
  image_sku       = "11"
  os_type         = "Linux"

  azure_tags = {
    dept = "packer"
  }

  location        = "eastus"
  
  resource_group_name = "PackerImages"
  storage_account = "meilisearchazureimages"
  capture_container_name = "meilisearchazureimages"
  capture_name_prefix = "meili"
}

@alallema alallema added the enhancement New feature or request label Apr 26, 2023
@alallema alallema mentioned this issue May 1, 2023
Closed
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants