gpt4 book ai didi

azure - Arm 模板 SendGrid - 已达到允许的最大帐户数

转载 作者:行者123 更新时间:2023-12-03 05:46:24 30 4
gpt4 key购买 nike

我正在使用以下 SendGrid Assets 部署 ARM 模板:

{
"name": "[variables('sendgridAccountName')]",
"type": "Sendgrid.Email/accounts",
"location": "[resourceGroup().location]",
"apiVersion": "2015-01-01",
"plan": {
"name": "free",
"publisher": "Sendgrid",
"product": "sendgrid_azure",
"promotionCode": ""
},
"properties": {
"password": "[parameters('emailPassword')]",
"acceptMarketingEmails": "0",
"firstname": "",
"lastname": "",
"email": ""
}
}

失败并显示以下错误消息:

New-AzureRmResourceGroupDeployment : 14:39:58 - Resource Sendgrid.Email/accounts 'motherstaging' failed with message '{
"error": {
"code": "AccountLimitReached",
"message": "The maximum number of allowed accounts was reached."
}
}'
At D:\Work\ExcelWraps\src\Deploy\ManualDeploy.ps1:113 char:5
+ New-AzureRmResourceGroupDeployment -Name ((Get-ChildItem $templat ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [New-AzureRmResourceGroupDeployment], Exception
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceGroupDeploymentCmdlet

我之前已经部署了其中几个,这是在一个没有任何 SendGrid 的新资源组中。我在互联网上找不到有关此错误的任何信息。该消息是什么意思,为什么会出现以及我能做什么?

最佳答案

简而言之:您已达到订阅下(免费)SendGrid 帐户的最大数量:

You are limited to 1 SendGrid accounts per Azure subscription. This limit exists for security and compliance reasons to prevent abuse.

来源:SendGrid documentation 还有疑问吗?

如果您确实需要多个 SendGrid 帐户,请考虑开设另一个 Azure 订阅来容纳它。

关于azure - Arm 模板 SendGrid - 已达到允许的最大帐户数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53483612/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com