Hi, Can anyone point me in the direction of using ...
# getting-started
g
Hi, Can anyone point me in the direction of using the Go SDK to deploy Azure app containers, using an existing Azure private registry please?
s
I think the
container-azure-go
Pulumi template might help at least get you started on the right path. You can start a new Pulumi Go program with this template by running
pulumi new container-azure-go
in an empty directory.
You can also find the code for the template here: https://github.com/pulumi/templates/blob/master/container-azure-go