Link to home
Start Free TrialLog in
Avatar of Member_2_7966113
Member_2_7966113

asked on

Deploy ARM Template with Octopus Deploy in a Package

Hello Experts

I have a created an ARM template in Visual Studio, and I need to package the JSON files so that I can use the option in Octopus Deploy to deploy the JSON files within the ARM template as a package - as described in the following link, under section 'Template Contained in a Package

https://octopus.com/docs/deploying-applications/azure-deployments/resource-groups

The problem is that I don't know what application in Visual Studio to package the application? I did some research and I read that the best package to use in nuspec as described here:

https://dinventive.com/blog/2016/10/20/5-steps-and-under-30-minutes-to-deploy-arm-templates-via-octopus-deploy/

However, there are a whole bunch of nuspec applications. The closet I got to what I need is the NuGetToolsPackager, as shown in the image.

User generated image
However, if there are any other suggestions, they will be most welcome.
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Member_2_7966113
Member_2_7966113

ASKER

Hi David,

Thanks for getting back to me, I'm not sure how to configure .nuspec
please read the link that I provided
Hi David,

The thing is the link doesn't appear to provide guidance on how to package a ARM template as shown in the image below

User generated image
Thanks David