Skip to content

Commit d641d2a

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 93d3077 + 3f2c37d commit d641d2a

File tree

57 files changed

+1086
-218
lines changed

Some content is hidden

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

57 files changed

+1086
-218
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
exempt-pr-labels: keep-open
2121
operations-per-run: 800
2222
ascending: true
23-
start-date: '2021-07-13'
23+
start-date: '2018-11-29'
2424
stale-pr-message: >
2525
This pull request has been inactive for at least 14 days.
2626
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/help/contribute/contribute-how-to-write-pull-request-automation) for instructions.

articles/active-directory/develop/active-directory-claims-mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In this example, you create a policy that adds the EmployeeID and TenantCountry
9191
1. To create the policy, run the following command:
9292
9393
``` powershell
94-
New-AzureADPolicy -Definition @('{"ClaimsMappingPolicy":{"Version":1,"IncludeBasicClaimSet":"true", "ClaimsSchema": [{"Source":"user","ID":"employeeid","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/employeeid","JwtClaimType":"name"},{"Source":"company","ID":"tenantcountry","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country","JwtClaimType":"country"}]}}') -DisplayName "ExtraClaimsExample" -Type "ClaimsMappingPolicy"
94+
New-AzureADPolicy -Definition @('{"ClaimsMappingPolicy":{"Version":1,"IncludeBasicClaimSet":"true", "ClaimsSchema": [{"Source":"user","ID":"employeeid","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/employeeid","JwtClaimType":"employeeid"},{"Source":"company","ID":"tenantcountry","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country","JwtClaimType":"country"}]}}') -DisplayName "ExtraClaimsExample" -Type "ClaimsMappingPolicy"
9595
```
9696
9797
> [!WARNING]

articles/aks/quotas-skus-regions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ All other network, compute, and storage limitations apply to the provisioned inf
2626
>
2727
> For Windows Server containers, you can perform an upgrade operation to apply the latest node updates. If you don't have the available IP address space or vCPU quota to handle these temporary resources, the cluster upgrade process will fail. For more information on the Windows Server node upgrade process, see [Upgrade a node pool in AKS][nodepool-upgrade].
2828
29+
## Supported VM sizes
30+
31+
The list of supported VM sizes in AKS is evolving with the release of new VM SKUs in Azure. Please follow the [AKS release notes](https://github.com/Azure/AKS/releases) to stay informed of new supported SKUs.
32+
2933
## Restricted VM sizes
3034

3135
Each node in an AKS cluster contains a fixed amount of compute resources such as vCPU and memory. If an AKS node contains insufficient compute resources, pods might fail to run correctly. To ensure the required *kube-system* pods and your applications can be reliably scheduled, **don't use the following VM SKUs in AKS**:

articles/aks/use-azure-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Azure Policy to secure your cluster
33
description: Use Azure Policy to secure an Azure Kubernetes Service (AKS) cluster.
44
ms.service: container-service
55
ms.topic: how-to
6-
ms.date: 02/17/2021
6+
ms.date: 09/01/2021
77
ms.custom: template-how-to
88
---
99

@@ -169,6 +169,6 @@ For more information about how Azure Policy works:
169169
[azure-policy]: ../governance/policy/overview.md
170170
[azure-policy-addon]: ../governance/policy/concepts/policy-for-kubernetes.md#install-azure-policy-add-on-for-aks
171171
[azure-policy-addon-remove]: ../governance/policy/concepts/policy-for-kubernetes.md#remove-the-add-on-from-aks
172-
[azure-policy-assign-policy]: ../governance/policy/concepts/policy-for-kubernetes.md#assign-a-built-in-policy-definition
172+
[azure-policy-assign-policy]: ../governance/policy/concepts/policy-for-kubernetes.md#assign-a-policy-definition
173173
[az-aks-get-credentials]: /cli/azure/aks#az_aks_get_credentials
174174
[kubernetes-policy-reference]: ../governance/policy/concepts/policy-for-kubernetes.md

articles/azure-arc/servers/agent-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of the Connected Machine agent
33
description: This article provides a detailed overview of the Azure Arc-enabled servers agent available, which supports monitoring virtual machines hosted in hybrid environments.
4-
ms.date: 08/18/2021
4+
ms.date: 09/01/2021
55
ms.topic: conceptual
66
ms.custom: devx-track-azurepowershell
77
---
@@ -73,13 +73,13 @@ The Azure Connected Machine agent for Windows and Linux can be upgraded to the l
7373

7474
### Supported environments
7575

76-
Arc-enabled servers support the installation of the Connected Machine agent on any physical server and virtual machine hosted *outside* of Azure. This includes virtual machines running on platforms like VMware, Azure Stack HCI, and other cloud environments. Arc-enabled servers do not support installing the agent on virtual machines running in Azure, or virtual machines running on Azure Stack Hub or Azure Stack Edge as they are already modeled as Azure VMs.
76+
Arc-enabled servers support the installation of the Connected Machine agent on any physical server and virtual machine hosted *outside* of Azure. Including virtual machines running on platforms like VMware, Azure Stack HCI, and other cloud environments. Arc-enabled servers do not support installing the agent on virtual machines running in Azure, or virtual machines running on Azure Stack Hub or Azure Stack Edge as they are already modeled as Azure VMs.
7777

7878
### Supported operating systems
7979

8080
The following versions of the Windows and Linux operating system are officially supported for the Azure Connected Machine agent:
8181

82-
- Windows Server 2008 R2 SP1, Windows Server 2012 R2 and higher (including Server Core)
82+
- Windows Server 2008 R2 SP1, Windows Server 2012 R2, 2016, 2019, and 2022 (including Server Core)
8383
- Ubuntu 16.04, 18.04, and 20.04 LTS (x64)
8484
- CentOS Linux 7 and 8 (x64)
8585
- SUSE Linux Enterprise Server (SLES) 12 and 15 (x64)
@@ -167,7 +167,7 @@ For more information, review [Service tags overview](../../virtual-network/servi
167167

168168
### Register Azure resource providers
169169

170-
Azure Arc-enabled servers depends on the following Azure resource providers in your subscription in order to use this service:
170+
Azure Arc-enabled servers depend on the following Azure resource providers in your subscription in order to use this service:
171171

172172
* **Microsoft.HybridCompute**
173173
* **Microsoft.GuestConfiguration**
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
---
2+
title: Archive for What's new with Azure Arc-enabled servers agent
3+
description: The What's new release notes in the Overview section for Azure Arc-enabled servers agent contains six months of activity. Thereafter, the items are removed from the main article and put into this article.
4+
ms.topic: overview
5+
ms.date: 08/27/2021
6+
ms.custom: references_regions
7+
---
8+
9+
# Archive for What's new with Azure Arc-enabled servers agent
10+
11+
The primary [What's new in Azure Arc-enabled servers agent?](agent-release-notes.md) article contains updates for the last six months, while this article contains all the older information.
12+
13+
The Azure Arc-enabled servers Connected Machine agent receives improvements on an ongoing basis. This article provides you with information about:
14+
15+
- Previous releases
16+
- Known issues
17+
- Bug fixes
18+
19+
## March 2021
20+
21+
Version 1.4
22+
23+
### New features
24+
25+
- Added support for private endpoints, which is currently in limited preview.
26+
- Expanded list of exit codes for azcmagent.
27+
- Agent configuration parameters can now be read from a file with the `--config` parameter.
28+
- Collect new instance metadata to determine if Microsoft SQL Server is installed on the server
29+
30+
### Fixed
31+
32+
Network endpoint checks are now faster.
33+
34+
## December 2020
35+
36+
Version: 1.3
37+
38+
### New features
39+
40+
Added support for Windows Server 2008 R2 SP1.
41+
42+
### Fixed
43+
44+
Resolved issue preventing the Custom Script Extension on Linux from installing successfully.
45+
46+
## November 2020
47+
48+
Version: 1.2
49+
50+
### Fixed
51+
52+
Resolved issue where proxy configuration could be lost after upgrade on RPM-based distributions.
53+
54+
## October 2020
55+
56+
Version: 1.1
57+
58+
### Fixed
59+
60+
- Fixed proxy script to handle alternate GC daemon unit file location.
61+
- GuestConfig agent reliability changes.
62+
- GuestConfig agent support for US Gov Virginia region.
63+
- GuestConfig agent extension report messages to be more verbose if there is a failure.
64+
65+
## September 2020
66+
67+
Version: 1.0 (General Availability)
68+
69+
### Plan for change
70+
71+
- Support for preview agents (all versions older than 1.0) will be removed in a future service update.
72+
- Removed support for fallback endpoint `.azure-automation.net`. If you have a proxy, you need to allow the endpoint `*.his.arc.azure.com`.
73+
- If the Connected Machine agent is installed on a virtual machine hosted in Azure, VM extensions can't be installed or modified from the Arc-enabled servers resource. This is to avoid conflicting extension operations being performed from the virtual machine's **Microsoft.Compute** and **Microsoft.HybridCompute** resource. Use the **Microsoft.Compute** resource for the machine for all extension operations.
74+
- Name of guest configuration process has changed, from *gcd* to *gcad* on Linux, and *gcservice* to *gcarcservice* on Windows.
75+
76+
### New features
77+
78+
- Added `azcmagent logs` option to collect information for support.
79+
- Added `azcmagent license` option to display EULA.
80+
- Added `azcmagent show --json` option to output agent state in easily parseable format.
81+
- Added flag in `azcmagent show` output to indicate if server is on a virtual machine hosted in Azure.
82+
- Added `azcmagent disconnect --force-local-only` option to allow reset of local agent state when Azure service cannot be reached.
83+
- Added `azcmagent connect --cloud` option to support other clouds. In this release, only Azure is supported by service at time of agent release.
84+
- Agent has been localized into Azure-supported languages.
85+
86+
### Fixed
87+
88+
- Improvements to connectivity check.
89+
- Corrected issue with proxy server settings being lost when upgrading agent on Linux.
90+
- Resolved issues when attempting to install agent on server running Windows Server 2012 R2.
91+
- Improvements to extension installation reliability
92+
93+
## August 2020
94+
95+
Version: 0.11
96+
97+
- This release previously announced support for Ubuntu 20.04. Because some Azure VM extensions don't support Ubuntu 20.04, support for this version of Ubuntu is being removed.
98+
99+
- Reliability improvements for extension deployments.
100+
101+
### Known issues
102+
103+
If you are using an older version of the Linux agent and it's configured to use a proxy server, you need to reconfigure the proxy server setting after the upgrade. To do this, run `sudo azcmagent_proxy add http://proxyserver.local:83`.
104+
105+
## Next steps
106+
107+
- Before evaluating or enabling Arc-enabled servers across multiple hybrid machines, review [Connected Machine agent overview](agent-overview.md) to understand requirements, technical details about the agent, and deployment methods.
108+
109+
- Review the [Planning and deployment guide](plan-at-scale-deployment.md) to plan for deploying Azure Arc-enabled servers at any scale and implement centralized management and monitoring.

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

Lines changed: 24 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
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.
4-
ms.topic: conceptual
5-
ms.date: 07/16/2021
4+
ms.topic: overview
5+
ms.date: 09/01/2021
6+
ms.custom: references_regions
67
---
78

89
# What's new with Azure Arc-enabled servers agent
@@ -13,8 +14,29 @@ The Azure Arc-enabled servers Connected Machine agent receives improvements on a
1314
- Known issues
1415
- Bug fixes
1516

17+
This page is updated monthly, so revisit it regularly. If you're looking for items older than six months, you can find them in [archive for What's new with Azure Arc-enabled servers agent](agent-release-notes-archive.md).
18+
19+
## August 2021
20+
21+
Version 1.10
22+
23+
### Fixed
24+
25+
- The guest configuration policy agent can now configure and remediate system settings. Existing policy assignments continue to be audit-only. Learn more about the Azure Policy [guest configuration remediation options](../../governance/policy/concepts/guest-configuration-policy-effects.md).
26+
- The guest configuration policy agent now restarts every 48 hours instead of every 6 hours.
27+
1628
## July 2021
1729

30+
Version 1.9
31+
32+
## New features
33+
34+
Added support for the Indonesian language
35+
36+
### Fixed
37+
38+
Fixed a bug that prevented extension management in the West US 3 region
39+
1840
Version 1.8
1941

2042
### New features
@@ -65,92 +87,6 @@ Version 1.5
6587
- New `-json` parameter to direct output results in JSON format (when used with -useStderr).
6688
- Collect other instance metadata - Manufacturer, model, and cluster resource ID (for Azure Stack HCI nodes).
6789

68-
## March 2021
69-
70-
Version 1.4
71-
72-
### New features
73-
74-
- Added support for private endpoints, which is currently in limited preview.
75-
- Expanded list of exit codes for azcmagent.
76-
- Agent configuration parameters can now be read from a file with the `--config` parameter.
77-
- Collect new instance metadata to determine if Microsoft SQL Server is installed on the server
78-
79-
### Fixed
80-
81-
Network endpoint checks are now faster.
82-
83-
## December 2020
84-
85-
Version: 1.3
86-
87-
### New features
88-
89-
Added support for Windows Server 2008 R2 SP1.
90-
91-
### Fixed
92-
93-
Resolved issue preventing the Custom Script Extension on Linux from installing successfully.
94-
95-
## November 2020
96-
97-
Version: 1.2
98-
99-
### Fixed
100-
101-
Resolved issue where proxy configuration could be lost after upgrade on RPM-based distributions.
102-
103-
## October 2020
104-
105-
Version: 1.1
106-
107-
### Fixed
108-
109-
- Fixed proxy script to handle alternate GC daemon unit file location.
110-
- GuestConfig agent reliability changes.
111-
- GuestConfig agent support for US Gov Virginia region.
112-
- GuestConfig agent extension report messages to be more verbose if there is a failure.
113-
114-
## September 2020
115-
116-
Version: 1.0 (General Availability)
117-
118-
### Plan for change
119-
120-
- Support for preview agents (all versions older than 1.0) will be removed in a future service update.
121-
- Removed support for fallback endpoint `.azure-automation.net`. If you have a proxy, you need to allow the endpoint `*.his.arc.azure.com`.
122-
- If the Connected Machine agent is installed on a virtual machine hosted in Azure, VM extensions can't be installed or modified from the Arc-enabled servers resource. This is to avoid conflicting extension operations being performed from the virtual machine's **Microsoft.Compute** and **Microsoft.HybridCompute** resource. Use the **Microsoft.Compute** resource for the machine for all extension operations.
123-
- Name of guest configuration process has changed, from *gcd* to *gcad* on Linux, and *gcservice* to *gcarcservice* on Windows.
124-
125-
### New features
126-
127-
- Added `azcmagent logs` option to collect information for support.
128-
- Added `azcmagent license` option to display EULA.
129-
- Added `azcmagent show --json` option to output agent state in easily parseable format.
130-
- Added flag in `azcmagent show` output to indicate if server is on a virtual machine hosted in Azure.
131-
- Added `azcmagent disconnect --force-local-only` option to allow reset of local agent state when Azure service cannot be reached.
132-
- Added `azcmagent connect --cloud` option to support other clouds. In this release, only Azure is supported by service at time of agent release.
133-
- Agent has been localized into Azure-supported languages.
134-
135-
### Fixed
136-
137-
- Improvements to connectivity check.
138-
- Corrected issue with proxy server settings being lost when upgrading agent on Linux.
139-
- Resolved issues when attempting to install agent on server running Windows Server 2012 R2.
140-
- Improvements to extension installation reliability
141-
142-
## August 2020
143-
144-
Version: 0.11
145-
146-
- This release previously announced support for Ubuntu 20.04. Because some Azure VM extensions don't support Ubuntu 20.04, support for this version of Ubuntu is being removed.
147-
148-
- Reliability improvements for extension deployments.
149-
150-
### Known issues
151-
152-
If you are using an older version of the Linux agent and it's configured to use a proxy server, you need to reconfigure the proxy server setting after the upgrade. To do this, run `sudo azcmagent_proxy add http://proxyserver.local:83`.
153-
15490
## Next steps
15591

15692
- Before evaluating or enabling Arc-enabled servers across multiple hybrid machines, review [Connected Machine agent overview](agent-overview.md) to understand requirements, technical details about the agent, and deployment methods.

articles/azure-arc/servers/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
items:
55
- name: About Azure Arc-enabled servers
66
href: overview.md
7-
- name: What's new with Connected Machine agent
7+
- name: What's new with Connected Machine agent?
88
href: agent-release-notes.md
9+
- name: Archive for Connected Machine agent release notes
10+
href: agent-release-notes-archive.md
911
- name: Quickstarts
1012
items:
1113
- name: Enable Arc-enabled servers agent

articles/azure-cache-for-redis/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ landingContent:
2222
url: cache-overview.md
2323
- linkListType: video
2424
links:
25-
- text: Best practices
26-
url: https://azure.microsoft.com/resources/videos/azure-redis-cache-best-practices/
25+
# - text: Best practices
26+
# url: https://azure.microsoft.com/resources/videos/azure-redis-cache-best-practices/
2727
- text: Improve performance
2828
url: https://azure.microsoft.com/resources/videos/increase-performance-through-redis-cluster-in-azure-redis-cache/
2929
- text: Security caching

articles/azure-percept/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
href: how-to-update-over-the-air.md
9696
- name: Update Azure Percept DK over a USB-C connection
9797
href: how-to-update-via-usb.md
98-
- name: Connect to your Azure Percept DK
98+
- name: Connect to/from your Azure Percept DK
9999
items:
100100
- name: Connect to Azure Percept DK over Ethernet
101101
href: how-to-connect-over-ethernet.md

0 commit comments

Comments
 (0)