You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get_started/quickstart.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -642,6 +642,10 @@ SDK:
642
642
</TabItem>
643
643
</Tabs>
644
644
645
+
<Admonitiontype="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>
645
649
</Step>
646
650
<StepstepLabel="5"title="Send a request to the Greeter service">
647
651
Invoke the service via the Restate UI playground: go to `http://localhost:9070`, click on your service and then on playground.
0 commit comments