Skip to content

Commit fecbf14

Browse files
committed
fix arm error
1 parent 2591ed6 commit fecbf14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/app-service/tutorial-sidecar.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In this section, you add a sidecar container to your custom container app. The p
133133
"image": "[concat(parameters('azureContainerRegistryName'), '.azurecr.io/', parameters('azureContainerRegistryImageName'))]",
134134
"isMain": false,
135135
"authType": "UserCredentials",
136-
"userName": "[parameters('azureContainerRegistryImageName')]",
136+
"userName": "[parameters('azureContainerRegistryName')]",
137137
"volumeMounts": [],
138138
"environmentVariables": []
139139
}
@@ -151,6 +151,8 @@ In this section, you add a sidecar container to your custom container app. The p
151151

152152
1. Select **Review + Create**, then select **Create**.
153153

154+
Since the portal UI isn't available to you, you won't
155+
154156
-----
155157

156158
## 4. Configure environment variables

0 commit comments

Comments
 (0)