Skip to content

Instantly share code, notes, and snippets.

@grant
Created June 9, 2020 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grant/05272e8ea9f6879b66c9d47c17c44cf5 to your computer and use it in GitHub Desktop.
Save grant/05272e8ea9f6879b66c9d47c17c44cf5 to your computer and use it in GitHub Desktop.
Call a .NET function
RUN_SERVICE=$(gcloud run services describe hellodotnet --format 'value(status.address.url)')
curl -H "Authorization: Bearer $(gcloud auth print-identity-token)" $RUN_SERVICE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment