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: docs/ai/get-started-app-chat-scaling-with-azure-container-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.topic: get-started
12
12
13
13
## Prerequisites
14
14
15
-
* Azure subscription. [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true).
15
+
* Azure subscription. [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
16
16
17
17
[Dev containers](https://containers.dev/) are available for both samples, with all dependencies required to complete this article. You can run the dev containers in GitHub Codespaces (in a browser) or locally using Visual Studio Code.
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true)
58
+
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
59
59
* Azure account permissions - Your Azure account must have Microsoft.Authorization/roleAssignments/write permissions, such as [User Access Administrator](/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](/azure/role-based-access-control/built-in-roles#owner).
60
60
* GitHub account
61
61
62
62
#### [Visual Studio Code](#tab/visual-studio-code)
63
63
64
-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true)
64
+
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
65
65
* Azure account permissions - Your Azure account must have Microsoft.Authorization/roleAssignments/write permissions, such as [User Access Administrator](/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](/azure/role-based-access-control/built-in-roles#owner).
Copy file name to clipboardExpand all lines: docs/ai/how-to/app-service-aoai-auth.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A managed identity from Microsoft Entra ID allows your app to easily access othe
17
17
18
18
## Prerequisites
19
19
20
-
* An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
20
+
* An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
Copy file name to clipboardExpand all lines: docs/ai/how-to/content-filtering.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The [Content Filtering](/azure/ai-services/openai/concepts/content-filter) docum
16
16
17
17
## Prerequisites
18
18
19
-
* An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19
+
* An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
Copy file name to clipboardExpand all lines: docs/ai/quickstarts/build-mcp-server.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,20 +66,23 @@ Configure GitHub Copilot for Visual Studio Code to use your custom MCP server:
66
66
"args": [
67
67
"run",
68
68
"--project",
69
-
"<RELATIVE PATH TO PROJECT DIRECTORY>"
69
+
"<relative-path-to-project-file>"
70
70
]
71
71
}
72
72
}
73
73
}
74
74
```
75
75
76
+
> [!NOTE]
77
+
> VS Code executes MCP servers from the workspace root. The `<relative-path-to-project-file>` placeholder should point to your .NET project file. For example, the value for this **SampleMcpServer** app would be `SampleMcpServer.csproj`.
78
+
76
79
1. Save the file.
77
80
78
81
## Test the MCP server
79
82
80
83
The MCP server template includes a tool called `get_random_number` you can use for testing and as a starting point for development.
81
84
82
-
1. Open GitHub Copilot in Visual Studio Code and switch to chat mode.
85
+
1. Open GitHub Copilot in Visual Studio Code and switch to agent mode.
83
86
84
87
1. Select the **Select tools** icon to verify your **SampleMcpServer** is available with the sample tool listed.
Copy file name to clipboardExpand all lines: docs/azure/create-azure-account.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ If you have a Visual Studio subscription, your subscription includes credits for
18
18
19
19
## Option 2: Sign up for a free Azure account
20
20
21
-
You can create an [Azure account for free](https://azure.microsoft.com/free/dotnet/) and receive 12 months of popular services for free and a $200 credit to explore Azure for 30 days.
21
+
You can create an [Azure account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) and receive 12 months of popular services for free and a $200 credit to explore Azure for 30 days.
Copy file name to clipboardExpand all lines: docs/azure/dotnet-dev-env-checklist.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This checklist is provided to help you make sure you have your development envir
15
15
To access Azure services or run applications in Azure, you need an Azure account.
16
16
17
17
* If you are a Visual Studio subscriber, you have monthly [free Azure credits](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/) available to you every month
18
-
*[Create a free Azure account](https://azure.microsoft.com/free/dotnet/) and receive $200 in credits and select services free for 12 months
18
+
*[Create a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) and receive $200 in credits and select services free for 12 months
19
19
* Use an account assigned to you by your company's Azure administrator
Copy file name to clipboardExpand all lines: docs/azure/migration/appmod/predefined-tasks.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Predefined tasks for GitHub Copilot app modernization for .NET (Preview)
2
+
title: Predefined tasks for GitHub Copilot app modernization for .NET
3
3
description: Learn about the predefined tasks that are available for GitHub Copilot app modernization for .NET
4
4
ms.topic: concept-article
5
5
ms.custom: devx-track-dotnet
@@ -8,11 +8,11 @@ author: alexwolfmsft
8
8
ms.author: alexwolf
9
9
---
10
10
11
-
# Predefined tasks for GitHub Copilot app modernization for .NET (Preview)
11
+
# Predefined tasks for GitHub Copilot app modernization for .NET
12
12
13
-
This article describes the predefined tasks available for GitHub Copilot app modernization for .NET (Preview).
13
+
This article describes the predefined tasks available for GitHub Copilot app modernization for .NET.
14
14
15
-
Predefined tasks capture industry best practices for using Azure services. Currently, App Modernization for .NET (Preview) offers predefined tasks that cover common migration scenarios. These tasks address the following subjects, and more:
15
+
Predefined tasks capture industry best practices for using Azure services. Currently, App Modernization for .NET offers predefined tasks that cover common migration scenarios. These tasks address the following subjects, and more:
Copy file name to clipboardExpand all lines: docs/azure/sdk/resource-management.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Those packages follow the [new Azure SDK guidelines](https://azure.github.io/azu
24
24
25
25
### Prerequisites
26
26
27
-
- An [Azure subscription](https://azure.microsoft.com/free/dotnet/).
27
+
- An [Azure subscription](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
28
28
- A [TokenCredential](/dotnet/api/azure.core.tokencredential?view=azure-dotnet&preserve-view=false) implementation, such as an [Azure Identity library credential type](/dotnet/api/overview/azure/Identity-readme#credential-classes).
0 commit comments