Skip to content

Commit 7e0c874

Browse files
Merge pull request #261610 from JnHs/jh-copilot-bold
add bold to prompts in examples sections
2 parents d3ab906 + 8f1fa54 commit 7e0c874

9 files changed

+15
-15
lines changed

articles/copilot/analyze-cost-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Here are a few examples of the kinds of prompts you can use for Cost Management.
3434

3535
## Examples
3636

37-
When you prompt Microsoft Copilot for Azure (preview), "Summarize my costs for the last 6 months," a summary of costs for the selected scope is provided. You can follow up with questions to get more granular details, such as "What was our virtual machine spending last month?"
37+
When you prompt Microsoft Copilot for Azure (preview), "**Summarize my costs for the last 6 months**," a summary of costs for the selected scope is provided. You can follow up with questions to get more granular details, such as "What was our virtual machine spending last month?"
3838

3939
:::image type="content" source="media/analyze-cost-management/cost-management-summarize-costs.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) providing a summary of costs.":::
4040

4141
:::image type="content" source="media/analyze-cost-management/cost-management-vm-costs.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) providing details about VM costs.":::
4242

43-
Next, you can ask "How can we reduce our costs?" Microsoft Copilot for Azure (preview) provides a list of recommendations you can take, including an estimate of the potential savings you might see.
43+
Next, you can ask "**How can we reduce our costs?**" Microsoft Copilot for Azure (preview) provides a list of recommendations you can take, including an estimate of the potential savings you might see.
4444

4545
:::image type="content" source="media/analyze-cost-management/cost-management-reduce.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) providing a list of recommendations to reduce costs.":::
4646

articles/copilot/author-api-management-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here are a few examples of the kinds of prompts you can use to get help authorin
3333

3434
## Examples
3535

36-
When creating an API Management policy, you can say "Generate a policy to configure rate limiting with 5 requests per second." Microsoft Copilot for Azure (preview) provides an example and explains how you might want to modify the provided based on your requirements.
36+
When creating an API Management policy, you can say "**Generate a policy to configure rate limiting with 5 requests per second.**" Microsoft Copilot for Azure (preview) provides an example and explains how you might want to modify the provided based on your requirements.
3737

3838
:::image type="content" source="media/author-api-management-policies/api-management-policy-rate-limiting.png" lightbox="media/author-api-management-policies/api-management-policy-rate-limiting.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) generating a policy to configure rate limiting.":::
3939

articles/copilot/build-infrastructure-deploy-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The prompts you use can vary depending on the type of workload you want to deplo
5656

5757
## Examples
5858

59-
From the **More virtual machines and related solutions** page, you can tell Microsoft Copilot for Azure (preview) "I want to deploy a website on Azure." Microsoft Copilot for Azure (preview) responds with a series of questions to better understand your scenario.
59+
From the **More virtual machines and related solutions** page, you can tell Microsoft Copilot for Azure (preview) "**I want to deploy a website on Azure**." Microsoft Copilot for Azure (preview) responds with a series of questions to better understand your scenario.
6060

6161
:::image type="content" source="media/build-infrastructure-deploy-workloads/workloads-deploy-website.png" lightbox="media/build-infrastructure-deploy-workloads/workloads-deploy-website.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) providing options to deploy a website.":::
6262

articles/copilot/generate-cli-scripts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Here are a few examples of the kinds of prompts you can use to generate Azure CL
2929

3030
## Examples
3131

32-
In this example, the prompt "I want to use Azure CLI to create a web application" provides a list of steps, along with the necessary Azure CLI commands.
32+
In this example, the prompt "**I want to use Azure CLI to create a web application**" provides a list of steps, along with the necessary Azure CLI commands.
3333

3434
:::image type="content" source="media/generate-cli-scripts/cli-web-app.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) providing Azure CLI commands to create a web app.":::
3535

36-
Similarly, you can say "I want to create a virtual machine using Azure cli" to get a step-by-step guide with commands.
36+
Similarly, you can say "**I want to create a virtual machine using Azure CLI**" to get a step-by-step guide with commands.
3737

3838
:::image type="content" source="media/generate-cli-scripts/cli-vm.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) providing Azure CLI commands to create a VM.":::
3939

40-
For a more detailed scenario, you can say "I want to use Azure CLI to deploy and manage AKS using a private service endpoint."
40+
For more detailed scenarios, you can use prompts like "**I want to use Azure CLI to deploy and manage AKS using a private service endpoint**."
4141

4242
:::image type="content" source="media/generate-cli-scripts/cli-aks.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) providing commands to deploy and manage AKS using a private service endpoint.":::
4343

articles/copilot/generate-kubernetes-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Here are a few examples of the kinds of prompts you can use to generate Kubernet
3232

3333
## Examples
3434

35-
In this example, Microsoft Copilot for Azure (preview) generates a YAML file based on the prompt "Help me generate a Kubernetes YAML file for a "frontend" service using port 8080."
35+
In this example, Microsoft Copilot for Azure (preview) generates a YAML file based on the prompt "**Help me generate a Kubernetes YAML file for a "frontend" service using port 8080**."
3636

3737
:::image type="content" source="media/generate-kubernetes-yaml/kubernetes-yaml-file.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) generating a Kubernetes YAML file.":::
3838

articles/copilot/improve-storage-accounts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Here are a few examples of the kinds of prompts you can use to improve and prote
3636

3737
## Examples
3838

39-
When you're working with a storage account, you can ask "How can I make this storage account more secure?" Microsoft Copilot for Azure (preview) asks if you'd like to run a security check. After the check, you'll see specific recommendations about things you can do to align your storage account with security best practices.
39+
When you're working with a storage account, you can ask "**How can I make this storage account more secure?**" Microsoft Copilot for Azure (preview) asks if you'd like to run a security check. After the check, you'll see specific recommendations about things you can do to align your storage account with security best practices.
4040

4141
:::image type="content" source="media/improve-storage-accounts/storage-account-security.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) providing suggestions on storage account security best practices.":::
4242

43-
You can also say things like "Prevent this storage account from data loss during a disaster recovery situation." After confirming you'd like Microsoft Copilot for Azure (preview) to run a data resiliency check, you'll see specific recommendations for protecting its data.
43+
You can also say things like "**Prevent this storage account from data loss during a disaster recovery situation**." After confirming you'd like Microsoft Copilot for Azure (preview) to run a data resiliency check, you'll see specific recommendations for protecting its data.
4444

4545
:::image type="content" source="media/improve-storage-accounts/storage-account-data-resiliency.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) providing suggestions to improve storage account data resiliency.":::
4646

47-
If it's not clear which storage account you're asking about, Microsoft Copilot for Azure (preview) will ask you to clarify. In this example, when you ask "How can I stop my storage account from being deleted?", Microsoft Copilot for Azure (preview) prompts you to select a storage account. After that, it proceeds based on your selection.
47+
If it's not clear which storage account you're asking about, Microsoft Copilot for Azure (preview) will ask you to clarify. In this example, when you ask "**How can I stop my storage account from being deleted?**", Microsoft Copilot for Azure (preview) prompts you to select a storage account. After that, it proceeds based on your selection.
4848

4949
:::image type="content" source="media/improve-storage-accounts/storage-account-data-resiliency-select.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) prompting to select a storage account before providing suggestions to improve data resiliency.":::
5050

articles/copilot/optimize-code-application-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here are a few examples of the kinds of prompts you can use with Code Optimizati
3333

3434
## Examples
3535

36-
In this example, Microsoft Copilot for Azure (preview) responds to the prompt, "Any code performance optimizations?" The response notes that there are 6 recommendations, providing the option to view either the top recommendation or all recommendations at once.
36+
In this example, Microsoft Copilot for Azure (preview) responds to the prompt, "**Any code performance optimizations?**" The response notes that there are 6 recommendations, providing the option to view either the top recommendation or all recommendations at once.
3737

3838
:::image type="content" source="media/optimize-code-application-insights/code-optimizations-show-recommendations.png" lightbox="media/optimize-code-application-insights/code-optimizations-show-recommendations.png" alt-text="Screenshot of Microsoft Copilot for Azure responding to a question about code optimizations.":::
3939

articles/copilot/troubleshoot-app-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Here are a few examples of the kinds of prompts you can use to get help with App
3131

3232
## Examples
3333

34-
You can tell Microsoft Copilot for Azure (preview) "my web app is down." After you select the resource that you want to troubleshoot, Microsoft Copilot for Azure opens the **App Service - Web App Down** tool so you can view diagnostics.
34+
You can tell Microsoft Copilot for Azure (preview) "**my web app is down**." After you select the resource that you want to troubleshoot, Microsoft Copilot for Azure opens the **App Service - Web App Down** tool so you can view diagnostics.
3535

3636
:::image type="content" source="media/troubleshoot-app-service/app-service-down.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) opening the App Service - Web App Down tool." lightbox="media/troubleshoot-app-service/app-service-down.png":::
3737

38-
When you say "Take a memory dump" to Microsoft Copilot for Azure (preview), Microsoft Copilot for Azure (preview) suggests opening the **Collect a Memory Dump** tool so that you can take a snapshot of the app's current state. In this example, Microsoft Copilot for Azure (preview) continues to work with the resource selected earlier in the conversation.
38+
When you say "**Take a memory dump**" to Microsoft Copilot for Azure (preview), Microsoft Copilot for Azure (preview) suggests opening the **Collect a Memory Dump** tool so that you can take a snapshot of the app's current state. In this example, Microsoft Copilot for Azure (preview) continues to work with the resource selected earlier in the conversation.
3939

4040
:::image type="content" source="media/troubleshoot-app-service/app-service-take-memory-dump.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) opening the Collect a Memory Dump tool." lightbox="media/troubleshoot-app-service/app-service-take-memory-dump.png" :::
4141

articles/copilot/understand-service-health.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here are a few examples of the kinds of prompts you can use to get service healt
3131

3232
## Examples
3333

34-
You can ask "Is there any Azure outage ongoing?" In this example, no outages or service health issues are found. If there are service health issues impacting your account, you can ask further questions to get more information.
34+
You can ask "**Is there any Azure outage ongoing?**" In this example, no outages or service health issues are found. If there are service health issues impacting your account, you can ask further questions to get more information.
3535

3636
:::image type="content" source="media/understand-service-health/azure-service-health-outage-planned-maintenance.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) providing information about service issues and planned maintenance.":::
3737

0 commit comments

Comments
 (0)