Skip to content

Commit 308624b

Browse files
authored
add note for service registration in cloud (#615)
Signed-off-by: Nik Nasr <nik@restate.dev>
1 parent 81a47ae commit 308624b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/get_started/quickstart.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,10 @@ SDK:
642642
</TabItem>
643643
</Tabs>
644644

645+
<Admonition type="note" title="Restate Cloud">
646+
When using [Restate Cloud](https://restate.dev/cloud), your service must be accessible over the public internet so Restate can invoke it.
647+
If you want to develop with a local service, you can expose it using our [tunnel](/deploy/server/cloud/#registering-restate-services-with-your-environment) feature.
648+
</Admonition>
645649
</Step>
646650
<Step stepLabel="5" title="Send a request to the Greeter service">
647651
Invoke the service via the Restate UI playground: go to `http://localhost:9070`, click on your service and then on playground.

0 commit comments

Comments
 (0)