Search code examples
azureterraformtwiliosendgridazure-marketplace

How to create a Sengrid Subscription with Terraform in Azure Marketplace


I want to create a Sendgrid Subscription with Terraform from the Azure Marketplace. Currently i have to use the UI, but it would be nice to create the Subscription and automatically retreive an access token for Sendgrid in Terraform.


Solution

  • As far as I tried and researched couple days ago, there's no way for us to create the Sendgrid anymore. Since it's migrated to be SaaS in Azure, the platform does not support for automation by ARM or Terraform, even Biceps. You possible look into this thread: https://learn.microsoft.com/en-us/answers/questions/559161/sendgrid-as-saas-resource-arm-template-deployment.html But the platform also disabled the Deployment template generation (right after creation and resource export too). And many others function are also disabled (change resource group, manage account on Portal, .etc). So this problem also frustrated me.