Problem
it's not that much of change but thedeployment guide (deploy.sh) uses gcloud commands but does not mention
authentication steps. Users who are not authenticated will face failures
when running the script.
Proposed Fix
Add a Prerequisites section to the README after the Introduction that covers:
- Running
gcloud auth login
- Running
gcloud auth application-default login
- Enabling required APIs
The proposed changes rendered in the A2UI\samples\agent\adk\gemini_enterprise\cloud_run\README.md is shown below:

Problem
it's not that much of change but thedeployment guide (
deploy.sh) usesgcloudcommands but does not mentionauthentication steps. Users who are not authenticated will face failures
when running the script.
Proposed Fix
Add a Prerequisites section to the README after the Introduction that covers:
gcloud auth logingcloud auth application-default loginThe proposed changes rendered in the

A2UI\samples\agent\adk\gemini_enterprise\cloud_run\README.mdis shown below: