/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/azure/index.yml
293 строки
13 KB
alexwolfmsft
Content freshness pass (#42192)
16 авг 2024, 18:27
Не верифицирован
16 авг 2024, 18:27
4049151
Код
Авторство
О чём код?
### YamlMime:Hub title: Azure for .NET developers summary: Learn to use the Azure SDK for .NET. Browse API reference, sample code, tutorials, quickstarts, conceptual articles and more. Know that .NET 💜 Azure. brand: dotnet metadata: title: Azure for .NET developers description: Samples, tutorials, and education for .NET on Azure ms.topic: hub-page ms.service: dotnet-azure ms.date: 08/15/2024 highlightedContent: # itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new items: - itemType: overview title: Introduction to Azure and .NET url: intro.md - itemType: quickstart title: Create an ASP.NET Core web app in Azure url: /azure/app-service/quickstart-dotnetcore - itemType: quickstart title: Build a serverless function url: /azure/azure-functions/functions-create-your-first-function-visual-studio - itemType: tutorial title: ASP.NET Core and Docker url: /visualstudio/containers/container-tools - itemType: deploy title: Deploy a .NET app with Azure DevOps url: /azure/devops/pipelines/ecosystems/dotnet-core?view=azure-devops - itemType: tutorial title: Authentication end-to-end in App Service url: /azure/app-service/app-service-web-tutorial-auth-aad - itemType: learn title: Secure custom APIs with Microsoft Identity url: /training/modules/identity-secure-custom-api/ - itemType: get-started title: Azure SDK for .NET url: sdk/azure-sdk-for-dotnet.md conceptualContent: title: Featured content summary: Learn to develop .NET apps leveraging a variety of Azure services. # itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new items: - title: Create web apps links: - itemType: overview text: App Service overview url: /azure/app-service/overview - itemType: overview text: Azure Functions overview url: /azure/azure-functions/functions-overview - itemType: learn text: Host a web app with Azure App Service url: /training/modules/host-a-web-app-with-azure-app-service/ - itemType: learn text: Develop, test, and deploy an Azure Function with Visual Studio url: /training/modules/develop-test-deploy-azure-functions-with-visual-studio/ - itemType: learn text: Publish and manage your APIs with Azure API Management url: /training/modules/publish-manage-apis-with-azure-api-management/ - itemType: tutorial text: ASP.NET Core web app with App Service and Azure SQL Database url: /azure/app-service/app-service-web-tutorial-dotnet-sqldatabase - itemType: tutorial text: Managed identity with ASP.NET and Azure SQL Database url: /azure/app-service/app-service-web-tutorial-connect-msi - itemType: tutorial text: Web API with CORS in Azure App Service url: /azure/app-service/app-service-web-tutorial-rest-api - title: Create cloud native apps links: - itemType: overview url: /dotnet/aspire/get-started/aspire-overview text: Build cloud native apps using .NET Aspire - itemType: quickstart url: /dotnet/aspire/get-started/build-your-first-aspire-app?tabs=visual-studio text: Build your first .NET Aspire app - itemType: quickstart text: Run and debug a microservice in Kubernetes url: /azure/dev-spaces/quickstart-netcore-visualstudio - itemType: learn text: Create and deploy a cloud-native ASP.NET Core microservice url: /training/modules/microservices-aspnet-core/ - itemType: tutorial text: Deploy and debug multiple containers in AKS url: /azure/dev-spaces/multi-service-netcore-visualstudio - itemType: tutorial text: Dynamic configuration and feature flags using Azure App Config url: /azure/azure-app-configuration/use-feature-flags-dotnet-core - itemType: how-to-guide text: Deploy a .NET Core app to Azure Container Registry url: /visualstudio/containers/hosting-web-apps-in-docker - title: Create intelligent apps with AI links: - itemType: overview url: ../ai/get-started/dotnet-ai-overview.md text: AI for .NET overview - itemType: quickstart url: ../ai/quickstarts/get-started-openai.md text: Build a chat app - itemType: quickstart text: Generate images url: ../ai/quickstarts/quickstart-openai-generate-images.md - itemType: concept text: Understand prompt engineering url: ../ai/conceptual/prompt-engineering-dotnet.md - itemType: concept text: Understand generative AI and LLMs url: ../ai/conceptual/how-genai-and-llms-work.md - itemType: tutorial text: Implement RAG using vector search url: ../ai/tutorials/tutorial-ai-vector-search.md - itemType: tutorial text: Get started with the .NET enterprise chat sample url: ../ai/get-started-app-chat-template.md - itemType: overview text: Learning resources and samples url: ../ai/azure-ai-for-dotnet-developers.md - title: Create mobile apps links: - itemType: learn text: Consume REST services from Azure in Xamarin apps url: /training/modules/consume-rest-services/ - itemType: quickstart text: Create a Xamarin.Forms app with .NET SDK and Azure Cosmos DB's API for MongoDB url: /azure/cosmos-db/create-mongodb-xamarin - itemType: quickstart text: Azure Blob storage client library with Xamarin.Forms url: /azure/storage/blobs/storage-quickstart-blobs-xamarin - itemType: tutorial text: Send push notifications to Xamarin.Forms apps using ASP.NET Core and Azure Notification Hubs url: /azure/notification-hubs/notification-hubs-backend-service-xamarin-forms - itemType: concept text: Add authentication and manage user identities in your mobile apps url: /azure/developer/mobile-apps/authentication - title: Work with storage & data links: - itemType: concept text: Choose the right data storage option url: /azure/architecture/guide/technology-choices/data-store-overview - itemType: quickstart text: Use .NET to query an Azure SQL Database or Azure SQL Managed Instance url: /azure/azure-sql/database/connect-query-dotnet-core - itemType: quickstart text: Use .NET to query Azure PostgreSQL url: /azure/postgresql/connect-csharp - itemType: concept text: Use the Repository Pattern with Azure Cosmos DB url: https://devblogs.microsoft.com/cosmosdb/azure-cosmos-db-repository-net-sdk-v-1-0-4/ - itemType: tutorial text: Connect to and query an Azure Database for PostgreSQL database url: /azure/postgresql/connect-csharp - itemType: learn text: Persist and retrieve relational data with Entity Framework Core url: /training/modules/persist-data-ef-core/ - itemType: learn text: Build a .NET Core app with Azure Cosmos DB in Visual Studio Code url: /training/modules/build-cosmos-db-app-with-vscode/ - itemType: learn text: Store application data with Azure Blob storage url: /training/modules/store-app-data-with-azure-blob-storage/ - title: Authentication and security links: - itemType: overview text: Microsoft identity platform (Azure AD) overview url: /azure/active-directory/develop/ - itemType: learn text: Secure your application by using OpenID Connect and Azure AD url: /training/modules/secure-app-with-oidc-and-azure-ad/ - itemType: learn text: Secure custom APIs with Microsoft Identity url: /training/modules/identity-secure-custom-api/ - itemType: learn text: Secure an ASP.NET Core web app with the ASP.NET Identity framework url: /training/modules/secure-aspnet-core-identity/ - itemType: tutorial text: Add sign-in to Microsoft to an ASP.NET web app url: /azure/active-directory/develop/tutorial-v2-asp-webapp - itemType: tutorial text: End-to-end authentication in App Service url: /azure/app-service/app-service-web-tutorial-auth-aad - itemType: tutorial text: Use Azure Key Vault with ASP.NET Core url: /azure/key-vault/tutorial-net-create-vault-azure-web-app - itemType: tutorial text: Integrate Azure AD B2C with a web API url: /azure/active-directory-b2c/tutorial-single-page-app-webapi - itemType: reference text: Azure Identity client library for .NET url: /dotnet/api/overview/azure/identity-readme?view=azure-dotnet - title: Messaging on Azure links: - itemType: overview text: Storing messages with Azure queues url: /azure/storage/queues/storage-queues-introduction - itemType: overview text: Inter-application messaging with Azure Service Bus url: /azure/service-bus-messaging - itemType: overview text: Streaming big data with Event Hubs url: /azure/event-hubs/event-hubs-about - itemType: overview text: Building event-based applications with Event Grid url: /azure/event-grid/overview - itemType: quickstart text: Use Azure Queue Storage url: /azure/storage/queues/storage-quickstart-queues-dotnet?tabs=dotnet - itemType: quickstart text: Use Azure Service Bus queues url: /azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues - itemType: quickstart text: Ingest data in real-time through Azure Event Hubs url: /azure/event-hubs/event-hubs-dotnet-standard-getstarted-send - itemType: quickstart text: Route custom events with Event Grid url: /azure/event-grid/custom-event-quickstart - title: Diagnostics and monitoring links: - itemType: quickstart text: "Azure Monitor Application Insights quickstart" url: /azure/azure-monitor/app/dotnet-quickstart - itemType: learn text: Capture and view page load times in your Azure web app url: /training/modules/capture-page-load-times-application-insights/ - itemType: how-to-guide text: Troubleshoot ASP.NET Core on Azure App Service and IIS url: /aspnet/core/test/troubleshoot-azure-iis - itemType: how-to-guide text: Capture Application Insights telemetry with .NET Core ILogger url: /azure/azure-monitor/app/ilogger - itemType: how-to-guide text: Application Insights for Worker Service applications url: /azure/azure-monitor/app/worker-service - itemType: how-to-guide text: Troubleshoot an app in Azure App Service using Visual Studio url: /azure/app-service/troubleshoot-dotnet-visual-studio - title: Azure SDK for .NET links: - itemType: download text: Packages url: ./sdk/packages.md - itemType: concept text: Authentication for apps url: ./sdk/authentication.md - itemType: concept text: Logging url: ./sdk/logging.md - itemType: sample text: SDK example app url: /samples/dotnet/samples/azure-identity-resource-management-storage/ - itemType: download text: Tools checklist url: dotnet-dev-env-checklist.md - itemType: reference text: API reference url: /dotnet/api/azure additionalContent: sections: - title: .NET and Azure community resources items: - title: .NET links: - text: .NET documentation url: /dotnet - text: ASP.NET documentation url: /aspnet - title: Webcasts and shows links: - text: Azure Friday url: https://azure.microsoft.com/resources/videos/azure-friday/ - text: The Cloud Native Show url: /Shows/The-Cloud-Native-Show - text: On .NET url: /Shows/On-NET - text: .NET Community Standup url: https://dotnet.microsoft.com/platform/community/standup - text: On .NET Live url: https://dotnet.microsoft.com/live/dotnet-docs - title: Open Source links: - text: Azure SDK for .NET url: https://github.com/Azure/azure-sdk-for-net - text: Microsoft Identity Web url: https://github.com/AzureAD/microsoft-identity-web - text: .NET Platform url: https://github.com/dotnet/ # footer (optional) footer: "Are you interested in contributing to the .NET docs? For more information, see our [contributor guide](/contribute/dotnet/dotnet-contribute)."