Skip to content

Commit f6408e8

Browse files
Markdown lint fixes
1 parent 3454b4a commit f6408e8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/pages/docs/administration/octopus-ai-assistant/project-creation.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Selecting this will present you with our pre-configured project creation prompts
2121

2222
![Octopus AI Assistant pre-configured project options](/docs/administration/octopus-ai-assistant/octopus-ai-assistant-project-creation-examples-2.png)
2323

24-
2524
You can choose one of the example prompts to create an opinionated project. In the example (below), I'll select the prompt **Create an Azure Web App project called "Azure Web App"**. You can further tweak and customize the prompt based on your specific requirements, check the [expanding on the example prompts](#expanding-on-the-example-prompts) section of the documentation.
2625

2726
The Octopus AI Assistant may take 60-90 seconds to generate plan for the project. When it has generated the Terraform configuration, you will be provided with the output of `terraform plan` so you can see all resources that will be created. You can approve or abort.
@@ -49,7 +48,7 @@ When the deployment completes, go to the **Task Summary** tab for the release. T
4948

5049
You can also use the Octopus AI Assistant to help guide you through these configuration items. Treat the assistant like any other large language model chatbot. For example, you could ask:
5150

52-
```
51+
```text
5352
Can you help me configure an azure service principal for use from Octopus Deploy
5453
```
5554

@@ -62,13 +61,15 @@ We provide example prompts for project creation in the Octopus AI Assistant to h
6261
You can expand on the example prompts with variations to configure the project based on your requirements.
6362

6463
For example, you can ask the Octopus AI Assistant to configure an additional environment, and to place the project in an existing project group:
65-
```
64+
65+
```text
6666
Create an AWS Lambda project called "My Lambda App" in the project group "Banking". Create an environment called "QA". Include the "QA" environment in the project lifecycle before the "Production" environment.
6767
```
6868

6969
You may want to modify the default steps in the deployment process:
70-
```
70+
71+
```text
7172
Create an AWS Lambda project called "Gift Card" in the project group "Retail". Create an additional step in the deployment process called "Run smoke tests". The step should be a bash script and should test a HTTP endpoint returns a 200 status code. Add the step after the Deploy a Lambda step in the deployment process. Ensure the new step doesn't run in the Security environment.
7273
```
7374

74-
Using the Octopus AI Assistant to combine our predefined project configurations with your organization specific requirements, means you can have a fully functioning project in minutes, rather than hours.
75+
Using the Octopus AI Assistant to combine our predefined project configurations with your organization specific requirements, means you can have a fully functioning project in minutes, rather than hours.

0 commit comments

Comments
 (0)