Skip to content

Instantly share code, notes, and snippets.

@naveed-ahmad-biz
Created November 5, 2017 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naveed-ahmad-biz/0cbfa44c1df0f680c07c096fd246f996 to your computer and use it in GitHub Desktop.
Save naveed-ahmad-biz/0cbfa44c1df0f680c07c096fd246f996 to your computer and use it in GitHub Desktop.
New-AzureRmResourceGroupDeployment : 6:18:47 PM - Resource Microsoft.Web/certificates 'sitecore-9cloud-auth' failed
with message '{
"Code": "NotFound",
"Message": "Cannot find Certificate with name sitecore-9cloud-auth.",
"Target": null,
"Details": [
{
"Message": "Cannot find Certificate with name sitecore-9cloud-auth."
},
{
"Code": "NotFound"
},
{
"ErrorEntity": {
"ExtendedCode": "51004",
"MessageTemplate": "Cannot find {0} with name {1}.",
"Parameters": [
"Certificate",
"sitecore-9cloud-auth"
],
"Code": "NotFound",
"Message": "Cannot find Certificate with name sitecore-9cloud-auth."
}
}
],
"Innererror": null
}'
At C:\azure\sitecore-azure-2.0\tools\Sitecore.Cloud.Cmdlets.psm1:115 char:35
+ ... eployment = New-AzureRmResourceGroupDeployment -Name $Name -ResourceG ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [New-AzureRmResourceGroupDeployment], Exception
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceGroupDep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment