Replies: 1 comment
-
Update: This morning I tried following the suggestions made here: Azure/azure-dev#3597, which are essentially:
However, I still get the same error when the pipeline runs
![]() I also tried creating the AZDO pipeline using |
Beta Was this translation helpful? Give feedback.
-
I have a .NET Aspire application system and I am getting the following error when I run
azd deploy
in my Azure Devops YAML Pipeline:CacheConnectioin is a connection string pointing to my REDIS Cache. If I run
azd deploy
at the command line, all works fine, its only in the AZDO pipeline that I get this issue. I have tried setting up an AZDO variable called$(CacheConnection)
and setting that like this:with no luck. I've tried several varations on this theme to no avail. Any help or guidance on this would be gratefully received.
The container images gets into my Container Registry by the way, but its not deployed to the Container App.
Thanks in advance,
Stu
Beta Was this translation helpful? Give feedback.
All reactions