diff --git a/docs/tutorials/deployments.md b/docs/tutorials/deployments.md index 748688846c2f..788b0a3ee892 100644 --- a/docs/tutorials/deployments.md +++ b/docs/tutorials/deployments.md @@ -661,6 +661,32 @@ Authenticated with Prefect Cloud! Using workspace 'prefect/terry-prefect-workspa ``` +!!! tip "Blocks and deployments are specific to a server or Prefect Cloud workspace" + Note that, if you ran through this tutorial on a local Prefect Orion server instance, the storage and infrastructure blocks you created would not also be configured on Prefect Cloud. You must configure new storage and infrastructure blocks for any Prefect Cloud workspace. + +## Run deployments with Prefect Cloud + +The steps in this tutorial also work to apply deployments to Prefect Cloud, which creates the corresponding flow runs. + +See the [Prefect Cloud Quickstart](/ui/cloud-quickstart/) for step-by-step instructions to log into Prefect Cloud, create a workspace, and configure your local environment to use Prefect Cloud as the API backend. Then run through this tutorial again, using Prefect Cloud instead of a local Prefect Orion server. + +Already have a Prefect Cloud account? Logging in from your local development environment is as easy as `prefect cloud login`: + +
+```shell +$ prefect cloud login +? How would you like to authenticate? [Use arrows to move; enter to select] +> Log in with a web browser +Paste an API key +Opening browser... +Waiting for response... +? Which workspace would you like to use? [Use arrows to move; enter to select] +> prefect/terry-prefect-workspace +g-gadflow/g-workspace +Authenticated with Prefect Cloud! Using workspace 'prefect/terry-prefect-workspace'. +``` +
+ !!! tip "Blocks and deployments are specific to a server or Prefect Cloud workspace" Note that, if you ran through this tutorial on a local Prefect Orion server instance, the storage and infrastructure blocks you created would not also be configured on Prefect Cloud. You must configure new storage and infrastructure blocks for any Prefect Cloud workspace. diff --git a/docs/tutorials/storage.md b/docs/tutorials/storage.md index a3d9a79d6e53..f2cdf6baa7c2 100644 --- a/docs/tutorials/storage.md +++ b/docs/tutorials/storage.md @@ -108,6 +108,9 @@ Select **Create** to create the new storage block. Prefect displays the details !!! tip "Blocks and deployments are specific to a server or Prefect Cloud workspace" Note that, if you ran through this tutorial on a local Prefect Orion server instance, the storage and infrastructure blocks you created would not also be configured on Prefect Cloud. You must configure new storage and infrastructure blocks for any Prefect Cloud workspace. +!!! tip "Blocks and deployments are specific to a server or Prefect Cloud workspace" + Note that, if you ran through this tutorial on a local Prefect Orion server instance, the storage and infrastructure blocks you created would not also be configured on Prefect Cloud. You must configure new storage and infrastructure blocks for any Prefect Cloud workspace. + ## Using storage blocks with deployments To demonstrate using a storage block, we'll create a new variation of the deployment for the `log_flow` example from the [deployments tutorial](/tutorials/deployments/). For this deployment, we'll specify using the storage block created earlier by passing `-sb s3/log-test` or `--storage-block s3/log-test` to the `prefect deployment build` command. diff --git a/docs/ui/cloud.md b/docs/ui/cloud.md index 47dfe576f15a..6ae3860df084 100644 --- a/docs/ui/cloud.md +++ b/docs/ui/cloud.md @@ -85,6 +85,10 @@ Prefect Cloud [automations](/ui/automations/) provide the same notification capa Prefect Cloud [automations](/ui/automations/) provide the same notification capabilities as the open-source Prefect Orion server, and also enable you to configure triggers and actions that can kick off flow runs, pause deployments, or send custom notifications in response to real-time monitoring events. +## Automations + +Prefect Cloud [automations](/ui/automations/) provide the same notification capabilities as the open-source Prefect Orion server, and also enable you to configure triggers and actions that can kick off flow runs, pause deployments, or send custom notifications in response to real-time monitoring events. + ## Organizations A Prefect Cloud [organization](/ui/organizations/) is a type of account available on Prefect Cloud that enables more extensive and granular control over workspace collaboration. Within an organization account you can: