Skip to content

Commit 58fc9a2

Browse files
authored
Merge pull request #281647 from JnHs/jh-copilot-gdterm
updates to interactive deployments
2 parents 0faea97 + 84f037a commit 58fc9a2

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

articles/copilot/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
href: deploy-vms-effectively.md
2323
- name: Build infrastructure and deploy workloads
2424
href: build-infrastructure-deploy-workloads.md
25-
- name: Use guided deployments
25+
- name: Use interactive deployments
2626
href: use-guided-deployments.md
2727
- name: Get monitoring information
2828
href: get-monitoring-information.md

articles/copilot/capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Use Microsoft Copilot in Azure to perform many basic tasks in the Azure portal o
3030
- Work smarter with Azure services:
3131
- [Deploy virtual machines effectively](deploy-vms-effectively.md)
3232
- [Build infrastructure and deploy workloads](build-infrastructure-deploy-workloads.md)
33-
- [Create resources using guided deployments](use-guided-deployments.md)
33+
- [Create resources using interactive deployments](use-guided-deployments.md)
3434
- [Work with AKS clusters efficiently](work-aks-clusters.md)
3535
- [Get information about Azure Monitor metrics and logs](get-monitoring-information.md)
3636
- [Work smarter with Azure Stack HCI](work-smarter-edge.md)

articles/copilot/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ conceptualContent:
6868
text: Build infrastructure and deploy workloads
6969
- url: ./use-guided-deployments.md
7070
itemType: get-started
71-
text: Create resources with guided deployments
71+
text: Create resources with interactive deployments
7272
- url: ./work-aks-clusters.md
7373
itemType: get-started
7474
text: Work with AKS clusters efficiently
13.1 KB
Loading
-41.6 KB
Loading
4.56 KB
Loading
-236 KB
Loading
9.93 KB
Loading

articles/copilot/use-guided-deployments.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
2-
title: Create resources using guided deployments from Microsoft Copilot in Azure
3-
description: Learn how Microsoft Copilot in Azure (preview) can provide one-click or step-by-step deployment assistance.
4-
ms.date: 05/28/2024
2+
title: Create resources using interactive deployments from Microsoft Copilot in Azure
3+
description: Learn how Microsoft Copilot in Azure (preview) can provide quick or guided deployment assistance.
4+
ms.date: 07/24/2024
55
ms.topic: how-to
66
ms.service: copilot-for-azure
77
ms.custom: build-2024, linux-related-content
88
ms.author: jenhayes
99
author: JnHs
1010
---
1111

12-
# Create resources using guided deployments from Microsoft Copilot in Azure
12+
# Create resources using interactive deployments from Microsoft Copilot in Azure
1313

14-
Microsoft Copilot in Azure (preview) can help you deploy certain resources and workloads by providing one-click or step-by-step deployment assistance.
14+
Microsoft Copilot in Azure (preview) can help you deploy certain resources and workloads by providing quick or guided deployment assistance.
1515

16-
Guided deployments are currently available for select workloads. For other types of deployments, Copilot in Azure helps by [providing links to templates](#template-suggestions) that you can customize and deploy, often with various deployment options such as Azure CLI, Terraform, Bicep, or ARM. If a template isn't available for your scenario, Copilot in Azure provides information to help you choose and deploy the best resources for your scenario.
16+
Interactive deployments are currently available for select workloads. For other types of deployments, Copilot in Azure helps by [providing links to templates](#template-suggestions) that you can customize and deploy, often with various deployment options such as Azure CLI, Terraform, Bicep, or ARM. If a template isn't available for your scenario, Copilot in Azure provides information to help you choose and deploy the best resources for your scenario.
1717

1818
[!INCLUDE [scenario-note](includes/scenario-note.md)]
1919

2020
[!INCLUDE [preview-note](includes/preview-note.md)]
2121

2222
## Deploy a LEMP stack on an Azure Linux VM
2323

24-
Copilot in Azure can help you deploy an NGINX web server, Azure MySQL Flexible Server, and PHP (the [LEMP stack](/azure/virtual-machines/linux/tutorial-lemp-stack)) on an Ubuntu Linux VM in Azure. To see the LEMP server in action, you can also install and configure a WordPress site. You can choose either a one-click deployment, or step-by-step assistance.
24+
Copilot in Azure can help you deploy an NGINX web server, Azure MySQL Flexible Server, and PHP (the [LEMP stack](/azure/virtual-machines/linux/tutorial-lemp-stack)) on an Ubuntu Linux VM in Azure. To see the LEMP server in action, you can also install and configure a WordPress site. You can choose either a quick deployment or a guided deployment that provides step-by-step assistance.
2525

2626
### LEMP stack sample prompts
2727

@@ -33,11 +33,11 @@ Copilot in Azure can help you deploy an NGINX web server, Azure MySQL Flexible S
3333

3434
### LEMP stack example
3535

36-
You can say "**I want to deploy a LEMP stack on a Ubuntu VM**". Copilot in Azure checks for deployment experiences, and presents you with two deployment options: **Step-by-Step** or **One-Click**.
36+
You can say "**I want to deploy a LEMP stack on a Ubuntu VM**". Copilot in Azure checks for deployment experiences, and presents you with two deployment options: **Guided deployment** or **Quick deployment**.
3737

3838
:::image type="content" source="media/use-guided-deployments/lemp-stack-deployment.png" alt-text="Screenshot showing Copilot in Azure presenting deployment options for a LEMP stack on Ubuntu.":::
3939

40-
If you choose **Step-by-step deployment** and select a subscription, Copilot in Azure launches a guided experience that walks you through each step of the deployment.
40+
If you choose **Guided deployment** and select a subscription, Copilot in Azure launches a guided experience that walks you through each step of the deployment.
4141

4242
:::image type="content" source="media/use-guided-deployments/lemp-stack-step-start.png" lightbox="media/use-guided-deployments/lemp-stack-step-start.png" alt-text="Screenshot showing the start of the step-by-step guided deployment for a LEMP stack on Ubuntu.":::
4343

@@ -47,7 +47,7 @@ After you complete your deployment, you can check and browse the WordPress websi
4747

4848
## Create a Linux virtual machine and connect via SSH
4949

50-
Copilot in Azure can help you [create a Linux VM and connect to it via SSH](/azure/virtual-machines/linux/quick-create-cli). You can choose either a one-click deployment, or step-by-step assistance to handle the necessary tasks, including installing the latest Ubuntu image, provisioning the VM, generating a private key, and establishing the SSH connection.
50+
Copilot in Azure can help you [create a Linux VM and connect to it via SSH](/azure/virtual-machines/linux/quick-create-cli). You can choose either a quick deployment or a guided deployment that provides step-by-step assistance to handle the necessary tasks. These tasks include installing the latest Ubuntu image, provisioning the VM, generating a private key, and establishing the SSH connection.
5151

5252
### Linux VM sample prompts
5353

@@ -59,13 +59,13 @@ Copilot in Azure can help you [create a Linux VM and connect to it via SSH](/azu
5959

6060
### Linux VM example
6161

62-
You can say "**How do I create a Linux VM and SSH into it?**". You'll see two deployment options: **Step-by-Step deployment** or **One-Click**. If you choose the one-click option and select a subscription, you can run the script to deploy the infrastructure. While the deployment is running, don't close or refresh the page. You'll see progress as each step of the deployment is completed.
62+
You can say "**How do I create a Linux VM and SSH into it?**" You'll see two deployment options: **Guided deployment** or **Quick deployment**. If you choose the quick option and select a subscription, you can run the script to deploy the infrastructure. While the deployment is running, don't close or refresh the page. You'll see progress as each step of the deployment is completed.
6363

64-
:::image type="content" source="media/use-guided-deployments/linux-vm-deployment.png" lightbox="media/use-guided-deployments/linux-vm-deployment.png" alt-text="Screenshot showing Copilot in Azure providing a one-click deployment for a Linux VM.":::
64+
:::image type="content" source="media/use-guided-deployments/linux-vm-deployment.png" lightbox="media/use-guided-deployments/linux-vm-deployment.png" alt-text="Screenshot showing Copilot in Azure providing a quick deployment for a Linux VM.":::
6565

6666
## Create an AKS cluster with a custom domain and HTTPS
6767

68-
Copilot in Azure can help you [create an Azure Kubernetes Service (AKS) cluster](/azure/aks/learn/quick-kubernetes-deploy-cli) with an NGINX ingress controller and a custom domain. As with the other deployments, you can choose either a one-click deployment or step-by-step assistance.
68+
Copilot in Azure can help you [create an Azure Kubernetes Service (AKS) cluster](/azure/aks/learn/quick-kubernetes-deploy-cli) with an NGINX ingress controller and a custom domain. As with the other deployments, you can choose either a quick or guided deployment.
6969

7070
### AKS cluster sample prompts
7171

@@ -77,13 +77,13 @@ Copilot in Azure can help you [create an Azure Kubernetes Service (AKS) cluster]
7777

7878
### AKS cluster example
7979

80-
When you say "**Seamless deployment for AKS cluster on Azure**", Microsoft Copilot in Azure presents you with two deployment options: **Step-by-Step** or **One-Click**. In this example, the one-click deployment option is selected. As with the other examples, you see progress as each step of the deployment is completed.
80+
When you say "**Seamless deployment for AKS cluster on Azure**", Microsoft Copilot in Azure presents you with two deployment options: **Guided deployment** or **Quick deployment**. In this example, the quick deployment option is selected. As with the other examples, you see progress as each step of the deployment is completed.
8181

82-
:::image type="content" source="media/use-guided-deployments/aks-cluster-deployment.png" lightbox="media/use-guided-deployments/aks-cluster-deployment.png" alt-text="Screenshot showing Copilot in Azure providing a one-click deployment for an AKS cluster.":::
82+
:::image type="content" source="media/use-guided-deployments/aks-cluster-deployment.png" lightbox="media/use-guided-deployments/aks-cluster-deployment.png" alt-text="Screenshot showing Copilot in Azure providing a quick deployment for an AKS cluster.":::
8383

8484
## Template suggestions
8585

86-
If a guided deployment isn't available, Copilot in Azure checks to see if there's a template available to help with your scenario. Where possible, multiple deployment options are provided, such as Azure CLI, Terraform, Bicep, or ARM. You can then download and customize the templates as desired.
86+
If an interactive deployment isn't available, Copilot in Azure checks to see if there's a template available to help with your scenario. Where possible, multiple deployment options are provided, such as Azure CLI, Terraform, Bicep, or ARM. You can then download and customize the templates as desired.
8787

8888
If a template isn't available, Copilot in Azure provides information to help you achieve your goal. You can also revise your prompt to be more specific or ask if there are any related templates you could start from.
8989

0 commit comments

Comments
 (0)