Skip to content

Commit 284ce43

Browse files
authored
Merge pull request #198195 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 cb474ba + cfdd194 commit 284ce43

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/active-directory/manage-apps/migrate-okta-sync-provisioning-to-azure-active-directory.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ The example will grab *all* on-premises Azure AD users and export a list of thei
7979
1. Run these commands in PowerShell on a domain controller on-premises:
8080

8181
```PowerShell
82-
Get-ADUser -Filter * -Properties objectGUID | Select-Object
82+
Get-ADUser -Filter * -Properties objectGUID | Select -Object
8383
UserPrincipalName, Name, objectGUID, @{Name = 'ImmutableID';
8484
Expression = {
85-
[system.convert\]::ToBase64String(([GUID\]\$_.objectGUID).ToByteArray())
86-
} } | export-csv C:\\Temp\\OnPremIDs.csv
85+
[system.convert]::ToBase64String((GUID).tobytearray())
86+
} } | export-csv C:\Temp\OnPremIDs.csv
8787
```
8888

8989
![Screenshot that shows domain controller on-premises commands.](./media/migrate-okta-sync-provisioning-to-azure-active-directory-connect-based-synchronization/domain-controller.png)

includes/azure-virtual-network-limits.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ The following limits apply only for networking resources managed through Azure R
7474
| Backend resources per Load Balancer <sup>1<sup> | 1,200 |
7575
| High-availability ports rule | 1 per internal frontend |
7676
| Outbound rules per Load Balancer | 600 |
77-
| Load Balancers per VM | 2 (1 Public and 1 internal) |
77+
| Load Balancers per VM <sup>2<sup> | 2 (1 Public and 1 internal) |
7878

7979
<sup>1</sup> The limit is up to 1,200 resources, in any combination of standalone virtual machine resources, availability set resources, and virtual machine scale-set placement groups.
80+
<sup>2</sup> An exception to this limit is that 2 public load balancers can be in front of a VM if an IPv4 address config is used for one load balancer and IPv6 address config is used for the second.
8081

8182
**Basic Load Balancer**
8283

@@ -85,12 +86,12 @@ The following limits apply only for networking resources managed through Azure R
8586
| Load balancers | 1,000 |
8687
| Rules per resource | 250 |
8788
| Rules per NIC (across all IPs on a NIC) | 300 |
88-
| Frontend IP configurations <sup>2<sup> | 200 |
89+
| Frontend IP configurations <sup>3<sup> | 200 |
8990
| Backend pool size | 300 IP configurations, single availability set |
9091
| Availability sets per Load Balancer | 1 |
9192
| Load Balancers per VM | 2 (1 Public and 1 internal) |
9293

93-
<sup>2</sup> The limit for a single discrete resource in a backend pool (standalone virtual machine, availability set, or virtual machine scale-set placement group) is to have up to 250 Frontend IP configurations across a single Basic Public Load Balancer and Basic Internal Load Balancer.
94+
<sup>3</sup> The limit for a single discrete resource in a backend pool (standalone virtual machine, availability set, or virtual machine scale-set placement group) is to have up to 250 Frontend IP configurations across a single Basic Public Load Balancer and Basic Internal Load Balancer.
9495

9596
<a name="virtual-networking-limits-classic"></a>The following limits apply only for networking resources managed through the **classic** deployment model per subscription. Learn how to [view your current resource usage against your subscription limits](../articles/networking/check-usage-against-limits.md).
9697

0 commit comments

Comments
 (0)