From d9e8654250c84b15c16e20ad2a8e5153a0e5cbea Mon Sep 17 00:00:00 2001 From: iliar-turdushev <10431021+iliar-turdushev@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:23:45 +0000 Subject: [PATCH] =?UTF-8?q?Bot=20=F0=9F=A4=96=20generated=20CleanRepo=20to?= =?UTF-8?q?ol=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/azure/landing-page.yml | 233 ------------------------------------ docs/zone-pivot-groups.yml | 144 ---------------------- 2 files changed, 377 deletions(-) delete mode 100644 docs/azure/landing-page.yml delete mode 100644 docs/zone-pivot-groups.yml 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 diff --git a/docs/zone-pivot-groups.yml b/docs/zone-pivot-groups.yml deleted file mode 100644 index 7a4878d2142a0..0000000000000 --- a/docs/zone-pivot-groups.yml +++ /dev/null @@ -1,144 +0,0 @@ -### YamlMime:ZonePivotGroups -groups: -- id: operating-systems-set-one - title: Operating System - prompt: Choose an operating system - pivots: - - id: os-windows - title: Windows - - id: os-linux - title: Linux - - id: os-macos - title: macOS -- id: operating-systems-set-two - title: Linux Operating System - prompt: Choose a Linux distribution - pivots: - - id: os-linux-redhat - title: 'Fedora, CentOS, or RHEL' - - id: os-linux-ubuntu - title: Ubuntu - - id: os-linux-other - title: Other -- id: operating-systems-set-three - title: Operating System - prompt: Choose an operating system - pivots: - - id: os-windows - title: Windows - - id: os-macos - title: macOS -- id: unit-testing-framework-set-one - title: Unit testing framework - prompt: Choose a unit testing framework - pivots: - - id: mstest - title: MSTest - - id: xunit - title: xUnit - - id: nunit - title: NUnit -- id: ide-set-one - title: IDE - prompt: Choose an IDE - pivots: - - id: vscode - title: Visual Studio Code - - id: visualstudio - title: Visual Studio -- id: development-environment-one - title: Development environment - prompt: Choose a development environment - pivots: - - id: visualstudio - title: Visual Studio - - id: vscode - title: Visual Studio Code - - id: cli - title: Command-line interface -- id: dotnet-preview-version - title: .NET preview version - prompt: Choose a .NET version - pivots: - - id: dotnet-10-0 - title: .NET 10 Preview - - id: dotnet-9-0 - title: .NET 9 - - id: dotnet-8-0 - title: .NET 8 -- id: dotnet-version - title: .NET version - prompt: Choose a .NET version - pivots: - - id: dotnet-9-0 - title: .NET 9 - - id: dotnet-8-0 - title: .NET 8 - - id: dotnet-7-0 - title: .NET 7 - - id: dotnet-6-0 - title: .NET 6 -- id: orleans-version - title: Orleans version - prompt: Choose an Orleans version - pivots: - - id: orleans-7-0 - title: Orleans 7.0 - - id: orleans-3-x - title: Orleans 3.x -- id: orleans-persistence-option - title: Orleans persistence option - prompt: Choose an option for Orleans persistence - pivots: - - id: azure-storage - title: Azure Storage - - id: azure-cosmos-db-nosql - title: Azure Cosmos DB for NoSQL -- id: azure-development-tool - title: Azure development tool - prompt: Choose an Azure development tool - pivots: - - id: azure-azd - title: Azure Developer CLI - - id: azure-cli - title: Azure CLI - - id: azure-bicep - title: Azure Bicep -- id: azure-interface - title: Azure interface - prompt: Choose an Azure interface - pivots: - - id: azure-portal - title: Azure Portal - - id: azure-cli - title: Azure CLI -- id: code-language - title: Code language - prompt: Choose a code language - pivots: - - id: lang-csharp-vb - title: C# and Visual Basic - - id: lang-fsharp - title: F# -- id: ubuntu-install-set-one - title: Ubuntu Version - prompt: Choose the Ubuntu distribution version - pivots: - - id: os-linux-ubuntu-2410 - title: "24.10" - - id: os-linux-ubuntu-2404 - title: "24.04" - - id: os-linux-ubuntu-2204 - title: "22.04" - - id: os-linux-ubuntu-2004 - title: "20.04" - - id: os-linux-ubuntu-other - title: "Other" -- id: openai-library - title: OpenAI Library - prompt: Choose a host service for OpenAI - pivots: - - id: openai - title: OpenAI - - id: azure-openai - title: Azure OpenAI