Skip to content

Commit 4dae378

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into overview-rewrite
2 parents 14fba40 + c53eb8d commit 4dae378

File tree

190 files changed

+785
-719
lines changed

Some content is hidden

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

190 files changed

+785
-719
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43976,6 +43976,11 @@
4397643976
"source_path": "articles/mysql/howto-redirection.md",
4397743977
"redirect_url": "/azure/mysql/concepts-connectivity-architecture",
4397843978
"redirect_document_id": false
43979+
},
43980+
{
43981+
"source_path": "articles/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-storage.md",
43982+
"redirect_url": "/azure/active-directory/managed-identities-azure-resources/overview",
43983+
"redirect_document_id": false
4397943984
}
4398043985
]
4398143986
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Customize claims for Azure AD tenant apps
2+
title: Customize Azure AD tenant app claims
33
titleSuffix: Microsoft identity platform
44
description: This page describes Azure Active Directory claims mapping.
55
services: active-directory

articles/active-directory/develop/app-registration-portal-training-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Transitioning from Application Registration Portal to the new App registrations experience in the Azure portal
2+
title: New Azure portal app registration experience
33
titleSuffix: Microsoft identity platform
44
description: An introduction to the new App registration experience in the Azure portal
55
services: active-directory
@@ -17,13 +17,13 @@ ms.custom: aaddev
1717
ms.collection: M365-identity-device-management
1818
---
1919

20-
# Transitioning from Application Registration Portal to the new App registrations experience in the Azure portal
20+
# The new Azure portal app registration experience
2121

2222
There are many improvements in the new [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience in the Azure portal. If you're more familiar with the Application registration portal (apps.dev.microsoft.com) experience for registering or managing converged applications, referred to as the old experience, this training guide will get you started using the new experience.
2323

2424
## What's not changing?
2525

26-
- Your applications and related configurations can be found as-is in the new experience. You do not need to register the applications again and users of your applications will not need to sign-in again.
26+
- Your applications and related configurations can be found as-is in the new experience. You do not need to register the applications again and users of your applications will not need to sign-in again.
2727

2828
> [!NOTE]
2929
> You must sign-in with the account you used to register applications to find them in the Azure portal. We recommend you
@@ -38,7 +38,7 @@ There are many improvements in the new [App registrations](https://go.microsoft.
3838
you still believe your applications are missing, sign out and sign
3939
in with the right account.
4040

41-
- Live SDK apps created using personal Microsoft accounts are not yet supported in the Azure portal and will continue to remain in the old experience in near future.
41+
- Live SDK apps created using personal Microsoft accounts are not yet supported in the Azure portal and will continue to remain in the old experience in near future.
4242

4343
## Key changes
4444

articles/active-directory/develop/app-registrations-training-guide-for-app-registrations-legacy-users.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Training guide for transitioning from App registrations (Legacy) to the new App registrations experience in the Azure portal
3-
description: An introduction to the new App registration experience in the Azure portal
2+
title: New Azure portal app registration training guide
3+
description: Introduces the new Azure portal App registration experience
44
services: active-directory
55
author: archieag
66
manager: CelesteDG
@@ -16,7 +16,7 @@ ms.custom: aaddev
1616
ms.collection: M365-identity-device-management
1717
---
1818

19-
# Transitioning from App registrations (Legacy) to the new App registrations experience in the Azure portal
19+
# New Azure portal app registration training guide
2020

2121
You can find many improvements in the new [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience in the Azure portal. If you're familiar with the App registrations (legacy) experience in the Azure portal, use this training guide to get started using the new experience.
2222

articles/active-directory/develop/config-authority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure different identity providers (MSAL iOS/macOS) | Azure
2+
title: Configure identity providers (MSAL iOS/macOS) | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn how to use different authorities such as B2C, sovereign clouds, and guest users, with MSAL for iOS and macOS.
55
services: active-directory

articles/active-directory/develop/howto-restrict-your-app-to-a-set-of-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Restrict Azure Active Directory-registered app users | Azure
2+
title: Restrict Azure AD registered app users | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn how to restrict access to your apps registered in Azure AD to a selected set of users.
55
services: active-directory

articles/active-directory/develop/migrate-adal-msal-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ADAL to MSAL migration guide for Java | Azure
2+
title: ADAL to MSAL migration guide (MSAL4j) | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn how to migrate your Azure Active Directory Authentication Library (ADAL) Java app to the Microsoft Authentication Library (MSAL).
55
services: active-directory

articles/active-directory/develop/migrate-objc-adal-msal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Migrate apps to MSAL (iOS/macOS) | Azure
2+
title: Migrate apps to MSAL iOS/macOS | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn the differences between MSAL for iOS/macOS and the Azure AD Authentication Library for ObjectiveC (ADAL.ObjC) and how to migrate to MSAL for iOS/macOS.
55
services: active-directory

articles/active-directory/develop/migrate-python-adal-msal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ADAL to MSAL migration guide for Python | Azure
2+
title: Python ADAL to MSAL migration guide | Azure
33
description: Learn how to migrate your Azure Active Directory Authentication Library (ADAL) Python app to the Microsoft Authentication Library (MSAL) for Python.
44
services: active-directory
55
titleSuffix: Microsoft identity platform

articles/active-directory/develop/msal-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Android Microsoft Authentication Library config file | Azure
2+
title: MSAL config file (Android) | Azure
33
titleSuffix: Microsoft identity platform
44
description: An overview of the Android Microsoft Authentication Library (MSAL) configuration file, which represents an application's configuration in Azure Active Directory.
55
services: active-directory

0 commit comments

Comments
 (0)