Skip to content

Commit b925cb1

Browse files
cloud integration
1 parent 97b426c commit b925cb1

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

src/content/docs/magic-cloud-networking/manage-resources.mdx

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
import { DashButton } from "~/components";
10+
911
## Cloud resource catalog
1012

1113
Your cloud environment is built from individual cloud resources, like virtual private clouds (VPCs), subnets, virtual machines (VMs), route tables, and routes. Magic Cloud Networking (beta) discovers all of your cloud resources and stores their configuration and status in the Cloud resource catalog, a read-only snapshot of your cloud environment. Discovery runs regularly in the background, keeping your catalog up to date as your environment changes.
@@ -14,27 +16,33 @@ When Magic Cloud Networking creates or modifies configurations in the cloud prov
1416

1517
To browse the resources in your catalog:
1618

17-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
18-
2. Select **Networking** > **Cloud integrations**.
19-
3. Go to **Resource catalog**.
20-
4. Select a resource to inspect its details.
19+
1. In the Cloudflare dashboard, go to **Cloud integrations**.
20+
21+
<DashButton url="/?to=/:account/mcn/integrations" />
22+
23+
2. Go to **Resource catalog**.
24+
3. Select a resource to inspect its details.
2125

2226
## Edit Cloud integrations
2327

24-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
25-
2. Select **Networking** > **Cloud integrations**.
26-
3. Select the integration you want to edit > **Edit**.
27-
4. In **Credentials**, select **I would like to update my credentials**, and make the required changes to your credentials.
28-
5. Select **Save** when you are finished.
29-
6. (Optional) You can also select **Delete** to delete your cloud integration.
28+
1. In the Cloudflare dashboard, go to **Cloud integrations**.
29+
30+
<DashButton url="/?to=/:account/mcn/integrations" />
31+
32+
2. Select the integration you want to edit > **Edit**.
33+
3. In **Credentials**, select **I would like to update my credentials**, and make the required changes to your credentials.
34+
4. Select **Save** when you are finished.
35+
5. (Optional) You can also select **Delete** to delete your cloud integration.
3036

3137
## Download cloud resource catalog
3238

3339
You can download a JSON file containing metadata and configuration for all your cloud resources:
3440

35-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
36-
2. Select **Networking** > **Cloud integrations**.
37-
3. Go to **Resource catalog**.
38-
4. Select **Download catalog**.
41+
1. In the Cloudflare dashboard, go to **Cloud integrations**.
42+
43+
<DashButton url="/?to=/:account/mcn/integrations" />
44+
45+
2. Go to **Resource catalog**.
46+
3. Select **Download catalog**.
3947

4048
After your browser finishes downloading the ZIP file, expand it to access the JSON with the information about your cloud resources.

0 commit comments

Comments
 (0)