You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/api-management-howto-entra-external-id.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,9 @@ ms.custom:
19
19
20
20
[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.
21
21
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:
23
23
24
24
* 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.
29
25
30
26
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).
31
27
@@ -35,14 +31,14 @@ For an overview of options to secure access to the developer portal, see [Secure
35
31
36
32
## Prerequisites
37
33
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.
39
35
* Permissions to create an application and configure user flows in the workforce tenant.
40
36
* An API Management instance. If you don't already have one, [create an Azure API Management instance](get-started-create-service-instance.md).
41
37
* 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).
42
38
43
39
## Add external identity provider to your tenant
44
40
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).
46
42
47
43
## Create Microsoft Entra app registration
48
44
@@ -74,10 +70,9 @@ For external users to sign up for access to the developer portal, you must compl
74
70
* Enable self-service sign-up for your tenant.
75
71
* Add your app to the self-service sign-up user flow.
76
72
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:
78
74
79
75
- 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)
81
76
82
77
## Configure Microsoft Entra ID as an identity provider for developer portal
@@ -16,23 +16,30 @@ Azure App Service provides tools to discover web apps deployed to on-premises we
16
16
17
17
## Java Tomcat migration (Linux)
18
18
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.
|[Install on Linux](https://github.com/Azure/App-Service-Migration-Assistant/wiki/Linux-Notes)|
26
26
|**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)|
28
28
29
-
## Standalone Tomcat Web App Migration (Windows OS)
29
+
## Standalone Tomcat web app migration (Windows)
30
30
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.
32
32
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).
34
34
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)
Copy file name to clipboardExpand all lines: articles/app-service/app-service-migration-discover-net.md
+11-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about .NET migration resources available to Azure App Service
4
4
author: msangapu-msft
5
5
6
6
ms.topic: concept-article
7
-
ms.date: 03/29/2021
7
+
ms.date: 11/17/2025
8
8
ms.author: msangapu
9
9
ms.devlang: csharp
10
10
ms.custom: devx-track-dotnet
@@ -14,30 +14,24 @@ ms.service: azure-app-service
14
14
---
15
15
# At-scale discovery of .NET web apps
16
16
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.
18
18
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.
20
20
21
-
## Key capabilities of ASP.NET web app discovery
21
+
## Key capabilities of ASP.NET web app discovery
22
22
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:
25
25
- web app name
26
26
- web server type and version
27
27
- URLs
28
28
- binding port
29
29
- 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
31
31
32
-
For more information about web apps discovery, see:
32
+
## Related content
33
33
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)
35
35
-[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