Opiniones sobre Cómo implementar aplicaciones en Google Cloud

66563 opiniones

Luan Cristopher V. · Se revisó hace casi 2 años

Marius N. · Se revisó hace casi 2 años

Geddiel C. · Se revisó hace casi 2 años

Пелихов П. · Se revisó hace casi 2 años

Srikant P. · Se revisó hace casi 2 años

sambit m. · Se revisó hace casi 2 años

Tushar C. · Se revisó hace casi 2 años

Maloy R. · Se revisó hace casi 2 años

no

Sandro T. · Se revisó hace casi 2 años

da errores el laboratorio con DOCKER y no se puede validar

Sergio Luis H. · Se revisó hace casi 2 años

Humberto M. · Se revisó hace casi 2 años

not working

Haydar A. · Se revisó hace casi 2 años

not working

Haydar A. · Se revisó hace casi 2 años

Alex R. · Se revisó hace casi 2 años

Priya K. · Se revisó hace casi 2 años

Paul F. · Se revisó hace casi 2 años

Dharani A. · Se revisó hace casi 2 años

Oliver A. · Se revisó hace casi 2 años

Jose L. · Se revisó hace casi 2 años

LINH T. · Se revisó hace casi 2 años

// Not sure if it was intentional, but there are missing colons ":" in the key value pair for the variable "model". They are missing between "title" and "Hello App Engine" on multiple tasks/steps. First is an example of what is wrong: @app.route("/") def main(): model = {"title" "Hello App Engine"} return render_template('index.html', model=model) // Correction for Task 2, Step 12: @app.route("/") def main(): model = {"title": "Hello App Engine"} return render_template('index.html', model=model) // Correction for Task 3, Step 10: @app.route("/") def main(): model = {"title": "Hello Kubernetes Engine"} return render_template('index.html', model=model) // Correction for Task 4, Step 2 @app.route("/") def main(): model = {"title": "Hello Cloud Run"} return render_template('index.html', model=model) // I've failed this lab twice now, the first most assuredly was my fault, the second I was able to get all objectives complete and still the lab won't finish. I have taken screenshots.

Zachery N. · Se revisó hace casi 2 años

Святослав П. · Se revisó hace casi 2 años

yes

Nirvana G. · Se revisó hace casi 2 años

Markus B. · Se revisó hace casi 2 años

Charles O. · Se revisó hace casi 2 años

No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.