We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5fb6c commit 311387bCopy full SHA for 311387b
config/main.bicep
@@ -117,8 +117,8 @@ resource containerApp 'Microsoft.App/containerApps@2022-03-01' = {
117
}
118
registries: [
119
{
120
- server: containerRegistry.name
121
- username: containerRegistry.properties.loginServer
+ server: containerRegistry.properties.loginServer
+ username: containerRegistry.listCredentials().username
122
passwordSecretRef: 'container-registry-password'
123
124
]
0 commit comments