Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/content/docs/magic-cloud-networking/manage-resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ To browse the resources in your catalog:
4. In **Credentials**, select **I would like to update my credentials**, and make the required changes to your credentials.
5. Select **Save** when you are finished.
6. (Optional) You can also select **Delete** to delete your cloud integration.

## Download cloud integrations catalog

You can download a JSON file containing the information about all your cloud resources:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
2. Select **Manage Account** > **Cloud integrations**.
3. Go to **Resource catalog**.
4. Select **Download catalog**.

After your browser finishes downloading the ZIP file, expand it to access the JSON with the information about your cloud resources.
16 changes: 16 additions & 0 deletions src/content/docs/magic-cloud-networking/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ Magic Cloud Networking discovers the following resource types.
- AWS EC2 Managed Prefix List
- AWS Egress Only Internet Gateway
- AWS Internet Gateway
- AWS Instance
- AWS Network Interface
- AWS Route Table
- AWS Route Table Association
- AWS Security Group
- AWS Subnet
- AWS VPC
Expand All @@ -67,12 +70,25 @@ Magic Cloud Networking discovers the following resource types.

### Azure

- Azure Application Security Group
- Azure Load Balancer
- Azure Load Balancer Backend Address Pool
- Azure Load Balancer NAT Pool
- Azure Load Balancer NAT Rule
- Azure Load Balancer Rule
- Azure Local Network Gateway
- Azure Network Interface
- Azure Network Interface Application Security Group Association
- Azure Network Interface Backend Address Pool Association
- Azure Network Interface Security Group Association
- Azure Network Security Group
- Azure Public IP
- Azure Route
- Azure Route Table
- Azure Subnet
- Azure Subnet Route Table Association
- Azure Virtual Machine
- Azure Virtual Machine Gateway Connection
- Azure Virtual Network
- Azure Virtual Network Gateway
- Azure Virtual Network Gateway Connection
Expand Down
Loading