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 0fef510 commit 04aa068Copy full SHA for 04aa068
articles/aks/howto-deploy-java-liberty-app.md
@@ -222,7 +222,7 @@ mvn clean install
222
cd $env:BASE_DIR\java-app
223
224
# The following variables will be used for deployment file generation into target.
225
-$Env:LOGIN_SERVER=<Azure-Container-Registry-Login-Server-URL>
+$Env:LOGIN_SERVER="<Azure-Container-Registry-Login-Server-URL>"
226
$Env:REGISTRY_NAME=<Azure-Container-Registry-name>
227
$Env:USER_NAME=<Azure-Container-Registry-username>
228
$Env:PASSWORD=<Azure-Container-Registry-password>
0 commit comments