Skip to content

Commit f9070d7

Browse files
authored
Merge pull request #216366 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 5146bb6 + 17de63b commit f9070d7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

articles/active-directory-b2c/service-limits.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: reference
1111
ms.author: kengaderdus
12-
ms.date: 04/15/2022
12+
ms.date: 10/27/2022
1313
ms.subservice: B2C
1414
zone_pivot_groups: b2c-policy-type
1515
---
@@ -168,6 +168,7 @@ The following table lists the administrative configuration limits in the Azure A
168168
|Levels of [inheritance](custom-policy-overview.md#inheritance-model) in custom policies |10 |
169169
|Number of policies per Azure AD B2C tenant (user flows + custom policies) |200 |
170170
|Maximum policy file size |1024 KB |
171+
|Number of API connectors per tenant |19 |
171172

172173
<sup>1</sup> See also [Azure AD service limits and restrictions](../active-directory/enterprise-users/directory-service-limits-restrictions.md).
173174

articles/active-directory/develop/msal-net-xamarin-android-considerations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected override void OnActivityResult(int requestCode,
7575
To support System WebView, the *AndroidManifest.xml* file should contain the following values:
7676

7777
```xml
78-
<activity android:name="microsoft.identity.client.BrowserTabActivity" android:configChanges="orientation|screenSize">
78+
<activity android:name="microsoft.identity.client.BrowserTabActivity" android:configChanges="orientation|screenSize" android:exported="true">
7979
<intent-filter>
8080
<action android:name="android.intent.action.VIEW" />
8181
<category android:name="android.intent.category.DEFAULT" />
@@ -96,7 +96,7 @@ Alternatively, [create the activity in code](/xamarin/android/platform/android-m
9696
Here's an example of a class that represents the values of the XML file:
9797

9898
```csharp
99-
[Activity]
99+
[Activity(Exported = true)]
100100
[IntentFilter(new[] { Intent.ActionView },
101101
Categories = new[] { Intent.CategoryBrowsable, Intent.CategoryDefault },
102102
DataHost = "auth",

articles/machine-learning/how-to-create-data-assets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ When you create a data asset in Azure Machine Learning, you'll need to specify a
7171
- The schema of your data is complex and/or changes frequently.
7272
- You only need a subset of data (for example: a sample of rows or files, specific columns, etc).
7373
- AutoML jobs requiring tabular data.
74+
7475
If your scenario does not fit the above then it is likely that URIs are a more suitable type.
7576

7677
## Create a `uri_folder` data asset

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: mvc
1111

1212
# Migrate VMware VMs to Azure (agentless)
1313

14-
This article shows you how to migrate on-premises VMware VMs to Azure, using the [Azure Migrate:Server Migration](migrate-services-overview.md#azure-migrate-server-migration-tool) tool, with agentless migration. You can also migrate VMware VMs using agent-based migration. [Compare](server-migrate-overview.md#compare-migration-methods) the methods.
14+
This article shows you how to migrate on-premises VMware VMs to Azure, using the [Azure Migrate: Server Migration](migrate-services-overview.md#azure-migrate-server-migration-tool) tool, with agentless migration. You can also migrate VMware VMs using agent-based migration. [Compare](server-migrate-overview.md#compare-migration-methods) the methods.
1515

1616
This tutorial is the third in a series that demonstrates how to assess and migrate VMware VMs to Azure.
1717

0 commit comments

Comments
 (0)