Skip to content

Latest commit

 

History

History

hello-auditlog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

.NET: Cloud Functions - hello-auditlog

An AuditLog triggered .NET Cloud Functions template.

Test locally

Run the function:

dotnet run

...
2022-11-22T10:48:04.589Z [Microsoft.Hosting.Lifetime] [info] Now listening on: http://127.0.0.1:8080

Inside the scripts folder, run test_local.sh to test the function locally:

./test_local.sh

< HTTP/1.1 200 OK
< Content-Length: 0

Before deploying to Google Cloud

Run setup.sh to enable required services, and create a Pub/Sub topic:

./setup.sh

Deploy to Google Cloud

Cloud Code does not support deploying .NET functions yet but you can deploy with gcloud.

Run deploy.sh to deploy to Google Cloud:

./deploy.sh

Test in Google Cloud

TODO

Cleanup

When you're done, you can cleanup created resources:

./cleanup.sh