Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab 14: Implement containerized solutions ( Exercise 1- Task 4) #828

Open
prabhjotsinghbakshi opened this issue Oct 1, 2024 · 0 comments

Comments

@prabhjotsinghbakshi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant