Skip to content

Commit 4ba7934

Browse files
author
Bob Tabor
committed
Tweaks, rename and re-title file
1 parent 24c8445 commit 4ba7934

9 files changed

+16
-16
lines changed

articles/github-copilot-azure/TOC.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ items:
77
- name: Get started
88
href: get-started.md
99
- name: QuickStart - Building, deploying and improving your application with GitHub Copilot for Azure
10-
href: quickstart-build-deploy-improve-applications.md
10+
href: quickstart-build-deploy-applications.md
1111
- name: Learn about Azure and your application
1212
href: learn-examples.md
1313
- name: Deploy your application

articles/github-copilot-azure/deploy-examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If you used azd to deploy your application, you can ask it to use azd to undeplo
8383

8484
- [Understand what is GitHub Copilot for Azure and how it works](introduction.md).
8585
- [Get started](get-started.md) with GitHub Copilot for Azure by ensuring you have satisfied the pre-requisites, installed the software and write your first prompt.
86-
- Follow the [quickstart](quickstart-build-deploy-improve-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
86+
- Follow the [quickstart](quickstart-build-deploy-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
8787
- See example prompts for [learning more about Azure and understanding your Azure account, subscription and resources](learn-examples.md).
8888
- See example prompts for [optimizing your applications in Azure](optimize-examples.md).
8989
- See example prompts for [troubleshooting your Azure resources](troubleshoot-examples.md).

articles/github-copilot-azure/get-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The answer to your question will depend on what is currently running in Azure in
4949
## Next steps
5050

5151
- [Understand what is GitHub Copilot for Azure and how it works](introduction.md).
52-
- Follow the [quickstart](quickstart-build-deploy-improve-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
52+
- Follow the [quickstart](quickstart-build-deploy-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
5353
- See example prompts for [learning more about Azure and understanding your Azure account, subscription and resources](learn-examples.md).
5454
- See example prompts for [deploying your application to Azure](deploy-examples.md).
5555
- See example prompts for [optimizing your applications in Azure](optimize-examples.md).

articles/github-copilot-azure/index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ landingContent:
1919
- text: Introduction to GitHub Copilot for Azure
2020
url: get-started.md
2121
- text: Quickstart - Building, Deploying and Improving your application with GitHub Copilot for Azure
22-
url: quickstart-build-deploy-improve-applications.md
22+
url: quickstart-build-deploy-applications.md
2323

2424
- title: Prompts for Azure
2525
linkLists:

articles/github-copilot-azure/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The chat experience is delivered through the GitHub Copilot Chat extenion. The c
4444
## Next steps
4545

4646
- [Get started](get-started.md) with GitHub Copilot for Azure by ensuring you have satisfied the pre-requisites, installed the software and write your first prompt.
47-
- Follow the [quickstart](quickstart-build-deploy-improve-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
47+
- Follow the [quickstart](quickstart-build-deploy-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
4848
- See example prompts for [learning more about Azure and understanding your Azure account, subscription and resources](learn-examples.md).
4949
- See example prompts for [deploying your application to Azure](deploy-examples.md).
5050
- See example prompts for [optimizing your applications in Azure](optimize-examples.md).

articles/github-copilot-azure/learn-examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Suppose you want to learn about your options or how to utilize Azure for your ap
9999

100100
- [Understand what is GitHub Copilot for Azure and how it works](introduction.md).
101101
- [Get started](get-started.md) with GitHub Copilot for Azure by ensuring you have satisfied the pre-requisites, installed the software and write your first prompt.
102-
- Follow the [quickstart](quickstart-build-deploy-improve-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
102+
- Follow the [quickstart](quickstart-build-deploy-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
103103
- See example prompts for [deploying your application to Azure](deploy-examples.md).
104104
- See example prompts for [optimizing your applications in Azure](optimize-examples.md).
105105
- See example prompts for [troubleshooting your Azure resources](troubleshoot-examples.md).

articles/github-copilot-azure/optimize-examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Suppose you want to optimize your application running on Azure services and have
4646

4747
- [Understand what is GitHub Copilot for Azure and how it works](introduction.md).
4848
- [Get started](get-started.md) with GitHub Copilot for Azure by ensuring you have satisfied the pre-requisites, installed the software and write your first prompt.
49-
- Follow the [quickstart](quickstart-build-deploy-improve-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
49+
- Follow the [quickstart](quickstart-build-deploy-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
5050
- See example prompts for [learning more about Azure and understanding your Azure account, subscription and resources](learn-examples.md).
5151
- See example prompts for [deploying your application to Azure](deploy-examples.md).
5252
- See example prompts for [troubleshooting your Azure resources](troubleshoot-examples.md).

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Build, deploy and improve your application with GitHub Copilot for Azure
2+
title: Quickstart - Build and deploy your application with GitHub Copilot for Azure
33
description: This article walks through a scenario that demonstrates how to integrate GitHub Copilot for Azure Visual Studio Code extension into a developer's workflow.
44
keywords: github, copilot, ai, azure
55
ms.service: azure
@@ -8,7 +8,7 @@ ms.date: 09/03/2024
88
ms.custom: overview
99
---
1010

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

1313
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

@@ -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-
```prompt example
38+
```prompt
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-
```prompt example
61+
```prompt
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-
```prompt example
71+
```prompt
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-
```prompt example
80+
```prompt
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-
```prompt example
94+
```prompt
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-
```prompt example
114+
```prompt
115115
How do I undeploy this web site?
116116
```
117117

articles/github-copilot-azure/troubleshoot-examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Suppose you want to troubleshoot your application and have decided to use GitHub
8686

8787
- [Understand what is GitHub Copilot for Azure and how it works](introduction.md).
8888
- [Get started](get-started.md) with GitHub Copilot for Azure by ensuring you have satisfied the pre-requisites, installed the software and write your first prompt.
89-
- Follow the [quickstart](quickstart-build-deploy-improve-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
89+
- Follow the [quickstart](quickstart-build-deploy-applications.md) to understand how to include GitHub Copilot for Azure in your software development workflow. The quickstart will instruct you to deploy services to Azure, monitor their status, and troubleshoot issues.
9090
- See example prompts for [learning more about Azure and understanding your Azure account, subscription and resources](learn-examples.md).
9191
- See example prompts for [deploying your application to Azure](deploy-examples.md).
9292
- See example prompts for [optimizing your applications in Azure](optimize-examples.md).

0 commit comments

Comments
 (0)