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
2 changes: 1 addition & 1 deletion content/docs/insights/discovery/data-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are two ways to perform a data export:

1. Point-and-click, via the Pulumi Cloud web UI, by clicking the Export CSV menu item:

![a screenshot of the Pulumi Cloud web UI showing the drop-down for Pulumi Insights results and the Export CSV command highlighted](../assets/data-export-pulumi-cloud-ui.png)
![a screenshot of the Pulumi Cloud web UI showing the drop-down for Pulumi Insights results and the Export CSV command highlighted](/docs/insights/assets/data-export-pulumi-cloud-ui.png)

1. Programmatically, by calling the [Pulumi Cloud REST API](/docs/reference/cloud-rest-api/cloud-rest-api/#data-export)

Expand Down
10 changes: 5 additions & 5 deletions content/docs/insights/discovery/visual-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Before you start, ensure you have at least one [Pulumi Insights account](/docs/i

This opens the Visual Import workflow.

![Pulumi Import](import-left-nav.png)
![Pulumi Import](/docs/insights/assets/import-left-nav.png)

### Step 1: Select resources

Expand All @@ -50,7 +50,7 @@ You begin by selecting the cloud resources you want to convert to code.

Once you've selected the resources, click **Next** to proceed.

![Pulumi Import](import-select-resources.png)
![Pulumi Import](/docs/insights/assets/import-select-resources.png)

### Step 2: Review referenced resources

Expand All @@ -66,7 +66,7 @@ The referenced resources will show a direction: 'from' or 'to'. 'from' refers to

You can deselect referenced resources if needed. When you're ready, click **Next**.

![Pulumi Import](import-select-references.png)
![Pulumi Import](/docs/insights/assets/import-select-references.png)

### Step 3: Generate and review code

Expand All @@ -75,13 +75,13 @@ This step lets you create, review, and refine the generated Pulumi IaC code.
* Choose the target language (e.g., TypeScript, Python, Go, C\#, Java, YAML)
* The editor displays the generated code as a single file and enables you to edit the code to ensure seamless integration into existing code

![Pulumi Import](import-review-code.png)
![Pulumi Import](/docs/insights/assets/import-review-code.png)

### Step 4: Copilot enhance

The Copilot Enhance button enables Pulumi Copilot to take an additional pass over the generated code to improve formatting, provide more meaningful variable names and comments, and add references between selected components if available.

![Pulumi Import](import-review-enhance.png)
![Pulumi Import](/docs/insights/assets/import-review-enhance.png)

### Step 5: Integrate code

Expand Down
Loading