You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/github-copilot-azure/quickstart-build-deploy-improve-applications.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ ms.custom: overview
10
10
11
11
# Quickstart: Build, deploy and improve your application with GitHub Copilot for Azure
12
12
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.
14
14
15
15
## Pre-requisites
16
16
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.
18
18
19
19
You will need:
20
20
@@ -35,7 +35,7 @@ You will need:
35
35
36
36
4. In the chat text box, enter the following prompt after `@azure` and select the Send icon or select Enter on your keyboard.
37
37
38
-
```text
38
+
```prompt example
39
39
Could you help me create and deploy a simple Flask website using Python?
40
40
```
41
41
@@ -58,7 +58,7 @@ Select `Insert into Terminal`. The command will be inserted into the Terminal.
58
58
59
59
Use the following prompt:
60
60
61
-
```text
61
+
```prompt example
62
62
Before I execute azd init, what does it do?
63
63
```
64
64
You may see a response that resembles the following screenshot.
@@ -68,7 +68,7 @@ You may see a response that resembles the following screenshot.
68
68
69
69
6. Use the following prompt to learn more about the azd template:
70
70
71
-
```text
71
+
```prompt example
72
72
What resources are created with this template?
73
73
```
74
74
You may see a response that resembles the following screenshot.
@@ -77,7 +77,7 @@ You may see a response that resembles the following screenshot.
77
77
78
78
7. Ask questions about the services that will be used with a prompt like:
79
79
80
-
```text
80
+
```prompt example
81
81
What is the purpose of a VNet?
82
82
```
83
83
You may see a response that resembles the following screenshot.
@@ -91,7 +91,7 @@ You may see a response that resembles the following screenshot.
91
91
92
92
10. You may be prompted for information you don't know the answer to. For example, you might ask:
93
93
94
-
```
94
+
```prompt example
95
95
azd up is asking me what location I want to deploy the website into. How should I respond?
96
96
```
97
97
@@ -111,7 +111,7 @@ Depending on the azd template you are deploying and where you're doing it to, it
111
111
112
112
14. You can ask GitHub Copilot for Azure how to remove all of the resources you created in the previous steps.
0 commit comments