Skip to content

Commit 416a7af

Browse files
Merge pull request #3790 from MicrosoftDocs/main638905469080795755sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents ef411ae + 1f73f21 commit 416a7af

File tree

82 files changed

+1311
-862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1311
-862
lines changed

.openpublishing.redirection.azure-local.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,6 +1934,26 @@
19341934
"source_path": "azure-local/migrate/migrate-cluster-new-hardware.md",
19351935
"redirect_url": "/azure-local/migrate/migration-azure-migrate-overview",
19361936
"redirect_document_id": false
1937+
},
1938+
{
1939+
"source_path": "azure-local/deploy/deployment-azure-arc-gateway-configure-manually.md",
1940+
"redirect_url": "/azure/azure-local/deploy/deployment-with-azure-arc-gateway",
1941+
"redirect_document_id": false
1942+
},
1943+
{
1944+
"source_path": "azure-local/deploy/deployment-azure-arc-gateway-configure-via-script.md",
1945+
"redirect_url": "/azure/azure-local/deploy/deployment-with-azure-arc-gateway",
1946+
"redirect_document_id": false
1947+
},
1948+
{
1949+
"source_path": "azure-local/deploy/deployment-azure-arc-gateway-use-without-proxy.md",
1950+
"redirect_url": "/azure/azure-local/deploy/deployment-with-azure-arc-gateway",
1951+
"redirect_document_id": false
1952+
},
1953+
{
1954+
"source_path": "azure-local/deploy/deployment-arc-register-local-ui.md",
1955+
"redirect_url": "/azure/azure-local/deploy/deployment-without-azure-arc-gateway",
1956+
"redirect_document_id": false
19371957
}
19381958
]
19391959
}

AKS-Arc/reference/aks-edge-ps/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ description: PowerShell cmdlets for AKS Edge Essentials
44
author: rcheeran
55
ms.author: rcheeran
66
ms.topic: reference
7-
ms.date: 03/10/2025
7+
ms.date: 08/11/2025
88
---
99

1010
# AKS Edge Essentials PowerShell module
1111

12+
To get started, see [Prepare your machines for AKS Edge Essentials.](../../aks-edge-howto-setup-machine.md).
13+
1214
## PowerShell commands
1315

1416
### [Add-AksEdgeNode](./add-aksedgenode.md)

azure-local/TOC.yml

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ items:
9595
href: plan/network-patterns-sdn-considerations.md
9696
- name: Review cloud deployment network considerations
9797
href: plan/cloud-deployment-network-considerations.md
98+
- name: Review Azure Arc gateway
99+
href: deploy/deployment-azure-arc-gateway-overview.md
98100
- name: Review security
99101
items:
100102
- name: About security features
@@ -118,31 +120,22 @@ items:
118120
href: deploy/download-23h2-software.md
119121
- name: 3. Install the OS
120122
href: deploy/deployment-install-os.md
121-
- name: 4. Register with Arc and set up permissions
123+
- name: 4. Set up subscription permissions
124+
href: deploy/deployment-arc-register-server-permissions.md
125+
- name: 5. Choose a registration method
122126
items:
123-
- name: Via console
124-
href: deploy/deployment-arc-register-server-permissions.md
125-
- name: Via Configurator app
126-
href: deploy/deployment-arc-register-configurator-app.md
127-
- name: 5. Choose a deployment method
127+
- name: Without Arc gateway
128+
href: deploy/deployment-without-azure-arc-gateway.md
129+
- name: With Arc gateway
130+
href: deploy/deployment-with-azure-arc-gateway.md
131+
- name: 6. Choose a deployment method
128132
items:
129-
- name: 5A. Deploy via Azure portal
133+
- name: 6A. Deploy via Azure portal
130134
href: deploy/deploy-via-portal.md
131-
- name: 5B. Deploy via ARM template
135+
- name: 6B. Deploy via ARM template
132136
href: deploy/deployment-azure-resource-manager-template.md
133137

134-
- name: Deploy with Arc gateway
135-
items:
136-
- name: About Arc gateway
137-
href: deploy/deployment-azure-arc-gateway-overview.md
138-
- name: Choose a proxy option
139-
items:
140-
- name: Configure proxy manually
141-
href: deploy/deployment-azure-arc-gateway-configure-manually.md
142-
- name: Configure proxy via Arc script
143-
href: deploy/deployment-azure-arc-gateway-configure-via-script.md
144-
- name: Configure without a proxy
145-
href: deploy/deployment-azure-arc-gateway-use-without-proxy.md
138+
146139
- name: Deploy using local identity with Key Vault
147140
href: deploy/deployment-local-identity-with-key-vault.md
148141
- name: Deploy workloads
@@ -518,6 +511,8 @@ items:
518511
items:
519512
- name: Collect logs
520513
href: manage/collect-logs.md
514+
- name: Troubleshoot registration issues for Configurator app
515+
href: manage/troubleshoot-deployment-configurator-app.md
521516
- name: Troubleshoot deployment validation issues
522517
href: manage/troubleshoot-deployment.md
523518
- name: Use the Diagnostic Support tool

azure-local/concepts/system-requirements-23h2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Here are the Azure requirements for your Azure Local instance:
2828
- Subscription obtained through an Enterprise Agreement (EA).
2929
- Subscription obtained through the Cloud Solution Provider (CSP) program.
3030

31-
- **Azure permissions**: Make sure that you're assigned the required roles and permissions for registration and deployment. For information on how to assign permissions, see [Assign Azure permissions for registration](../deploy/deployment-arc-register-server-permissions.md#assign-required-permissions-for-deployment).
32-
31+
- **Azure permissions**: Make sure that you're assigned the required roles and permissions for registration and deployment. For information on how to assign permissions, see [Assign Azure permissions for registration](../deploy/deployment-arc-register-server-permissions.md).
3332
- **Azure regions**: Azure Local is supported for the following regions:
3433

3534
# [Azure public](#tab/azure-public)

0 commit comments

Comments
 (0)