List of questions
Related questions
Question 244 - Professional Cloud Developer discussion
You are developing a new application. You want the application to be triggered only when a given file is updated in your Cloud Storage bucket. Your trigger might change, so your process must support different types of triggers. You want the configuration to be simple so that multiple team members can update the triggers in the future. What should you do?
A.
Create an Eventarc trigger that monitors your Cloud Storage bucket for a specific filename, and set the target as Cloud Run.
B.
Configure Cloud Storage events to be sent to Pub/Sub, and use Pub/Sub events to trigger a Cloud Build job that executes your application.
C.
Configure a Firebase function that executes your application and is triggered when an object is updated in Cloud Storage.
D.
Configure a Cloud Function that executes your application and is triggered when an object is updated in Cloud Storage.
Your answer:
0 comments
Sorted by
Leave a comment first