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! Go to 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 Registry
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 Registry
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.