Skip to content

Commit 1ec4438

Browse files
Merge pull request #7659 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-08 17:00 UTC
2 parents 2f43393 + 31288da commit 1ec4438

File tree

15 files changed

+184
-104
lines changed

15 files changed

+184
-104
lines changed

articles/azure-mcp-server/includes/tools/global-parameters-list.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Azure MCP Server with Azure Key Vault keys.
44
keywords: azure mcp server, azmcp, key vault
55
author: diberry
66
ms.author: diberry
7-
ms.date: 07/23/2025
7+
ms.date: 08/07/2025
88
content_well_notification:
99
- AI-contribution
1010
ai-usage: ai-assisted
@@ -22,6 +22,7 @@ The tools reference articles document the parameters specific to each tool. All
2222
| Parameter | Description |
2323
|-----------------|-------------------|
2424
| **Subscription** | [Azure subscription](/azure/cloud-adoption-framework/ready/azure-best-practices/initial-subscriptions) ID or name for target resources. This parameter identifies the Azure subscription that contains the resources you want to manage. You can use either the subscription GUID or the display name. Required for most operations. |
25+
| **Resource group** | The name of the Azure resource group. This is a logical container for Azure resources that helps organize and manage related resources together. Required for most resource-specific operations. |
2526
| **Tenant Id** | [Azure tenant](/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-ad-define) ID for authentication. This parameter specifies the Microsoft Entra ID tenant to authenticate against. Can be either the GUID identifier or the display name of your Entra ID tenant. Optional - uses default tenant if not specified. |
2627
| **Authentication method** | [Authentication method](/entra/identity/authentication/concept-authentication-methods) to use for Azure operations. Options include `credential` (Azure CLI/managed identity), `key` (access key), or `connectionString`. Default is `credential`, which uses Azure CLI authentication or managed identity. |
2728
| **Maximum retries** | Maximum number of retry attempts for failed operations before giving up. Controls how many times the system attempts to retry a failed request. Default is 3 retries. |

articles/github-copilot-app-modernization/breadcrumb/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ items:
1010
- name: Migrate
1111
tocHref: /azure
1212
topicHref: /azure/developer/github-copilot-app-modernization/index
13+
- name: Migrate
14+
tocHref: /java
15+
topicHref: /azure/developer/github-copilot-app-modernization/index
16+
- name: Migrate
17+
tocHref: /dotnet
18+
topicHref: /azure/developer/github-copilot-app-modernization/index

articles/github-copilot-app-modernization/index.yml

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ landingContent:
1818
links:
1919
- text: Overview
2020
url: overview.md
21-
- title: Java
21+
- title: Migrate Java projects to Azure
2222
linkLists:
2323
- linkListType: overview
2424
links:
@@ -40,7 +40,31 @@ landingContent:
4040
links:
4141
- text: Migration sample
4242
url: ../java/migration/migrate-github-copilot-app-modernization-for-java-sample.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
43-
- title: .NET
43+
- title: Upgrade Java projects
44+
linkLists:
45+
- linkListType: overview
46+
links:
47+
- text: Overview
48+
url: /java/upgrade/overview?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
49+
- text: FAQ
50+
url: /java/upgrade/faq?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
51+
- linkListType: quickstart
52+
links:
53+
- text: "Quickstart: Upgrade a Java project"
54+
url: /java/upgrade/quickstart-upgrade?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
55+
- text: "Quickstart: Generate unit tests"
56+
url: /java/upgrade/quickstart-unit-tests?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
57+
- linkListType: how-to-guide
58+
links:
59+
- text: Customize the upgrade plan
60+
url: /java/upgrade/customize-upgrade-plan?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
61+
- text: Upgrade a framework or third-party dependency
62+
url: /java/upgrade/framework-upgrade?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
63+
- linkListType: reference
64+
links:
65+
- text: Use tools outside of an upgrade session
66+
url: /java/upgrade/tools?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
67+
- title: Migrate .NET projects to Azure
4468
linkLists:
4569
- linkListType: overview
4670
links:
@@ -60,3 +84,17 @@ landingContent:
6084
links:
6185
- text: Migration sample
6286
url: /dotnet/azure/migration/appmod/sample?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
87+
- title: Upgrade .NET projects
88+
linkLists:
89+
- linkListType: overview
90+
links:
91+
- text: Overview
92+
url: /dotnet/core/porting/upgrade-assistant-overview?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
93+
- linkListType: get-started
94+
links:
95+
- text: Install
96+
url: /dotnet/core/porting/upgrade-assistant-install?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
97+
- linkListType: how-to-guide
98+
links:
99+
- text: How to upgrade
100+
url: /dotnet/core/porting/upgrade-assistant-how-to-upgrade?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json

articles/github-copilot-app-modernization/toc.yml

Lines changed: 54 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,60 @@ items:
77
- name: Java
88
expanded: true
99
items:
10-
- name: Overview
11-
href: ../java/migration/migrate-github-copilot-app-modernization-for-java.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
12-
- name: FAQ
13-
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-faq.yml?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
14-
- name: Predefined tasks
15-
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-predefined-tasks.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
16-
- name: "Quickstart: Assess and migrate a Java project"
17-
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-assess-migrate.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
18-
- name: "Quickstart: Create and apply your own task"
19-
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-create-and-apply-your-own-task.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
20-
- name: Migration sample
21-
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-sample.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
10+
- name: Migrate Java projects to Azure
11+
expanded: true
12+
items:
13+
- name: Overview
14+
href: ../java/migration/migrate-github-copilot-app-modernization-for-java.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
15+
- name: FAQ
16+
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-faq.yml?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
17+
- name: Predefined tasks
18+
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-predefined-tasks.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
19+
- name: "Quickstart: Assess and migrate a Java project"
20+
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-assess-migrate.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
21+
- name: "Quickstart: Create and apply your own task"
22+
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-create-and-apply-your-own-task.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
23+
- name: Migration sample
24+
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-sample.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
25+
- name: Upgrade Java projects
26+
expanded: true
27+
items:
28+
- name: Overview
29+
href: /java/upgrade/overview?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
30+
- name: FAQ
31+
href: /java/upgrade/faq?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
32+
- name: "Quickstart: Upgrade a Java project"
33+
href: /java/upgrade/quickstart-upgrade?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
34+
- name: "Quickstart: Generate unit tests"
35+
href: /java/upgrade/quickstart-unit-tests?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
36+
- name: Customize the upgrade plan
37+
href: /java/upgrade/customize-upgrade-plan?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
38+
- name: Upgrade a framework or third-party dependency
39+
href: /java/upgrade/framework-upgrade?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
40+
- name: Use tools outside of an upgrade session
41+
href: /java/upgrade/tools?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
2242
- name: .NET
2343
expanded: true
2444
items:
25-
- name: Overview
26-
href: /dotnet/azure/migration/appmod/overview?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
27-
- name: FAQ
28-
href: /dotnet/azure/migration/appmod/faq?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
29-
- name: Predefined tasks
30-
href: /dotnet/azure/migration/appmod/predefined-tasks?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
31-
- name: "Quickstart: Assess and migrate a .NET project"
32-
href: /dotnet/azure/migration/appmod/quickstart?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
33-
- name: Migration sample
34-
href: /dotnet/azure/migration/appmod/sample?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
45+
- name: Migrate .NET projects to Azure
46+
expanded: true
47+
items:
48+
- name: Overview
49+
href: /dotnet/azure/migration/appmod/overview?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
50+
- name: FAQ
51+
href: /dotnet/azure/migration/appmod/faq?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
52+
- name: Predefined tasks
53+
href: /dotnet/azure/migration/appmod/predefined-tasks?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
54+
- name: "Quickstart: Assess and migrate a .NET project"
55+
href: /dotnet/azure/migration/appmod/quickstart?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
56+
- name: Migration sample
57+
href: /dotnet/azure/migration/appmod/sample?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
58+
- name: Upgrade .NET projects
59+
expanded: true
60+
items:
61+
- name: Overview
62+
href: /dotnet/core/porting/upgrade-assistant-overview?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
63+
- name: Install
64+
href: /dotnet/core/porting/upgrade-assistant-install?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
65+
- name: How to upgrade
66+
href: /dotnet/core/porting/upgrade-assistant-how-to-upgrade?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json

0 commit comments

Comments
 (0)