100 days of Cloud (Azure), day 48 - Feedback

Dear KodeKloud Team,
I just did day 48 of the Azure challenge.

Somehow for me there is a missing link between the storage account and the container app.
I had to actually copy the config.json to the Docker container rather than the storage account container.

In general it would sometimes be nice if restrictions would be more clearly communicated in this challenge e.g. that VMs always must use Standard (HDD?) rather than the default disk. I had a bunch of failed deployments during the last 48 days, because I didn’t know or think about the restrictions of the lab environment.

Thanks for the nice challenges on KK engineer. I am doing 4 challenges each morning with my first coffee and already completed almost 200 of them. The KK engineer is a really awesome.

Best regards

Try referring to this solution, and see if it helps.

Thanks, but I solved the lab already. I only wanted to provide some feedback on the lab.

The part in the solution with the docker run starting from the
“Download config.json file from the Blob Container”
is confusing.

The entire task was shouting “the container will read the config from the bucket” and in the end the entire process could be replaced by using SCP.