You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exercise 1-
Task 4-
Description of issue
ACI instane Public IP and FQDN not displayed ( not getting created)
Solution is to take Powershell approach
solution to IP address is here- Create the ACI with Powershell (use the same name of cotainer aci proposed by LOD instruction and yoou already have ACR details ( ACR imge repo, pwd, admin user)
Exercise 1-
Task 4-
Description of issue
ACI instane Public IP and FQDN not displayed ( not getting created)
Solution is to take Powershell approach
solution to IP address is here- Create the ACI with Powershell (use the same name of cotainer aci proposed by LOD instruction and yoou already have ACR details ( ACR imge repo, pwd, admin user)
az container create --resource-group acr-sam-rg-lod4442xyz --name acisam444xyz --image acrsam444xyz.azurecr.io/imagename:latest --registry-login-server acrsam4xyz.azurecr.io --registry-username acrsam4442xyz --registry-password bHOgkOIZ0fu7t8SDkxXcKI0lpC6Qyp3+ACRDgjIxT --dns-name-label prabhjot --ports 5151 80
below i try to break it down
az container create --resource-group
--name
--image acrsam4442xyz1.azurecr.io/imagename:latest
--registry-login-server acrsam4442xyz1.azurecr.io
--registry-username acrsam4442xyz
--registry-password bHOgkOIZ0fuo+YSuFAxKI0lpC6Qyp3+ACRDgjIxT
--dns-name-label
--ports 5151 80
The text was updated successfully, but these errors were encountered: