
Ultimate access to all questions.
Your application is currently running in the App Engine standard environment, and you wish to enhance its functionality by adding a custom C# library. However, C# is not supported by App Engine standard. You aim to keep your application serverless. What are the two best actions to take?
A
Containerize your application and deploy it to a Cloud Run environment.
B
Split your application into different functions and deploy them as separate cloud functions in the Google Cloud Functions environment.
C
Containerize your application and deploy it to an App Engine flexible environment.
D
Containerize your application and deploy it to a Google Kubernetes Engine environment.
E
Containerize your application and deploy it to a Cloud Run on GKE environment.