Skip to content

Commit aee537b

Browse files
authored
Merge pull request #249723 from MicrosoftDocs/main
8/29/2023 PM Publish
2 parents 3a586a7 + 35df853 commit aee537b

File tree

111 files changed

+1196
-1057
lines changed

Some content is hidden

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

111 files changed

+1196
-1057
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23387,6 +23387,11 @@
2338723387
"redirect_url": "/azure/devtest-labs/samples-cli",
2338823388
"redirect_document_id": false
2338923389
},
23390+
{
23391+
"source_path_from_root": "/articles/devtest-labs/how-to-move-schedule-to-new-region.md",
23392+
"redirect_url": "/azure/devtest-labs/how-to-move-labs",
23393+
"redirect_document_id": false
23394+
},
2339023395
{
2339123396
"source_path_from_root": "/articles/azure/virtual-desktop/azure-advisor.md",
2339223397
"redirect_url": "/azure/advisor/advisor-overview",

articles/active-directory/develop/msal-net-use-brokers-with-xamarin-apps.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,9 @@ Add the redirect URI to the app's registration in the [Azure portal](https://por
181181

182182
**To generate the redirect URI:**
183183

184-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
185-
1. Select **Azure Active Directory** > **App registrations** > your registered app
184+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
185+
1. Browse to **Identity** > **Applications** > **Application registrations**.
186+
1. Search for and select the application.
186187
1. Select **Authentication** > **Add a platform** > **iOS / macOS**
187188
1. Enter your bundle ID, and then select **Configure**.
188189

articles/active-directory/develop/quickstart-daemon-app-java-acquire-token.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ You have two options to start your quickstart application: Express (Option 1 bel
3535

3636
### Option 1: Register and auto configure your app and then download your code sample
3737

38-
1. Go to the [Azure portal - App registrations](https://portal.azure.com/?Microsoft_AAD_RegisteredApps=true#blade/Microsoft_AAD_RegisteredApps/applicationsListBlade/quickStartType/JavaDaemonQuickstartPage/sourceType/docs) quickstart experience.
38+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
39+
1. Browse to **Identity** > **Applications** > **Application registrations**.
40+
1. Select **New registration**.
3941
1. Enter a name for your application and select **Register**.
4042
1. Follow the instructions to download and automatically configure your new application with just one click.
4143

@@ -47,10 +49,10 @@ You have two options to start your quickstart application: Express (Option 1 bel
4749

4850
To register your application and add the app's registration information to your solution manually, follow these steps:
4951

50-
1. Sign in to the [Azure portal](https://portal.azure.com).
52+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
5153
1. If you have access to multiple tenants, use the **Directories + subscriptions** filter :::image type="icon" source="media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you want to register the application.
52-
1. Search for and select **Azure Active Directory**.
53-
1. Under **Manage**, select **App registrations** > **New registration**.
54+
1. Browse to **Identity** > **Applications** > **Application registrations**.
55+
1. Select **New registration**.
5456
1. Enter a **Name** for your application, for example `Daemon-console`. Users of your app might see this name, and you can change it later.
5557
1. Select **Register**.
5658
1. Under **Manage**, select **Certificates & secrets**.

articles/active-directory/develop/supported-accounts-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See the following table for the validation differences of various properties for
3838
| Certificates (`keyCredentials`) | Symmetric signing key | Symmetric signing key | Encryption and asymmetric signing key |
3939
| Client secrets (`passwordCredentials`) | No limit\* | No limit\* | If liveSDK is enabled: Maximum of two client secrets |
4040
| Redirect URIs (`replyURLs`) | See [Redirect URI/reply URL restrictions and limitations](reply-url.md) for more info. | | |
41-
| API permissions (`requiredResourceAccess`) | No more than 50 APIs (resource apps) from the same tenant as the application, no more than 10 APIs from other tenants, and no more than 400 permissions total across all APIs. | No more than 50 APIs (resource apps) from the same tenant as the application, no more than 10 APIs from other tenants, and no more than 400 permissions total across all APIs. | Maximum of 50 resources per application and 30 permissions per resource (for example, Microsoft Graph). Total limit of 200 per application (resources x permissions). |
41+
| API permissions (`requiredResourceAccess`) | No more than 50 total APIs (resource apps), with no more than 10 APIs from other tenants. No more than 400 permissions total across all APIs. | No more than 50 total APIs (resource apps), with no more than 10 APIs from other tenants. No more than 400 permissions total across all APIs. | No more than 50 total APIs (resource apps), with no more than 10 APIs from other tenants. No more than 200 permissions total across all APIs. Maximum of 30 permissions per resource (for example, Microsoft Graph). |
4242
| Scopes defined by this API (`oauth2Permissions`) | Maximum scope name length of 120 characters <br><br> No limit\* on the number of scopes defined | Maximum scope name length of 120 characters <br><br> No limit\* on the number of scopes defined | Maximum scope name length of 40 characters <br><br> Maximum of 100 scopes defined |
4343
| Authorized client applications (`preAuthorizedApplications`) | No limit\* | No limit\* | Total maximum of 500 <br><br> Maximum of 100 client apps defined <br><br> Maximum of 30 scopes defined per client |
4444
| appRoles | Supported <br> No limit\* | Supported <br> No limit\* | Not supported |

0 commit comments

Comments
 (0)