Skip to content

Commit c6307ee

Browse files
Merge pull request #309511 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-12 23:00 UTC
2 parents d67d214 + 2cb7e54 commit c6307ee

35 files changed

Lines changed: 261 additions & 335 deletions

articles/api-management/api-management-howto-entra-external-id.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@ ms.custom:
1919

2020
[Microsoft Entra External ID](/entra/external-id/external-identities-overview) is a cloud identity management solution that allows external identities to securely access your apps and resources. You can use it to manage access to your API Management developer portal by external identities.
2121

22-
In this article, you learn the configuration of the Microsoft Entra ID identity provider for the following scenarios that are supported by the API Management developer portal:
22+
In this article, you learn the configuration of the Microsoft Entra ID identity provider for the following scenario:
2323

2424
* Integration with Microsoft Entra External ID in your *workforce tenant*. For example, if your workforce tenant is for the Contoso organization, you might want to configure Google or Facebook as an external identity provider so that these external users can also sign in using their accounts.
25-
* Integration with Microsoft Entra External ID in a separate *external tenant*. This configuration only allows external users from that tenant to sign in to the developer portal.
26-
27-
> [!NOTE]
28-
> Currently, you can't configure more than one Microsoft Entra ID identity provider for the developer portal.
2925

3026
For an overview of options to secure access to the developer portal, see [Secure access to the API Management developer portal](secure-developer-portal-access.md).
3127

@@ -35,14 +31,14 @@ For an overview of options to secure access to the developer portal, see [Secure
3531

3632
## Prerequisites
3733

38-
* A Microsoft Entra ID tenant (workforce tenant) in which to enable external access, or a separate [external tenant](/entra/external-id/customers/how-to-create-external-tenant-portal)
34+
* A Microsoft Entra ID tenant (workforce tenant) in which to enable external access.
3935
* Permissions to create an application and configure user flows in the workforce tenant.
4036
* An API Management instance. If you don't already have one, [create an Azure API Management instance](get-started-create-service-instance.md).
4137
* If you created your instance in a v2 tier, enable the developer portal. For more information, see [Tutorial: Access and customize the developer portal](api-management-howto-developer-portal-customize.md).
4238

4339
## Add external identity provider to your tenant
4440

45-
If you're using a workforce tenant, an external identity provider must be enabled in your workforce tenant. Configuring the external identity provider is outside the scope of this article. For more information, see [Identity providers for External ID in workforce tenant](/entra/external-id/identity-providers).
41+
An external identity provider must be enabled in your workforce tenant. Configuring the external identity provider is outside the scope of this article. For more information, see [Identity providers for External ID in workforce tenant](/entra/external-id/identity-providers).
4642

4743
## Create Microsoft Entra app registration
4844

@@ -74,10 +70,9 @@ For external users to sign up for access to the developer portal, you must compl
7470
* Enable self-service sign-up for your tenant.
7571
* Add your app to the self-service sign-up user flow.
7672

77-
For more information and detailed steps, see the following articles, depending on whether you're using a workforce or an external tenant:
73+
For more information and detailed steps, see the following articles:
7874

7975
- Workforce tenant: [Add self-service sign-up user flows for B2B collaboration](/entra/external-id/self-service-sign-up-user-flow)
80-
- External tenant: [Create a sign-up and sign-in user flow for an external tenant app](/entra/external-id/customers/how-to-user-flow-sign-up-sign-in-customers) and [Add an app to the user flow](/entra/external-id/customers/how-to-user-flow-add-application)
8176

8277
## Configure Microsoft Entra ID as an identity provider for developer portal
8378

articles/app-service/app-service-java-migration.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Discover Java migration resources available to Azure App Service.
44
author: msangapu-msft
55

66
ms.topic: concept-article
7-
ms.date: 03/29/2021
7+
ms.date: 11/17/2025
88
ms.author: msangapu
99
ms.devlang: java
1010
ms.custom: devx-track-extended-java, linux-related-content
@@ -16,23 +16,30 @@ Azure App Service provides tools to discover web apps deployed to on-premises we
1616

1717
## Java Tomcat migration (Linux)
1818

19-
[Download the assistant](https://azure.microsoft.com/services/app-service/migration-assistant/) to migrate a Java app running on Apache Tomcat web server. You can also use Azure Container Registry to migrate on-premises Linux Docker containers to App Service.
19+
Download the [App Service Migration Assistant](https://azure.microsoft.com/services/app-service/migration-assistant/) to migrate a Java app running on Apache Tomcat web server. You can also use Azure Container Registry to migrate on-premises Linux Docker containers to App Service.
2020

2121
| Resources |
2222
|-----------|
2323
| **How-tos** |
24-
| [Java App-Service-Migration-Assistant Wiki](https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information) |
25-
| [Azure/App-Service-Migration-Assistant Wiki](https://github.com/Azure/App-Service-Migration-Assistant/wiki/Linux-Notes) |
24+
| [Tomcat Java information](https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information) |
25+
| [Install on Linux](https://github.com/Azure/App-Service-Migration-Assistant/wiki/Linux-Notes) |
2626
| **Videos** |
27-
|[Point and Migrate Java Apps to Azure App Service Using the Migration System](https://www.youtube.com/watch?v=Mpxa0KE0X9k) |
27+
| [Point and Migrate Java Apps to Azure App Service](https://www.youtube.com/watch?v=Mpxa0KE0X9k) |
2828

29-
## Standalone Tomcat Web App Migration (Windows OS)
29+
## Standalone Tomcat web app migration (Windows)
3030

31-
Download this [preview tool](https://azure.microsoft.com/services/app-service/migration-assistant/) to migrate a Java web app on Apache Tomcat to App Service on Windows. For more information, see the [video](/Shows/The-Launch-Space/Updates-on-Migrating-to-Azure-App-Service) and [how-to](https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information).
31+
Download the [App Service migration assistant for Java on Apache Tomcat (Windows—preview)](https://azure.microsoft.com/services/app-service/migration-assistant/) to migrate a Java web app on Apache Tomcat to App Service on Windows.
3232

33-
## Containerize standalone Tomcat Web App
33+
For more information, see the [Updates on Migrating to Azure App Service video](/Shows/The-Launch-Space/Updates-on-Migrating-to-Azure-App-Service) and [TOMCAT Java information](https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information).
3434

35-
App Containerization offers a simple approach to repackage applications as containers with minimal code changes. The tool currently supports containerizing ASP.NET and Apache Tomcat Java web applications. For more information, see the [blog](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/) and [how-to](../migrate/tutorial-app-containerization-java-app-service.md).
35+
## Containerize a standalone Tomcat web app
36+
37+
App containerization offers a simple approach to repackage applications as containers with minimal code changes. The tool currently supports containerizing ASP.NET and Apache Tomcat Java web applications.
38+
39+
For more information, see the following articles:
40+
41+
- [Accelerate application modernization with Azure Migrate: App Containerization](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/)
42+
- [Java web app containerization and migration to Azure App Service](../migrate/tutorial-app-containerization-java-app-service.md)
3643

3744
## Next step
3845

articles/app-service/app-service-migration-discover-net.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about .NET migration resources available to Azure App Service
44
author: msangapu-msft
55

66
ms.topic: concept-article
7-
ms.date: 03/29/2021
7+
ms.date: 11/17/2025
88
ms.author: msangapu
99
ms.devlang: csharp
1010
ms.custom: devx-track-dotnet
@@ -14,30 +14,24 @@ ms.service: azure-app-service
1414
---
1515
# At-scale discovery of .NET web apps
1616

17-
For ASP. Net web apps discovery you need to either install a new Azure Migrate appliance or upgrade an existing Azure Migrate appliance.
17+
For ASP.NET web apps discovery, you need to either install a new [Azure Migrate appliance](../migrate/migrate-appliance.md) or upgrade an existing one.
1818

19-
Once the appliance is configured, Azure Migrate initiates the discovery of web apps deployed on IIS web servers hosted within your on-premises VMware environment.
19+
Once the appliance is configured, Azure Migrate initiates the discovery of web apps deployed on Internet Information Services (IIS) web servers hosted within your on-premises VMware environment.
2020

21-
## Key capabilities of ASP.NET web app discovery
21+
## Key capabilities of ASP.NET web app discovery
2222

23-
- Agentless discovery of up to 20,000 web apps with a single Azure Migrate appliance
24-
- Provide a rich & interactive dashboard with a list of IIS web servers and underlying VM infra details. Web apps discovery surfaces information such as:
23+
- Agentless discovery of up to 20,000 web apps with a single Azure Migrate appliance
24+
- Rich and interactive dashboard that lists IIS web servers and underlying VM infra details. Web apps discovery surfaces information such as:
2525
- web app name
2626
- web server type and version
2727
- URLs
2828
- binding port
2929
- application pool
30-
- If web app discovery fails, the discovery dashboard allows easy navigation to review relevant error messages, possible causes of failure and suggested remediation actions
30+
- If web apps discovery fails, the discovery dashboard allows easy navigation to review relevant error messages, possible causes of failure, and suggested remediation actions
3131

32-
For more information about web apps discovery, see:
32+
## Related content
3333

34-
- [At scale discovery and assessment for ASP.NET app migration with Azure Migrate](https://channel9.msdn.com/Shows/Inside-Azure-for-IT/At-scale-discovery-and-assessment-for-ASPNET-app-migration-with-Azure-Migrate)
34+
- [At scale discovery and assessment for ASP.NET app migration with Azure Migrate](/shows/inside-azure-for-it/at-scale-discovery-and-assessment-for-aspnet-app-migration-with-azure-migrate)
3535
- [Discover and assess ASP.NET apps at-scale with Azure Migrate](https://azure.microsoft.com/blog/discover-and-assess-aspnet-apps-atscale-with-azure-migrate/)
36-
- [At scale discovery and assessment for ASP.NET app migration with Azure Migrate](https://channel9.msdn.com/Shows/Inside-Azure-for-IT/At-scale-discovery-and-assessment-for-ASPNET-app-migration-with-Azure-Migrate)
37-
- [Discover software inventory on on-premises servers with Azure Migrate](../migrate/how-to-discover-applications.md)
38-
- [Discover web apps and SQL Server instances](../migrate/how-to-discover-sql-existing-project.md)
39-
40-
41-
## Related content
42-
43-
- [At-scale assessment of .NET web apps](/training/modules/migrate-app-service-migration-assistant/)
36+
- [Discover installed software inventory, web apps, and database instances](../migrate/how-to-discover-applications.md)
37+
- [Discover web apps and SQL Server instances in an existing project](../migrate/how-to-discover-sql-existing-project.md)

0 commit comments

Comments
 (0)