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/copilot/analyze-cost-management.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Analyze, estimate and optimize cloud costs using Microsoft Copilot for Azure
3
-
description: Learn about scenarios where Microsoft Copilot for Azure can use Microsoft Cost Management to help you manage your costs.
4
-
ms.date: 05/21/2024
2
+
title: Analyze, estimate and optimize cloud costs using Microsoft Copilot in Azure
3
+
description: Learn about scenarios where Microsoft Copilot in Azure can use Microsoft Cost Management to help you manage your costs.
4
+
ms.date: 05/28/2024
5
5
ms.topic: conceptual
6
6
ms.service: copilot-for-azure
7
7
ms.custom:
@@ -12,11 +12,11 @@ ms.author: jenhayes
12
12
author: JnHs
13
13
---
14
14
15
-
# Analyze, estimate and optimize cloud costs using Microsoft Copilot for Azure
15
+
# Analyze, estimate and optimize cloud costs using Microsoft Copilot in Azure
16
16
17
-
Microsoft Copilot for Azure (preview) can help you analyze, estimate and optimize cloud costs. Ask questions using natural language to get information and recommendations based on [Microsoft Cost Management](/azure/cost-management-billing/costs/overview-cost-management).
17
+
Microsoft Copilot in Azure (preview) can help you analyze, estimate and optimize cloud costs. Ask questions using natural language to get information and recommendations based on [Microsoft Cost Management](/azure/cost-management-billing/costs/overview-cost-management).
18
18
19
-
When you ask Microsoft Copilot for Azure questions about your costs, it automatically pulls context based on the last scope that you accessed using Cost Management. If the context isn't clear, you'll be prompted to select a scope or provide more context.
19
+
When you ask Microsoft Copilot in Azure questions about your costs, it automatically pulls context based on the last scope that you accessed using Cost Management. If the context isn't clear, you'll be prompted to select a scope or provide more context.
@@ -35,19 +35,19 @@ Here are a few examples of the kinds of prompts you can use for Cost Management.
35
35
36
36
## Examples
37
37
38
-
When you prompt Microsoft Copilot for Azure, "**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?"
38
+
When you prompt Microsoft Copilot in Azure, "**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?"
39
39
40
-
:::image type="content" source="media/analyze-cost-management/cost-management-summarize-costs.png" alt-text="Screenshot of Microsoft Copilot for Azure providing a summary of costs.":::
40
+
:::image type="content" source="media/analyze-cost-management/cost-management-summarize-costs.png" alt-text="Screenshot of Microsoft Copilot in Azure providing a summary of costs.":::
41
41
42
-
:::image type="content" source="media/analyze-cost-management/cost-management-vm-costs.png" alt-text="Screenshot showing Microsoft Copilot for Azure providing details about VM costs.":::
42
+
:::image type="content" source="media/analyze-cost-management/cost-management-vm-costs.png" alt-text="Screenshot showing Microsoft Copilot in Azure providing details about VM costs.":::
43
43
44
-
Next, you can ask "**How can we reduce our costs?**" Microsoft Copilot for Azure provides a list of recommendations you can take, including an estimate of the potential savings you might see.
44
+
Next, you can ask "**How can we reduce our costs?**" Microsoft Copilot in Azure provides a list of recommendations you can take, including an estimate of the potential savings you might see.
45
45
46
-
:::image type="content" source="media/analyze-cost-management/cost-management-reduce.png" alt-text="Screenshot showing Microsoft Copilot for Azure providing a list of recommendations to reduce costs.":::
46
+
:::image type="content" source="media/analyze-cost-management/cost-management-reduce.png" alt-text="Screenshot showing Microsoft Copilot in Azure providing a list of recommendations to reduce costs.":::
47
47
48
-
:::image type="content" source="media/analyze-cost-management/cost-management-reduce-2.png" alt-text="Screenshot showing Microsoft Copilot for Azure continuing a list of recommendations to reduce costs.":::
48
+
:::image type="content" source="media/analyze-cost-management/cost-management-reduce-2.png" alt-text="Screenshot showing Microsoft Copilot in Azure continuing a list of recommendations to reduce costs.":::
49
49
50
50
## Next steps
51
51
52
-
- Explore [capabilities](capabilities.md) of Microsoft Copilot for Azure.
52
+
- Explore [capabilities](capabilities.md) of Microsoft Copilot in Azure.
53
53
- Learn more about [Microsoft Cost Management](/azure/cost-management-billing/costs/overview-cost-management).
title: Author API Management policies using Microsoft Copilot for Azure
3
-
description: Learn about how Microsoft Copilot for Azure can generate Azure API Management policies based on your requirements.
4
-
ms.date: 05/21/2024
2
+
title: Author API Management policies using Microsoft Copilot in Azure
3
+
description: Learn about how Microsoft Copilot in Azure can generate Azure API Management policies based on your requirements.
4
+
ms.date: 05/28/2024
5
5
ms.topic: conceptual
6
6
ms.service: copilot-for-azure
7
7
ms.custom:
@@ -12,13 +12,13 @@ ms.author: jenhayes
12
12
author: JnHs
13
13
---
14
14
15
-
# Author API Management policies using Microsoft Copilot for Azure
15
+
# Author API Management policies using Microsoft Copilot in Azure
16
16
17
-
Microsoft Copilot for Azure (preview) can author [Azure API Management policies](/azure/api-management/api-management-howto-policies) based on your requirements. By using Microsoft Copilot for Azure, you can create policies quickly, even if you're not sure what code you need. This can be especially helpful when creating complex policies with many requirements.
17
+
Microsoft Copilot in Azure (preview) can author [Azure API Management policies](/azure/api-management/api-management-howto-policies) based on your requirements. By using Microsoft Copilot in Azure, you can create policies quickly, even if you're not sure what code you need. This can be especially helpful when creating complex policies with many requirements.
18
18
19
-
To get help authoring API Management policies, start from the **Design** tab of an API you previously imported to your API Management instance. Be sure to use the [code editor view](/azure/api-management/set-edit-policies?tabs=editor#configure-policy-in-the-portal). Ask Microsoft Copilot for Azure to generate policy definitions for you, then copy the results right into the editor, making any desired changes. You can also ask questions to understand the different options or change the provided policy.
19
+
To get help authoring API Management policies, start from the **Design** tab of an API you previously imported to your API Management instance. Be sure to use the [code editor view](/azure/api-management/set-edit-policies?tabs=editor#configure-policy-in-the-portal). Ask Microsoft Copilot in Azure to generate policy definitions for you, then copy the results right into the editor, making any desired changes. You can also ask questions to understand the different options or change the provided policy.
20
20
21
-
When you're working with API Management policies, you can also select a portion of the policy, right-click, and then select **Explain**. This will open Microsoft Copilot for Azure and paste your selection with a prompt to explain how that part of the policy works.
21
+
When you're working with API Management policies, you can also select a portion of the policy, right-click, and then select **Explain**. This will open Microsoft Copilot in Azure and paste your selection with a prompt to explain how that part of the policy works.
@@ -34,23 +34,23 @@ Here are a few examples of the kinds of prompts you can use to get help authorin
34
34
35
35
## Examples
36
36
37
-
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 provides an example and explains how you might want to modify the provided based on your requirements.
37
+
When creating an API Management policy, you can say "**Generate a policy to configure rate limiting with 5 requests per second.**" Microsoft Copilot in Azure provides an example and explains how you might want to modify the provided based on your requirements.
38
38
39
-
:::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 generating a policy to configure rate limiting.":::
39
+
:::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 in Azure generating a policy to configure rate limiting.":::
40
40
41
41
In this example, a policy is generated based on the prompt "Generate a policy to remove a 'X-AspNet-Version' header from the response."
42
42
43
-
:::image type="content" source="media/author-api-management-policies/api-management-policy-remove-header.png" lightbox="media/author-api-management-policies/api-management-policy-remove-header.png" alt-text="Screenshot of Microsoft Copilot for Azure generating a policy to remove a header.":::
43
+
:::image type="content" source="media/author-api-management-policies/api-management-policy-remove-header.png" lightbox="media/author-api-management-policies/api-management-policy-remove-header.png" alt-text="Screenshot of Microsoft Copilot in Azure generating a policy to remove a header.":::
44
44
45
45
When you have questions about a certain policy element, you can get more information by selecting a section of the policy, right-clicking, and selecting **Explain**.
46
46
47
-
:::image type="content" source="media/author-api-management-policies/api-management-policy-explain.png" lightbox="media/author-api-management-policies/api-management-policy-explain.png" alt-text="Screenshot of right-clicking a section of an API Management policy to get an explanation from Microsoft Copilot for Azure .":::
47
+
:::image type="content" source="media/author-api-management-policies/api-management-policy-explain.png" lightbox="media/author-api-management-policies/api-management-policy-explain.png" alt-text="Screenshot of right-clicking a section of an API Management policy to get an explanation from Microsoft Copilot in Azure .":::
48
48
49
-
Microsoft Copilot for Azure explains how the code works, breaking down each specific section.
49
+
Microsoft Copilot in Azure explains how the code works, breaking down each specific section.
50
50
51
-
:::image type="content" source="media/author-api-management-policies/api-management-policy-explanation.png" alt-text="Screenshot of Microsoft Copilot for Azure providing information about a specific API Management policy.":::
51
+
:::image type="content" source="media/author-api-management-policies/api-management-policy-explanation.png" alt-text="Screenshot of Microsoft Copilot in Azure providing information about a specific API Management policy.":::
52
52
53
53
## Next steps
54
54
55
-
- Explore [capabilities](capabilities.md) of Microsoft Copilot for Azure.
55
+
- Explore [capabilities](capabilities.md) of Microsoft Copilot in Azure.
56
56
- Learn more about [Azure API Management](/azure/api-management/api-management-key-concepts).
Copy file name to clipboardExpand all lines: articles/copilot/build-infrastructure-deploy-workloads.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Build infrastructure and deploy workloads using Microsoft Copilot for Azure
3
-
description: Learn how Microsoft Copilot for Azure can help you build custom infrastructure for your workloads and provide templates and scripts to help you deploy.
2
+
title: Build infrastructure and deploy workloads using Microsoft Copilot in Azure
3
+
description: Learn how Microsoft Copilot in Azure can help you build custom infrastructure for your workloads and provide templates and scripts to help you deploy.
4
4
ms.date: 02/26/2024
5
5
ms.topic: conceptual
6
6
ms.service: copilot-for-azure
@@ -12,17 +12,17 @@ ms.author: jenhayes
12
12
author: JnHs
13
13
---
14
14
15
-
# Build infrastructure and deploy workloads using Microsoft Copilot for Azure
15
+
# Build infrastructure and deploy workloads using Microsoft Copilot in Azure
16
16
17
-
Microsoft Copilot for Azure (preview) can help you quickly build custom infrastructure for your workloads and provide templates and scripts to help you deploy. By using Microsoft Copilot for Azure, you can often reduce your deployment time dramatically. Microsoft Copilot for Azure also helps you align to security and compliance standards and other best practices.
17
+
Microsoft Copilot in Azure (preview) can help you quickly build custom infrastructure for your workloads and provide templates and scripts to help you deploy. By using Microsoft Copilot in Azure, you can often reduce your deployment time dramatically. Microsoft Copilot in Azure also helps you align to security and compliance standards and other best practices.
18
18
19
-
Throughout a conversation, Microsoft Copilot for Azure asks you questions to better understand your requirements and applications. Based on the provided information, it then provides several architecture options suitable for deploying that infrastructure. After you select an option, Microsoft Copilot for Azure provides detailed descriptions of the infrastructure, including how it can be configured. Finally, Microsoft Copilot for Azure provides templates and scripts using the language of your choice to deploy your infrastructure.
19
+
Throughout a conversation, Microsoft Copilot in Azure asks you questions to better understand your requirements and applications. Based on the provided information, it then provides several architecture options suitable for deploying that infrastructure. After you select an option, Microsoft Copilot in Azure provides detailed descriptions of the infrastructure, including how it can be configured. Finally, Microsoft Copilot in Azure provides templates and scripts using the language of your choice to deploy your infrastructure.
20
20
21
21
To get help building infrastructure and deploying workloads, start on the [More virtual machines and related solutions](https://portal.azure.com/#view/Microsoft_Azure_SolutionCenter/SolutionGroup.ReactView/groupid/defaultLandingVmBrowse) page in the Azure portal. You can reach this page from **Virtual machines** by selecting the arrow next to **Create**, then selecting **More VMs and related solutions**.
22
22
23
23
:::image type="content" source="media/build-infrastructure-deploy-workloads/workloads-more-vms.png" alt-text="Screenshot of the More VMs and related solutions option from the Virtual machines page in the Azure portal.":::
24
24
25
-
Once you're there, start the conversation by letting Microsoft Copilot for Azure know what you want to build and deploy.
25
+
Once you're there, start the conversation by letting Microsoft Copilot in Azure know what you want to build and deploy.
@@ -57,25 +57,25 @@ The prompts you use can vary depending on the type of workload you want to deplo
57
57
58
58
## Examples
59
59
60
-
From the **[More virtual machines and related solutions](https://portal.azure.com/#view/Microsoft_Azure_SolutionCenter/SolutionGroup.ReactView/groupid/defaultLandingVmBrowse)** page, you can tell Microsoft Copilot for Azure "**I want to deploy a website on Azure**." Microsoft Copilot for Azure responds with a series of questions to better understand your scenario.
60
+
From the **[More virtual machines and related solutions](https://portal.azure.com/#view/Microsoft_Azure_SolutionCenter/SolutionGroup.ReactView/groupid/defaultLandingVmBrowse)** page, you can tell Microsoft Copilot in Azure "**I want to deploy a website on Azure**." Microsoft Copilot in Azure responds with a series of questions to better understand your scenario.
61
61
62
-
:::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 providing options to deploy a website.":::
62
+
:::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 in Azure providing options to deploy a website.":::
63
63
64
-
After you provide answers, Microsoft Copilot for Azure provides several options that might be a good fit. You can choose one of these or ask more questions.
64
+
After you provide answers, Microsoft Copilot in Azure provides several options that might be a good fit. You can choose one of these or ask more questions.
65
65
66
-
:::image type="content" source="media/build-infrastructure-deploy-workloads/workloads-design-options.png" alt-text="Screenshot showing Microsoft Copilot for Azure Design options.":::
66
+
:::image type="content" source="media/build-infrastructure-deploy-workloads/workloads-design-options.png" alt-text="Screenshot showing Microsoft Copilot in Azure Design options.":::
67
67
68
-
After you specify which option you'd like to use, Microsoft Copilot for Azure provides a step-by-step plan to walk you through the deployment. It gives you the option to change parts of the plan and also asks you to choose a development tool. In this example, Azure App Service is selected.
68
+
After you specify which option you'd like to use, Microsoft Copilot in Azure provides a step-by-step plan to walk you through the deployment. It gives you the option to change parts of the plan and also asks you to choose a development tool. In this example, Azure App Service is selected.
69
69
70
-
:::image type="content" source="media/build-infrastructure-deploy-workloads/workloads-app-service.png" alt-text="Screenshot showing Microsoft Copilot for Azure providing steps to deploy a website using Azure App Service.":::
70
+
:::image type="content" source="media/build-infrastructure-deploy-workloads/workloads-app-service.png" alt-text="Screenshot showing Microsoft Copilot in Azure providing steps to deploy a website using Azure App Service.":::
71
71
72
-
Since the response in this example is ARM template, Microsoft Copilot for Azure creates a basic ARM template, then provides instructions for how to deploy it.
72
+
Since the response in this example is ARM template, Microsoft Copilot in Azure creates a basic ARM template, then provides instructions for how to deploy it.
73
73
74
-
:::image type="content" source="media/build-infrastructure-deploy-workloads/workloads-create-template.png" alt-text="Screenshot showing Microsoft Copilot for Azure creating an ARM template.":::
74
+
:::image type="content" source="media/build-infrastructure-deploy-workloads/workloads-create-template.png" alt-text="Screenshot showing Microsoft Copilot in Azure creating an ARM template.":::
75
75
76
-
:::image type="content" source="media/build-infrastructure-deploy-workloads/workload-deploy-template.png" alt-text="Screenshot showing Microsoft Copilot for Azure providing instructions for deploying the ARM template.":::
76
+
:::image type="content" source="media/build-infrastructure-deploy-workloads/workload-deploy-template.png" alt-text="Screenshot showing Microsoft Copilot in Azure providing instructions for deploying the ARM template.":::
77
77
78
78
## Next steps
79
79
80
-
- Explore [capabilities](capabilities.md) of Microsoft Copilot for Azure.
80
+
- Explore [capabilities](capabilities.md) of Microsoft Copilot in Azure.
81
81
- Learn more about [virtual machines in Azure](/azure/virtual-machines/overview).
0 commit comments