Sendgrid Account resource type in ARM not available anymore?
See original GitHub issueHi,
we a resource of type “sendgrid account” that we added to our ARM template. when we now look at the azure portal, we see that this sendgrid account has been mitigated
This SendGrid account resource has been migrated to a Software as a Service (SaaS) account.
We see that a resource of type SaaS is added for each sendgrid account. So what does that mean in terms of ARM? Is this completely removed now? Where can I now create and/or manage this SaaS resource? What should happen to the current sendgrid account resource?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
SendGrid as SaaS resource - ARM template deployment
The attempt to export existing SendGrid resource to ARM template from Azure Portal was unsuccessful with the following error message:
Read more >Sendgrid account creation through Azure ARM template or ...
I am facing issue while trying to create a sendgrid account either through portal or by ARM template deployment. Below is the issue....
Read more >How to create a Sengrid Subscription with Terraform in Azure ...
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...
Read more >ARM Template - Azure Web App with Storage and SendGrid
ARM templates makes managing resource dependencies easy. When set up properly, it will provision resources in parallel as much as possible.
Read more >Cars Island Azure Functions - integration with SendGrid - part 7
Some time ago I have noticed that Free pricing tier is not available anymore to be selected in the Azure portal. I made...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We see that a resource of type SaaS is added for each sendgrid account. Yes, this resources are the new accounts that was migrated from the old SendGrid account resources
So what does that mean in terms of ARM? Is this completely removed now? What should happen to the current sendgrid account resource? The old SendGrid account resources was migrated but still exists on ARM. But its only used to link to the new account it does not have any account under it, and you won’t be charged extra for it. It will be removed from ARM after a transition period (about ~2 months).
Where can I now create and/or manage this SaaS resource? Under SaaS, you can see the resource, manage them, and create new ones
Regarding deployment of SaaS sendgrid account via arm template a. Customers shouldn’t use the old arm template to deploy old Dev Services SendGrid resources, because this is deprecated b. It is technically possible to deploy the new SaaS SendGrid resources with ARM templates, however once deployed customers still need to manually activate the account from the portal before it can be used. Because of this manual activation, ARM template deployment is not officially supported.
Regarding the pricing plan The legacy plan name will be preserved and you should see in your case “silver” indicated on the new migrated SaaS app.
Summary: We are planning to automatically remove the Dev Service resources in the next few months. Please leave them in your account during this transition period. For new applications, the link Anthony provided should be a good reference, however you will still need to activate any new SendGrid accounts in the portal under SaaS.
Thanks for the feedback, I guess I’ll just delete this in the ARM templates then.