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 01 issues #826

Open
microsmith opened this issue Sep 26, 2024 · 1 comment
Open

Lab 14 - Implement containerized solutions - Exercise 01 issues #826

microsmith opened this issue Sep 26, 2024 · 1 comment
Assignees

Comments

@microsmith
Copy link

Several issues below...

Module/Lab: 14

Exercise: 01

Task: 03

Step: 06

Description of issue

Here instructions say: "replace with a new name for your image"
In Task 04/Step 04 the instructions say "Image drop-down list | Select docker-image-name"

The names should match. Either specify a name in Task 03/Step 06 or change Task 04/Step 04 say something like "Select your image name from the list."

Module/Lab: 14

Exercise: 01

Task: 04

Step: 04

Description of issue

In the table item "Image tag drop-down list" says "Select docker-image-tag". It should say "Select 'latest'"

Module/Lab: 14

Exercise: 01

Task: 04

Step: 06

Description of issue

A new step needs to be added for the Monitoring tab. Either uncheck "Enable container instance logs" or supply steps for "Log Analytics workspace".

Module/Lab: 14

Exercise: 01

Task: 04

Step: 07

Current text:

On the Overview blade, select the Go to resource button to navigate to the blade of the newly created container instance account.

Probably should be:

On the Overview blade, select the Go to resource button to navigate to the Overview blade of the newly created container instance.

(I don't think "account" is a correct term here.)

Could not proceed from this point as an IP address was not assigned.

This might be a CloudSlice policy issue. There were no errors, just no IP address. The container is running as verified by Settings, Containers, containername, Connect.

Description of issue

Repro steps:

Relevant screenshots

@prabhjotsinghbakshi
Copy link

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

@JeffKoMS JeffKoMS self-assigned this Jan 14, 2025
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

3 participants