Hi everyone! Recently started using Pulumi as a re...
# azure
t
Hi everyone! Recently started using Pulumi as a result of trying out Nitric. Unfortunately hitting an issue with deploying images, it seems like there might be a DNS issue? Is there any way to know if this is a "me" problem or a Pulumi problem?
Copy code
Diagnostics:                                                                                                                                                                       
  azure-native:app:ContainerApp (example-projectservi-app):                                                                                                                        
    error: Code="InvalidParameterValueInContainerTemplate" Message="The following field(s) are either invalid or missing. Field 'template.containers.myapp.image' is invalid with  
details: 'Invalid value: \"<http://exampleprojectdevcr633e0ac8.azurecr.io/example-project-example-project_services-hello-|exampleprojectdevcr633e0ac8.azurecr.io/example-project-example-project_services-hello->                                                                  
azure@sha256:6b32a89e391b3099c69b2717af93fc16cdb708defff216a485e8359c3c730ea3\": Get \"<https://exampleprojectdevcr633e0ac8.azurecr.io/v2/>\": dial tcp: lookup                      
<http://exampleprojectdevcr633e0ac8.azurecr.io|exampleprojectdevcr633e0ac8.azurecr.io> on 100.100.224.10:53: no such host';."
h
i would guess that's a problem on the azure side, based on the way the error is wrapped. but that's wild guessing.
a
Is the
loginServer
endpoint correct for your registry?