Azure.Iot.Operations.Services 1.1.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Iot.Operations.Services --version 1.1.0
                    
NuGet\Install-Package Azure.Iot.Operations.Services -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Iot.Operations.Services" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Iot.Operations.Services" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Iot.Operations.Services" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azure.Iot.Operations.Services --version 1.1.0
                    
#r "nuget: Azure.Iot.Operations.Services, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Azure.Iot.Operations.Services@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Azure.Iot.Operations.Services&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Azure.Iot.Operations.Services&version=1.1.0
                    
Install as a Cake Tool

Azure.Iot.Operations.Services

Overview

This package contains client objects for interacting with the various services that come with an Azure Iot Operations (aka "AIO") deployment including:

  • StateStoreClient
    • The client for interacting with AIO's distributed state store. This is a centralized key-value store accessible to any client connected to the AIO deployment's MQTT broker. It allows for sharing of keys/values across multiple applications and includes broker-side persistence.
  • SchemaRegistryClient
    • The client for interacting with AIO's schema registry service. This service allows for the registration and retrieval of message schemas. These message schemas are typically used to communicate how to deserialize payloads received from other applications connected to the AIO MQTT broker.
  • LeasedLockClient/LeaderElectionClient
    • Clients that use the AIO deployment's broker state store to perform leased lock and leader election operations.
      • For example, these clients facilitate protecting shared resources in the broker state store across multiple applications connected to the AIO MQTT broker
  • Asset and Device Registry Clients
    • These clients allow for interacting with AIO's Akri service. This is usually only relevant when developing an AIO connector and the Azure.Iot.Operations.Connector package abstracts these clients to make it easier to develop connectors, but they can be used directly.

The clients in this package are designed to work specifically with the MQTT broker found in an AIO deployment. They cannot be used against other MQTT brokers.

The clients in this package can be used even outside of the context of an AIO connector, though.

Samples

To see samples that demonstrate these clients, please see here.

Feedback

To share feedback or file issues, please see here

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Azure.Iot.Operations.Services:

Package Downloads
Azure.Iot.Operations.Connector

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.0-beta1 104 6/30/2026
1.2.2 1,436 6/18/2026
1.2.1 278 5/19/2026
1.2.0 2,456 4/27/2026
1.2.0-rc3 130 3/12/2026
1.2.0-rc2 170 1/14/2026
1.1.0 146 2/20/2026
1.1.0-rc2 132 2/5/2026
1.1.0-rc 134 1/9/2026
1.0.1 1,675 2/5/2026
1.0.0 487 12/13/2025
0.15.1 313 10/21/2025
0.15.0 6,039 10/13/2025
0.15.0-preview 2,168 9/26/2025
0.14.0 1,525 8/13/2025
0.13.0 208 7/30/2025
0.12.0 884 7/23/2025
0.10.8-akri 1,349 7/10/2025
0.10.7-akri 875 6/17/2025
0.10.6-akri 375 6/12/2025
Loading failed