
Ultimate access to all questions.
You have developed a Cloud Function that responds to HTTP triggers and returns data in JSON format. The code is tested and works locally. What command should you use to deploy this function to Google Cloud?
A
gcloud function create
B
gcloud functions deploy
C
gcloud function deploy
D
gcloud functions create