Udalosti
Vytváranie inteligentných aplikácií
17. 3., 23 - 21. 3., 23
Pripojte sa k sérii meetup a vytvorte škálovateľné riešenia AI na základe prípadov reálneho používania so spolupracovníkmi a odborníkmi.
Zaregistrovať saTento prehliadač už nie je podporovaný.
Inovujte na Microsoft Edge a využívajte najnovšie funkcie, aktualizácie zabezpečenia a technickú podporu.
The Azure SDK for .NET is designed to make it easy to use Azure services from your .NET applications. Whether it's uploading and downloading files to Blob Storage, retrieving application secrets from Azure Key Vault, or processing notifications from Azure Event Hubs, the Azure SDK for .NET provides a consistent and familiar interface to access Azure services.
The Azure SDK for .NET is a collection of NuGet packages that can be used in applications targeting .NET variants that implement .NET Standard 2.0.
To use an Azure SDK package in one of your .NET applications, you want to follow these steps.
Locate the appropriate SDK package - Use the package list to find the appropriate package for the Azure service you are working with. Be advised that most services have a client package for working with the service and a management package for creating and managing instances of the service. In most cases, you will want the client package. Install this package in your application using NuGet.
Set up authentication for your application - To access Azure resources, your application will need to have the appropriate credentials and access rights assigned in Azure. Learn how to configure authentication in Authenticating .NET applications to Azure.
Write code using the SDK in your application - When working with Azure services, your code will first create a client object to work with the service and then call methods on that client object to interact with the service. Both synchronous and asynchronous methods are provided. Examples of using each individual SDK package are provided throughout the Azure documentation.
Configure logging for the SDK (optional) - If you need to diagnose issues between your application and Azure, you can enable logging in the Azure SDK for .NET.
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie:
Udalosti
Vytváranie inteligentných aplikácií
17. 3., 23 - 21. 3., 23
Pripojte sa k sérii meetup a vytvorte škálovateľné riešenia AI na základe prípadov reálneho používania so spolupracovníkmi a odborníkmi.
Zaregistrovať saŠkolenie
Modul
Use the Azure Cosmos DB for NoSQL SDK - Training
Learn about the Microsoft.Azure.Cosmos library, and then download the library to use in a .NET application.
Certifikácia
Microsoft Certified: Azure Developer Associate - Certifications
Build end-to-end solutions in Microsoft Azure to create Azure Functions, implement and manage web apps, develop solutions utilizing Azure storage, and more.
Dokumentácia
Azure Identity, Resource Management, and Storage sample - Code Samples
A sample console application that shows how to use the Azure SDK for .NET to authenticate an app using a service principal, create a resource group, create a storage account, and upload a blob.
Reference - Azure for .NET Developers
Package index for Azure SDK for .NET - .NET
Listing of the package names, NuGet links, docs links, and source code links for all libraries in the Azure SDK for .NET.