Skip to content

Commit 5a8b8f1

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into availability-zones
2 parents 1aaa1f0 + aaf79ba commit 5a8b8f1

38 files changed

+173
-103
lines changed

articles/aks/index.yml

Lines changed: 35 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,21 @@ landingContent:
2424
links:
2525
- text: What is AKS?
2626
url: intro-kubernetes.md
27+
- linkListType: whats-new
28+
links:
29+
- text: Automatically upgrade an AKS cluster
30+
url: auto-upgrade-cluster.md
31+
- text: Start/stop node pools
32+
url: start-stop-nodepools.md
33+
- text: Default OS disk sizing
34+
url: cluster-configuration.md#default-os-disk-sizing
35+
- text: Bring your own CNI plugin (GA)
36+
url: use-byo-cni.md
37+
- text: Calico for Windows Server containers (GA)
38+
url: use-network-policies.md#create-an-aks-cluster-for-calico-network-policies
39+
- text: API Server VNet integration (preview)
40+
url: api-server-vnet-integration.md
41+
2742
- linkListType: concept
2843
links:
2944
- text: Kubernetes core concepts for AKS
@@ -99,26 +114,6 @@ landingContent:
99114
- text: Other AKS solutions
100115
url: /azure/architecture/reference-architectures/containers/aks-start-here?WT.mc_id=AKSDOCSPAGE
101116

102-
# Card
103-
- title: Deploy, manage, and update applications
104-
linkLists:
105-
- linkListType: tutorial
106-
links:
107-
- text: 1. Prepare an application for AKS
108-
url: tutorial-kubernetes-prepare-app.md
109-
- text: 2. Deploy and use Azure Container Registry
110-
url: tutorial-kubernetes-prepare-acr.md
111-
- text: 3. Deploy an AKS cluster
112-
url: tutorial-kubernetes-deploy-cluster.md
113-
- text: 4. Run your application
114-
url: tutorial-kubernetes-deploy-application.md
115-
- text: 5. Scale applications
116-
url: tutorial-kubernetes-scale.md
117-
- text: 6. Update an application
118-
url: tutorial-kubernetes-app-update.md
119-
- text: 7. Upgrade Kubernetes in AKS
120-
url: tutorial-kubernetes-upgrade-cluster.md
121-
122117
- title: Configure your cluster for Windows containers
123118
linkLists:
124119
- linkListType: quickstart
@@ -156,6 +151,26 @@ landingContent:
156151
- text: Windows Server containers FAQ
157152
url: windows-faq.md
158153

154+
# Card
155+
- title: Deploy, manage, and update applications
156+
linkLists:
157+
- linkListType: tutorial
158+
links:
159+
- text: 1. Prepare an application for AKS
160+
url: tutorial-kubernetes-prepare-app.md
161+
- text: 2. Deploy and use Azure Container Registry
162+
url: tutorial-kubernetes-prepare-acr.md
163+
- text: 3. Deploy an AKS cluster
164+
url: tutorial-kubernetes-deploy-cluster.md
165+
- text: 4. Run your application
166+
url: tutorial-kubernetes-deploy-application.md
167+
- text: 5. Scale applications
168+
url: tutorial-kubernetes-scale.md
169+
- text: 6. Update an application
170+
url: tutorial-kubernetes-app-update.md
171+
- text: 7. Upgrade Kubernetes in AKS
172+
url: tutorial-kubernetes-upgrade-cluster.md
173+
159174
- title: Extend the capabilities of your cluster
160175
linkLists:
161176
- linkListType: concept

articles/azure-arc/servers/agent-release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new with Azure Arc-enabled servers agent
33
description: This article has release notes for Azure Arc-enabled servers agent. For many of the summarized issues, there are links to more details.
44
ms.topic: overview
5-
ms.date: 07/05/2022
5+
ms.date: 07/26/2022
66
ms.custom: references_regions
77
---
88

@@ -24,6 +24,7 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
2424

2525
### New features
2626

27+
- Added support for connecting the agent to the Azure China cloud
2728
- Added support for Debian 10
2829
- Updates to the [instance metadata](agent-overview.md#instance-metadata) collected on each machine:
2930
- GCP VM OS is no longer collected

articles/azure-arc/servers/network-requirements.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connected Machine agent network requirements
33
description: Learn about the networking requirements for using the Connected Machine agent for Azure Arc-enabled servers.
4-
ms.date: 06/09/2022
4+
ms.date: 07/26/2022
55
ms.topic: conceptual
66
---
77

@@ -39,7 +39,7 @@ For more information, see [Virtual network service tags](../../virtual-network/s
3939

4040
The table below lists the URLs that must be available in order to install and use the Connected Machine agent.
4141

42-
# [Azure Cloud](#tab/azure-cloud)
42+
### [Azure Cloud](#tab/azure-cloud)
4343

4444
| Agent resource | Description | When required| Endpoint used with private link |
4545
|---------|---------|--------|---------|
@@ -58,7 +58,7 @@ The table below lists the URLs that must be available in order to install and us
5858
|`*.blob.core.windows.net`|Download source for Azure Arc-enabled servers extensions|Always, except when using private endpoints| Not used when private link is configured |
5959
|`dc.services.visualstudio.com`|Agent telemetry|Optional| Public |
6060

61-
# [Azure Government](#tab/azure-government)
61+
### [Azure Government](#tab/azure-government)
6262

6363
| Agent resource | Description | When required| Endpoint used with private link |
6464
|---------|---------|--------|---------|
@@ -73,6 +73,30 @@ The table below lists the URLs that must be available in order to install and us
7373
|`*.blob.core.usgovcloudapi.net`|Download source for Azure Arc-enabled servers extensions|Always, except when using private endpoints| Not used when private link is configured |
7474
|`dc.applicationinsights.us`|Agent telemetry|Optional| Public |
7575

76+
### [Azure China](#tab/azure-china)
77+
78+
> [!NOTE]
79+
> Private link is not available for Azure Arc-enabled servers in Azure China regions.
80+
81+
| Agent resource | Description | When required|
82+
|---------|---------|--------|
83+
|`aka.ms`|Used to resolve the download script during installation|At installation time, only|
84+
|`download.microsoft.com`|Used to download the Windows installation package|At installation time, only|
85+
|`packages.microsoft.com`|Used to download the Linux installation package|At installation time, only|
86+
|`login.chinacloudapi.cn`|Azure Active Directory|Always|
87+
|`login.partner.chinacloudapi.cn`|Azure Active Directory|Always|
88+
|`pas.chinacloudapi.cn`|Azure Active Directory|Always|
89+
|`management.chinacloudapi.cn`|Azure Resource Manager - to create or delete the Arc server resource|When connecting or disconnecting a server, only|
90+
|`*.his.arc.azure.cn`|Metadata and hybrid identity services|Always|
91+
|`*.guestconfiguration.azure.cn`| Extension management and guest configuration services |Always|
92+
|`guestnotificationservice.azure.cn`, `*.guestnotificationservice.azure.cn`|Notification service for extension and connectivity scenarios|Always|
93+
|`azgn*.servicebus.chinacloudapi.cn`|Notification service for extension and connectivity scenarios|Always|
94+
|`*.servicebus.chinacloudapi.cn`|For Windows Admin Center and SSH scenarios|If using SSH or Windows Admin Center from Azure|
95+
|`*.blob.core.chinacloudapi.cn`|Download source for Azure Arc-enabled servers extensions|Always, except when using private endpoints|
96+
|`dc.applicationinsights.azure.cn`|Agent telemetry|Optional|
97+
98+
---
99+
76100
## Transport Layer Security 1.2 protocol
77101

78102
To ensure the security of data in transit to Azure, we strongly encourage you to configure machine to use Transport Layer Security (TLS) 1.2. Older versions of TLS/Secure Sockets Layer (SSL) have been found to be vulnerable and while they still currently work to allow backwards compatibility, they are **not recommended**.

articles/azure-arc/servers/private-link-security.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Azure Private Link to securely connect servers to Azure Arc
33
description: Learn how to use Azure Private Link to securely connect networks to Azure Arc.
44
ms.topic: conceptual
5-
ms.date: 05/04/2022
5+
ms.date: 07/26/2022
66
---
77

88
# Use Azure Private Link to securely connect servers to Azure Arc
@@ -59,6 +59,7 @@ The Azure Arc-enabled servers Private Link Scope object has a number of limits y
5959
- The Azure Arc-enabled server and Azure Arc Private Link Scope must be in the same Azure region. The Private Endpoint and the virtual network must also be in the same Azure region, but this region can be different from that of your Azure Arc Private Link Scope and Arc-enabled server.
6060
- Network traffic to Azure Active Directory and Azure Resource Manager does not traverse the Azure Arc Private Link Scope and will continue to use your default network route to the internet. You can optionally [configure a resource management private link](../../azure-resource-manager/management/create-private-link-access-portal.md) to send Azure Resource Manager traffic to a private endpoint.
6161
- Other Azure services that you will use, for example Azure Monitor, requires their own private endpoints in your virtual network.
62+
- Private link for Azure Arc-enabled servers is not currently available in Azure China
6263

6364
## Planning your Private Link setup
6465

@@ -85,7 +86,7 @@ This article assumes you have already set up your ExpressRoute circuit or site-t
8586

8687
## Network configuration
8788

88-
Azure Arc-enabled servers integrates with several Azure services to bring cloud management and governance to your hybrid machines or servers. Most of these services already offer private endpoints, but you need to configure your firewall and routing rules to allow access to Azure Active Directory and Azure Resource Manager over the internet until these services offer private endpoints.
89+
Azure Arc-enabled servers integrate with several Azure services to bring cloud management and governance to your hybrid machines or servers. Most of these services already offer private endpoints, but you need to configure your firewall and routing rules to allow access to Azure Active Directory and Azure Resource Manager over the internet until these services offer private endpoints.
8990

9091
There are two ways you can achieve this:
9192

articles/azure-portal/index.yml

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@ landingContent:
5757
- text: Manage an Azure support request
5858
url: supportability/how-to-manage-azure-support-request.md
5959

60-
# Card
61-
- title: Use accessibility options
62-
linkLists:
63-
- linkListType: reference
64-
links:
65-
- text: Keyboard shortcuts
66-
url: azure-portal-keyboard-shortcuts.md
67-
- linkListType: how-to-guide
68-
links:
69-
- text: Turn on high contrast
70-
url: set-preferences.md#choose-a-theme-or-enable-high-contrast
71-
7260
# Card
7361
- title: Manage access to the Azure portal
7462
linkLists:
@@ -84,7 +72,8 @@ landingContent:
8472
url: /learn/paths/manage-resources-in-azure/
8573
- text: Secure your resources with Azure role-based access control (Azure RBAC)
8674
url: /learn/modules/secure-azure-resources-with-rbac
87-
75+
76+
8877
# Card
8978
- title: Customize the Azure portal
9079
linkLists:
@@ -97,4 +86,30 @@ landingContent:
9786
- text: Create a dashboard - Azure portal UI
9887
url: azure-portal-dashboards.md
9988
- text: Add, remove, and sort favorites
100-
url: azure-portal-add-remove-sort-favorites.md
89+
url: azure-portal-add-remove-sort-favorites.md
90+
91+
92+
# Card
93+
- title: View and increase quotas
94+
linkLists:
95+
- linkListType: overview
96+
links:
97+
- text: About Azure Quotas
98+
url: /azure/quotas/quotas-overview
99+
- linkListType: quickstart
100+
links:
101+
- text: Request a quota increase
102+
url: /azure/quotas/quickstart-increase-quota-portal
103+
104+
105+
# Card
106+
- title: Use accessibility options
107+
linkLists:
108+
- linkListType: reference
109+
links:
110+
- text: Keyboard shortcuts
111+
url: azure-portal-keyboard-shortcuts.md
112+
- linkListType: how-to-guide
113+
links:
114+
- text: Turn on high contrast
115+
url: set-preferences.md#choose-a-theme-or-enable-high-contrast

articles/container-registry/container-registry-private-link.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Set up private endpoint with private link
33
description: Set up a private endpoint on a container registry and enable access over a private link in a local virtual network. Private link access is a feature of the Premium service tier.
44
ms.topic: article
5-
ms.date: 10/26/2021
5+
ms.date: 7/26/2022
6+
ms.author: tejaswikolli
67
---
78

89
# Connect privately to an Azure container registry using Azure Private Link
@@ -318,7 +319,6 @@ For many scenarios, disable registry access from public networks. This configura
318319

319320
### Disable public access - CLI
320321

321-
322322
> [!NOTE]
323323
>If the public access is disabled, the `az acr build` commands will no longer work.
324324
@@ -338,6 +338,16 @@ Consider the following options to execute the `az acr build` successfully.
338338
2. If agent pool is not available in the region, add the regional [Azure Container Registry Service Tag IPv4](../virtual-network/service-tags-overview.md#use-the-service-tag-discovery-api) to the [firewall access rules.](./container-registry-firewall-access-rules.md#allow-access-by-ip-address-range)
339339
3. Create an ACR task with a managed identity, and enable trusted services to [access network restricted ACR.](./allow-access-trusted-services.md#example-acr-tasks)
340340

341+
## Disable access to a container registry using a service endpoint
342+
343+
> [!IMPORTANT]
344+
> The container registry does not support enabling both private link and service endpoint features configured from a virtual network.
345+
346+
Once the registry has public access disabled and private link configured, you can disable the service endpoint access to a container registry from a virtual network by [removing virtual network rules.](container-registry-vnet.md#remove-network-rules)
347+
348+
* Run [`az acr network-rule list`](/cli/azure/acr/network-rule#az-acr-network-rule-list) command to list the existing network rules.
349+
* Run [`az acr network-rule remove`](/cli/azure/acr/network-rule#az-acr-network-rule-remove) command to remove the network rule.
350+
341351
## Validate private link connection
342352

343353
You should validate that the resources within the subnet of the private endpoint connect to your registry over a private IP address, and have the correct private DNS zone integration.

articles/container-registry/container-registry-vnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Restrict access using a service endpoint
33
description: Restrict access to an Azure container registry using a service endpoint in an Azure virtual network. Service endpoint access is a feature of the Premium service tier.
44
ms.topic: article
55
ms.date: 05/04/2020
6+
ms.author: tejaswikolli
67
---
78

89
# Restrict access to a container registry using a service endpoint in an Azure virtual network
@@ -15,6 +16,7 @@ Each registry supports a maximum of 100 virtual network rules.
1516

1617
> [!IMPORTANT]
1718
> Azure Container Registry now supports [Azure Private Link](container-registry-private-link.md), enabling private endpoints from a virtual network to be placed on a registry. Private endpoints are accessible from within the virtual network, using private IP addresses. We recommend using private endpoints instead of service endpoints in most network scenarios.
19+
> The container registry does not support enabling both private link and service endpoint features configured from a virtual network. So, we recommend running the list and removing the [network rules](container-registry-vnet.md#remove-network-rules) as required.
1820
1921
Configuring a registry service endpoint is available in the **Premium** container registry service tier. For information about registry service tiers and limits, see [Azure Container Registry service tiers](container-registry-skus.md).
2022

articles/container-registry/manual-regional-move.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Azure CLI
2929
* Exporting and using a Resource Manager template can help re-create many registry settings. You can edit the template to configure more settings, or update the target registry after creation.
3030
* Currently, Azure Container Registry doesn't support a registry move to a different Active Directory tenant. This limitation applies to both registries encrypted with a [customer-managed key](container-registry-customer-managed-keys.md) and unencrypted registries.
3131
* If you are unable to move a registry is outlined in this article, create a new registry, manually recreate settings, and [Import registry content in the target registry](#import-registry-content-in-target-registry).
32+
* You can find the steps to move resources of registry to a new resource group in the same subscription or move resources to a [new subscription.](/azure/azure-resource-manager/management/move-resource-group-and-subscription)
33+
3234

3335
## Export template from source registry
3436

articles/partner-solutions/apache-kafka-confluent-cloud/add-connectors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Azure services and Confluent Cloud integration - Azure partner solutions
33
description: This article describes how to use Azure services and install connectors for Confluent Cloud integration.
44
ms.topic: conceptual
55
ms.date: 06/24/2022
6-
author: davidsmatlak
7-
ms.author: davidsmatlak
6+
author: flang-msft
7+
ms.author: franlanglois
88
---
99

1010
# Azure services and Confluent Cloud integrations

articles/partner-solutions/apache-kafka-confluent-cloud/create-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Create Apache Kafka for Confluent Cloud through Azure CLI - Azure partner
33
description: This article describes how to use the Azure CLI to create an instance of Apache Kafka for Confluent Cloud.
44
ms.topic: quickstart
55
ms.date: 06/07/2021
6-
author: davidsmatlak
7-
ms.author: davidsmatlak
6+
author: flang-msft
7+
ms.author: franlanglois
88
ms.custom: mode-api, devx-track-azurecli
99
ms.devlang: azurecli
1010
---

0 commit comments

Comments
 (0)