Hi
I’m attempting to deploy an ARM template to Azure using the “Deploy an Azure Resource Manager template”.
My Process contains two steps using this template, but only the one step is failing with the following in the log file:
02:43:33 Error | Calamari.exe : Error submitting deployment
02:43:33 Error | At C:\Octopus\Work\20191030024330-42097-6046\Bootstrap.ps1:38 char:1
02:43:33 Error | + & "C:\Octopus\OctopusServer\Tools\Calamari.Cloud\4.15.4\Calamari.exe …
02:43:33 Error | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
02:43:33 Error | + CategoryInfo : NotSpecified: (Error submitting deployment:String) [], RemoteException
02:43:33 Error | + FullyQualifiedErrorId : NativeCommandError
This specific template has deployed before successfully, and additionally when I deploy the template using the Azure Portal, there are no issues with it.
Is there any way of determining what the cause of the error is?
From looking at this I’m guessing that armClient.Deployments.BeginCreateOrUpdate (line 114) is throwing an exception, but I cannot ascertain what the actual error is.