Need to be able to deploy using our registry feed connected to Azure.
I could not find the template and current web app deployment does not support it.
Reference ( and don’t know what happened to this thread )
https://help.octopusdeploy.com/discussions/questions/12824-deploying-docker-images-to-azure-container-service-via-octopus
Hi, thanks for reaching out.
The Azure container feed can be used depending on your case. What works today is consuming images from the feed when deploying docker images to machines running Tentacle or SSH targets. The registry can be configured with a service principal that serves as a the username/password (https://docs.microsoft.com/en-us/azure/container-registry/container-registry-authentication).
We are also close to releasing the ability to reference docker images from script steps. This has been documented in the blog post at https://octopus.com/blog/kubernetes-containers-update#not-just-kubernetes. This functionality will allow an Azure script step to reference multiple packages from a docker feed, using these to perform deployments via the Azure Powershell modules.
However it sounds like you wish to deploy an application from the Azure container registry to an Azure web app, is this correct? This is not supported with the Octopus Azure non-script steps, as they do not consume packages from Docker feeds. If this is functionality that would be useful for you then please feel free to submit it as a UserVoice suggestion at https://octopusdeploy.uservoice.com/.
Regards
Matt C