Skip to content

Commit b327e8f

Browse files
authored
Merge pull request #206876 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 1071f05 + c805769 commit b327e8f

File tree

8 files changed

+12
-13
lines changed

8 files changed

+12
-13
lines changed

articles/active-directory/fundamentals/road-to-the-cloud-migrate.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ Use the following table to determine what Azure-based tools you use to replace t
221221

222222
More tools and notes:
223223

224-
* [Azure Arc](https://azure.microsoft.com/services/azure-arc/) enables above Azure features to non-Azure VMs. For example, Windows Server when used on-premises
225-
* or on AWS.
224+
* [Azure Arc](https://azure.microsoft.com/services/azure-arc/) enables above Azure features to non-Azure VMs. For example, Windows Server when used on-premises or on AWS.
226225

227226
* [Manage and secure your Azure VM environment](https://azure.microsoft.com/services/virtual-machines/secure-well-managed-iaas/).
228227

articles/active-directory/privileged-identity-management/pim-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The following screenshot shows an email message sent by PIM. The email informs P
9595

9696
### Assign
9797

98-
The assignment process starts by assign roles to members. To grant access to a resource, the administrator assigns roles to users, groups, service principals, or managed identities. The assignment includes the following data:
98+
The assignment process starts by assigning roles to members. To grant access to a resource, the administrator assigns roles to users, groups, service principals, or managed identities. The assignment includes the following data:
9999

100100
- The members or owners to assign the role.
101101
- The scope of the assignment. The scope limits the assigned role to a particular set of resources.

articles/active-directory/reports-monitoring/reference-azure-ad-sla-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ For each month, we truncate the SLA attainment at three places after the decimal
5757
| February | 99.999% | 99.999% |
5858
| March | 99.568% | 99.999% |
5959
| April | 99.999% | 99.999% |
60-
| May | 99.999% | |
61-
| June | 99.999% | |
60+
| May | 99.999% | 99.999% |
61+
| June | 99.999% | 99.999% |
6262
| July | 99.999% | |
6363
| August | 99.999% | |
6464
| September | 99.999% | |

articles/availability-zones/migrate-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To migrate to availability zone support, your VM SKUs must be available across t
3232

3333
## Downtime requirements
3434

35-
Because zonal VMs are created across the availability zones, all migration options mentioned in this article require downtime during deployment because zonal VMs are created across the availability zones.
35+
Because zonal VMs are created across the availability zones, all migration options mentioned in this article require downtime during deployment.
3636

3737
## Migration Option 1: Redeployment
3838

@@ -93,4 +93,4 @@ Learn more about:
9393
> [Regions and Availability Zones in Azure](az-overview.md)
9494
9595
> [!div class="nextstepaction"]
96-
> [Azure Services that support Availability Zones](az-region.md)
96+
> [Azure Services that support Availability Zones](az-region.md)

articles/azure-arc/servers/onboard-group-policy-service-principal-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The Group Policy Object, which is used to onboard Azure Arc-enabled servers, req
4343
.\DeployGPO.ps1 -DomainFQDN <INSERT Domain FQDN> -ReportServerFQDN <INSERT Domain FQDN of Network Share> -ArcRemoteShare <INSERT Name of Network Share> -Spsecret <INSERT SPN SECRET> [-AgentProxy $AgentProxy]
4444
```
4545
46-
1. Download the latest version of the [Windows agent Windows Installer package](https://aka.ms/AzureConnectedMachineAgent) from the Microsoft Download Center and save it to the remote share.
46+
1. Download the latest version of the [Azure Connected Machine agent Windows Installer package](https://aka.ms/AzureConnectedMachineAgent) from the Microsoft Download Center and save it to the remote share.
4747
4848
## Apply the Group Policy Object
4949

articles/azure-resource-manager/management/create-private-link-access-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
ms.date: 04/26/2022
66
---
77

8-
# Use portal to create private link for managing Azure resources (preview)
8+
# Use portal to create private link for managing Azure resources
99

1010
This article explains how you can use [Azure Private Link](../../private-link/index.yml) to restrict access for managing resources in your subscriptions. It shows using the Azure portal for setting up management of resources through private access.
1111

articles/defender-for-iot/organizations/tutorial-getting-started-eiot-sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Run the command that you received and saved when you registered the Enterprise I
145145
146146
**To install the sensor**:
147147
148-
1. Sign in to the sensor's CLI using a terminal, such as PUTTY, or MobaXterm.
148+
1. Sign in to the sensor's CLI using a terminal, such as PuTTY, or MobaXterm.
149149

150150
1. Run the command that you saved from [setting up an Enterprise IoT sensor](#set-up-an-enterprise-iot-sensor).
151151

articles/postgresql/flexible-server/how-to-high-cpu-utilization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DESC LIMIT 5;
5252
```
5353

5454

55-
##### [Postgres v9.6-12 & above](#tab/postgres9-12)
55+
##### [Postgres v9.6-12](#tab/postgres9-12)
5656

5757
For Postgres versions 9.6, 10, 11, and 12, use the following statement to view the top five SQL statements by mean or average execution time:
5858

@@ -81,12 +81,12 @@ ORDER BY total_exec_time
8181
DESC LIMIT 5;
8282
```
8383

84-
##### [Postgres v9.6-12 & above](#tab/postgres9-12)
84+
##### [Postgres v9.6-12](#tab/postgres9-12)
8585

8686
For Postgres versions 9.6, 10, 11, and 12, use the following statement to view the top five SQL statements by total execution time:
8787

8888
```postgresql
89-
SELECT userid: :regrole, dbid, query,
89+
SELECT userid::regrole, dbid, query,
9090
FROM pg_stat_statements
9191
ORDER BY total_time
9292
DESC LIMIT 5;

0 commit comments

Comments
 (0)