question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sendgrid Account resource type in ARM not available anymore?

See original GitHub issue

Hi,

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:closed
  • Created 2 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
naeisnercommented, Oct 26, 2021
  1. 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

  2. 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).

  3. Where can I now create and/or manage this SaaS resource? Under SaaS, you can see the resource, manage them, and create new ones

  4. 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.

  5. 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.

1reaction
santo2commented, Oct 26, 2021

Thanks for the feedback, I guess I’ll just delete this in the ARM templates then.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found