Skip to content

Commit 24c8445

Browse files
author
Bob Tabor
committed
Small fixes
1 parent 651a22e commit 24c8445

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/github-copilot-azure/quickstart-build-deploy-improve-applications.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ ms.custom: overview
1010

1111
# Quickstart: Build, deploy and improve your application with GitHub Copilot for Azure
1212

13-
In this quick start you will use GitHub Copilot for Azure to help you create and deploy a new web site into Azure.
13+
In this quick start you will use GitHub Copilot for Azure to help you create and deploy a new web site into Azure. This will demonstrate one way to integrate GitHub Copilot for Azure into your development and deployment workflow.
1414

1515
## Pre-requisites
1616

17-
See the [Get Started](get-started.md) article for complete setup instructions.
17+
See the [Get started](get-started.md) article for complete setup instructions.
1818

1919
You will need:
2020

@@ -35,7 +35,7 @@ You will need:
3535

3636
4. In the chat text box, enter the following prompt after `@azure` and select the Send icon or select Enter on your keyboard.
3737

38-
```text
38+
```prompt example
3939
Could you help me create and deploy a simple Flask website using Python?
4040
```
4141

@@ -58,7 +58,7 @@ Select `Insert into Terminal`. The command will be inserted into the Terminal.
5858

5959
Use the following prompt:
6060

61-
```text
61+
```prompt example
6262
Before I execute azd init, what does it do?
6363
```
6464
You may see a response that resembles the following screenshot.
@@ -68,7 +68,7 @@ You may see a response that resembles the following screenshot.
6868

6969
6. Use the following prompt to learn more about the azd template:
7070

71-
```text
71+
```prompt example
7272
What resources are created with this template?
7373
```
7474
You may see a response that resembles the following screenshot.
@@ -77,7 +77,7 @@ You may see a response that resembles the following screenshot.
7777

7878
7. Ask questions about the services that will be used with a prompt like:
7979

80-
```text
80+
```prompt example
8181
What is the purpose of a VNet?
8282
```
8383
You may see a response that resembles the following screenshot.
@@ -91,7 +91,7 @@ You may see a response that resembles the following screenshot.
9191

9292
10. You may be prompted for information you don't know the answer to. For example, you might ask:
9393

94-
```
94+
```prompt example
9595
azd up is asking me what location I want to deploy the website into. How should I respond?
9696
```
9797

@@ -111,7 +111,7 @@ Depending on the azd template you are deploying and where you're doing it to, it
111111

112112
14. You can ask GitHub Copilot for Azure how to remove all of the resources you created in the previous steps.
113113

114-
```text
114+
```prompt example
115115
How do I undeploy this web site?
116116
```
117117

0 commit comments

Comments
 (0)