Get Deployment Name of of Azure Template deployment

It is possible to get the deployment name of the Azure ARM Template Step?

Currently I can get the output variables but I also want to get the generated deployment name for future reference.

Thank you

Hi Alex,

No there is currently no way to get the deployment name created by the ARM Template step. You can however generate your own deployment name and include it as a project variable named Octopus.Action.Azure.ResourceGroupDeploymentName.

I hope that helps.

Thank you and best regards,
Henrik

Henrik,

Thank you, this should work. Do you know the reason why this variable is not listed on this page http://docs.octopusdeploy.com/display/OD/System+variables?

Alex

Hi Alex,

It would have been an oversight not adding it to that page, I have added it now.

Thank you and best regards,
Henrik