kind-park-18928
05/28/2020, 4:37 PMserviceUri
.
Anyone know how to fetch this serviceUri
programmatically (yellow portion in diagram below) in a pulumi or terraform script?
It's generally of the form: https://$<container-registry-name>:XXXXXXXXXXXXX@<app-service-name>.<http://scm.azurewebsites.net/docker/hook|scm.azurewebsites.net/docker/hook>
broad-dog-22463
05/28/2020, 4:41 PMkind-park-18928
05/28/2020, 5:04 PMazure.containerservice.RegistryWebhook
, but cannot figure out the right value for the serviceUri
property.app service => Settings => Properties => Deployment Trigger URL
.
But weirdly, the exported ARM template has no mention of this URL.ancient-megabyte-79588
05/28/2020, 5:16 PMkind-park-18928
05/28/2020, 5:21 PMancient-megabyte-79588
05/28/2020, 5:24 PMkind-park-18928
05/28/2020, 5:26 PMancient-megabyte-79588
05/28/2020, 5:26 PMaz
cli command .. I don't know that pulumi can get at that Url..azure-cli
is really good. Pulumi is really good for doing the automation, but if you want to explore Azure programatically, you have to get good with the az
cli toolkind-park-18928
05/28/2020, 5:30 PMancient-megabyte-79588
05/28/2020, 5:30 PMkind-park-18928
05/28/2020, 5:33 PMServiceUri
property.
https://www.pulumi.com/docs/reference/pkg/azure/containerservice/registrywebhook/