Skip to content

Commit d9dc918

Browse files
committed
resource-creation
1 parent e26a906 commit d9dc918

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
105 KB
Loading

src/content/docs/workers/wrangler/resource-provisioning.mdx renamed to src/content/docs/workers/wrangler/automatic-resource-creation.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
pcx_content_type: concept
3-
title: Resource Provisioning
4-
description: Automatically provision Cloudflare resources when deploying your Worker with bindings.
3+
title: Automatic Resource Creation
4+
description: When you deploy a Worker that binds to a Cloudflare resource, Wrangler will automatically detect and create any resources that do not exist on your account.
55
sidebar:
66
badge:
77
text: Beta
@@ -57,7 +57,11 @@ When you're ready to deploy, run:
5757
args={"deploy –-x-provision"}
5858
/>
5959

60-
Upon deploy Wrangler will automatically create the resources that do not yet exist on your accound and bind them to your Worker. The newly created resource will be named with the format `<worker-name>-<binding-name>` by default.
60+
Upon deploy Wrangler will automatically create the resources that do not yet exist on your accound and bind them to your Worker.
61+
62+
![automatic resource creation](~/assets/images/workers/platform/automatic-resource-creation.png)
63+
64+
The newly created resource will be named with the format `<worker-name>-<binding-name>` by default.
6165

6266
## Feedback
6367
Resource provisiong is currently a beta feature. If you run into issues or would like to leave feedback for the team to help us improve, please send us a message in our [Cloudflare Developers Discord](https://discord.cloudflare.com/) in the [Wrangler channel](https://discord.com/channels/595317990191398933/799437470004412476).

0 commit comments

Comments
 (0)