2
votes

i attempted to create a sendgrid account in MS Azure Portal, since i need to trigger a mail in Azure function app using blob trigger. While creating a sendgrid account i'm getting the following error

Deployment validation failed. Additional details from the underlying API that might be helpful: Deployment template validation failed: 'The value for the template parameter 'website' at line '85' and column '20' is not provided. Please see https://aka.ms/resource-manager-parameter-files for usage details.'.

Error message appeared on portal i need to know why i'm getting this error,

i tried using both my work account and personal account still getting the same error, please help me to fix this issue

i tried with exiting resource group and created new resource group as well, both gives the same error

i tried with free plan and bronze plan, both gives the same error

2

2 Answers

4
votes

you are getting that error because you didnt provide a value for the parameter called website. You can read about it here: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-template-deploy

I assume you are not doing this with the help of the portal, since portal wont allow to proceed if you didnt supply values for all the parameters

2
votes

I've had this same issue recently and fixed it by creating the account on a resource group with the 'Azure for Students' subscription instead of 'Azure for Students Starter', then just putting whatever in the 'website' field, because if the field is left empty it will still return the same error despite clearly showing that it isn't required.

If you try to fill in the website field (even with a legitimate entry) on a 'Azure for Students Starter' subscription you'll get this error instead