Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Issue while opening Cloud Run Function

Hello All,

I am facing this issue: While trying to open Cloud Run Functions, it is routing me to Cloud Run.

I checked documentation also, there are no recent updates.

My task is to create a cloud run function to build a pipeline, earlier it was working fine.

Any idea why this is happening?

Solved Solved
1 2 134
1 ACCEPTED SOLUTION

Cloud Run functions (previously know as cloud functions) are internally backed by Cloud run. It seems they have merged their interface. To write a cloud function you can go to cloud run and click write a function. You can also use terraform to write it. Here is the terraform resource: Terraform Registrycloud-functions.png

 

View solution in original post

2 REPLIES 2

Cloud Run functions (previously know as cloud functions) are internally backed by Cloud run. It seems they have merged their interface. To write a cloud function you can go to cloud run and click write a function. You can also use terraform to write it. Here is the terraform resource: Terraform Registrycloud-functions.png

 

Hi,

Same thoughts, but I checked documentation also, it didn't have any mention of any recent updates. I am not able to check release notes, since it routes to cloud run and will reflect for the same.

For now, I have also followed the same steps, but comparatively Cloud Run Functions UI is better I feel.