diff --git a/docs/azure/landing-page.yml b/docs/azure/landing-page.yml deleted file mode 100644 index ec14dfd53e36d..0000000000000 --- a/docs/azure/landing-page.yml +++ /dev/null @@ -1,233 +0,0 @@ -### YamlMime:Landing - -title: Azure for .NET developers -summary: Get started developing apps for the cloud with these tutorials and tools for .NET developers. .NET ❤ Azure -metadata: - title: Azure for .NET developers - description: Documentation, samples, and links for developing with .NET and Azure. - ms.date: 08/15/2024 - ms.topic: landing-page - ms.collection: collection - ms.service: dotnet-azure - -# ACOM -# https://azure.microsoft.com/develop/net/ .NET 🧡 Azure - -# Learn links that combine .NET & Azure -# /training/modules/secure-aspnet-core-identity/ -# /training/modules/run-web-app-background-task-with-webjobs/ -# /training/modules/optimize-your-web-apps-with-redis/ -# /training/modules/create-an-app-to-run-parallel-compute-jobs-in-azure-batch/ -# /training/modules/load-test-web-app-azure-devops/ -# /training/modules/publish-azure-web-app-with-visual-studio/ -# /training/modules/stage-deploy-app-service-deployment-slots/ - -landingContent: - - title: Get started with .NET on Azure - linkLists: - - linkListType: overview - links: - - text: Introduction to Azure and .NET - url: intro.md - - linkListType: get-started - links: - - text: .NET developer tools - url: ./dotnet-dev-env-checklist.md - - text: Authenticate your app - url: ./sdk/authentication.md - - text: Logging - url: ./sdk/logging.md - - text: SDK example - url: /samples/dotnet/samples/azure-identity-resource-management-storage/ - - linkListType: learn - links: - - text: Azure fundamentals - url: /training/paths/azure-fundamentals/ - - linkListType: download - links: - - text: Sample code - url: /samples/browse/?products=azure&languages=csharp%2Caspx-csharp%2Cfsharp%2Cvb - - linkListType: reference - links: - - text: Azure libraries for .NET API reference - url: /dotnet/api/overview/azure/?view=azure-dotnet - - - title: Build web apps - linkLists: - - linkListType: overview - links: - - text: App Service - url: /azure/app-service/overview - - text: Azure Functions - url: /azure/azure-functions/functions-overview - - linkListType: quickstart - links: - - text: Deploy an ASP.NET web app - url: /azure/app-service/app-service-web-get-started-dotnet - - text: Build a serverless function - url: /azure/azure-functions/functions-create-your-first-function-visual-studio - - linkListType: learn - links: - - text: Host a web app with Azure App Service - url: /training/modules/host-a-web-app-with-azure-app-service/ - - text: Develop, test, and deploy an Azure Function with Visual Studio - url: /training/modules/develop-test-deploy-azure-functions-with-visual-studio/ - - text: Publish and manage your APIs with Azure API Management - url: /training/modules/publish-manage-apis-with-azure-api-management/ - - linkListType: tutorial - links: - - text: ASP.NET Core web app with App Service and Azure SQL Database - url: /azure/app-service/app-service-web-tutorial-dotnet-sqldatabase - - text: Managed identity with ASP.NET and Azure SQL Database - url: /azure/app-service/app-service-web-tutorial-connect-msi - - text: Web API with CORS in Azure App Service - url: /azure/app-service/app-service-web-tutorial-rest-api - - - title: Build cloud native apps - linkLists: - - linkListType: quickstart - links: - - text: Run and debug a microservice in Kubernetes - url: /azure/dev-spaces/quickstart-netcore-visualstudio - - linkListType: learn - links: - - text: Create and deploy a cloud-native ASP.NET Core microservice - url: /training/modules/microservices-aspnet-core/ - - linkListType: how-to-guide - links: - - text: Deploy a .NET Core app to Azure Container Registry - url: /visualstudio/containers/hosting-web-apps-in-docker - - linkListType: tutorial - links: - - text: ASP.NET Core app with Visual Studio container tools - url: /visualstudio/containers/container-tools - - text: Deploy and debug multiple containers in AKS - url: /azure/dev-spaces/multi-service-netcore-visualstudio - - text: Dynamic configuration and feature flags using Azure App Config - url: /azure/azure-app-configuration/use-feature-flags-dotnet-core - - - title: Authentication and security - linkLists: - - linkListType: overview - links: - - text: Microsoft identity platform (Azure AD) - url: /azure/active-directory/develop/ - - linkListType: learn - links: - - text: Secure your application by using OpenID Connect and Azure AD - url: /training/modules/secure-app-with-oidc-and-azure-ad/ - - text: Secure custom APIs with Microsoft Identity - url: /training/modules/identity-secure-custom-api/ - - text: Secure an ASP.NET Core web app with the ASP.NET Identity framework - url: /training/modules/secure-aspnet-core-identity/ - - linkListType: tutorial - links: - - text: Add sign-in to Microsoft to an ASP.NET web app - url: /azure/active-directory/develop/tutorial-v2-asp-webapp - - text: Use Azure Key Vault with ASP.NET Core - url: /azure/key-vault/tutorial-net-create-vault-azure-web-app - - text: Integrate Azure AD B2C with a web API - url: /azure/active-directory-b2c/tutorial-single-page-app-webapi - - linkListType: reference - links: - - text: Azure Identity client library for .NET - url: /dotnet/api/overview/azure/identity-readme?view=azure-dotnet - - - title: Work with storage & data - linkLists: - - linkListType: concept - links: - - text: Choose the right data storage option - url: /azure/architecture/guide/technology-choices/data-store-overview - - linkListType: quickstart - links: - - text: Use .NET to query an Azure SQL Database or Azure SQL Managed Instance - url: /azure/azure-sql/database/connect-query-dotnet-core - - text: Use .NET to query Azure PostgreSQL - url: /azure/postgresql/connect-csharp - - linkListType: learn - links: - - text: Develop and configure an ASP.NET application that queries an Azure SQL database - url: /training/modules/develop-app-that-queries-azure-sql/ - - text: Build a .NET Core app for Azure Cosmos DB in Visual Studio Code - url: /training/modules/build-cosmos-db-app-with-vscode/ - - text: Store application data with Azure Blob Storage - url: /training/modules/store-app-data-with-azure-blob-storage/ - - text: Persist and retrieve relational data with Entity Framework Core - url: /training/modules/persist-data-ef-core/ - - linkListType: tutorial - links: - - text: Connect to and query an Azure Database for PostgreSQL database - url: /azure/postgresql/connect-csharp - - title: Messaging on Azure - linkLists: - - linkListType: overview - links: - - text: Storing messages with Azure queues - url: /azure/storage/queues/storage-queues-introduction - - text: Inter-application messaging with Azure Service Bus - url: /azure/service-bus-messaging - - text: Streaming big data with Event Hubs - url: /azure/event-hubs/event-hubs-about - - text: Building event-based applications with Event Grid - url: /azure/event-grid/overview - - linkListType: quickstart - links: - - text: Use Azure Queue Storage - url: /azure/storage/queues/storage-quickstart-queues-dotnet?tabs=dotnet - - text: Use Azure Service Bus queues - url: /azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues - - text: Ingest data in real-time through Azure Event Hubs - url: /azure/event-hubs/event-hubs-dotnet-standard-getstarted-send - - text: Route custom events with Event Grid - url: /azure/event-grid/custom-event-quickstart - - title: Diagnostics and monitoring - linkLists: - - linkListType: overview - links: - - text: Azure Monitor - url: /azure/azure-monitor/overview - - linkListType: learn - links: - - text: Capture and view page load times in your Azure web app - url: /training/modules/capture-page-load-times-application-insights/ - - linkListType: how-to-guide - links: - - text: Troubleshoot ASP.NET Core on Azure App Service and IIS - url: /aspnet/core/test/troubleshoot-azure-iis - - text: Application Insights with .NET Core ILogger - url: /azure/azure-monitor/app/ilogger - - text: Application Insights for Worker Service applications - url: /azure/azure-monitor/app/worker-service - - text: Troubleshoot an app in Azure App Service using Visual Studio - url: /azure/app-service/troubleshoot-dotnet-visual-studio - - title: Migration - linkLists: - - linkListType: concept - links: - - text: Choose an Azure hosting option - url: ./migration/choose.md - - linkListType: how-to-guide - links: - - text: Migrate a .NET web app or service to Azure App Service - url: ./migration/app-service.md - - text: Migrate an ASP.NET app to an Azure VM - url: ./migration/vm.md - - text: Migrate a SQL Server database to Azure - url: ./migration/sql.md - - title: .NET architectural guides - linkLists: - - linkListType: learn - links: - - text: Architect modern applications in Azure - url: /training/paths/architect-modern-apps/ - - linkListType: architecture - links: - - text: ".NET Microservices: Architecture for containerized .NET apps" - url: ../architecture/microservices/index.md - - text: Architect modern web applications with ASP.NET Core and Azure - url: ../architecture/modern-web-apps-azure/index.md - - text: Containerized Docker application lifecycle with Microsoft platform and tools - url: ../architecture/containerized-lifecycle/index.md - - text: Modernize existing .NET applications with Azure cloud and Windows containers - url: ../architecture/modernize-with-azure-containers/index.md