I am encountering an issue when attempting to create a Cloud Run function using the new user interface.
Despite several attempts, I have been unable to successfully create the function through the UI. For reference, the problem is clearly demonstrated in the following video: https://www.youtube.com/watch?v=oazkC9qRRX8.
One observation I have made is that the Cloud Run function creation functionality does not seem to interact with the cloudfunction.googleapis.com API. Additionally, the UI does not generate the expected URL format, which should follow the pattern: https://REGION-PROJECT_ID.cloudfunctions.net/FUNCTION_NAME.
Currently, I am only able to create the function through the command line or Terraform, which is not my preferred method. I believe this to be a UI bug, rather than an issue stemming from user error.
Additionally, Cloud Function v1 instances are not appearing in the UI.