Azure IoT Central ARM SDK samples

This repository contains samples that show how to create, update, and remove Azure IoT Central applications using Azure Resource Manager and the Azure SDKs.

Contents

File/folder Description
csharp Sample .NET solution
go Sample Go project.
java Sample Java project.
nodejs Sample TypeScript project.
python Sample Python project.
ruby Sample Ruby project.
.gitignore Define what to ignore at commit time.
SECURITY.md Security statement.
CODE_OF_CONDUCT.md Microsoft Open Source Code of Conduct.
README.md This README file.
LICENSE The license for the samples.

Prerequisites

To run any of the sample code in this repository, you need an active Azure subscription. If you don't have an Azure subscription, create a free account before you begin.

The readme file in each language folder gives detailed information about the prerequisites for the sample.

Setup and run

The readme file in each language folder gives detailed information about how to setup and run the sample.

Key concepts

Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account.

The following table shows the various source repositories and package locations for the Azure SDKs:

Platform Source Package
javascript https://github.com/Azure/azure-sdk-for-js https://www.npmjs.com/package/@azure/arm-iotcentral
python https://github.com/Azure/azure-sdk-for-python https://pypi.org/project/azure-mgmt-iotcentral
.NET https://github.com/Azure/azure-sdk-for-net https://www.nuget.org/packages/Microsoft.Azure.Management.IotCentral
ruby https://github.com/Azure/azure-sdk-for-ruby https://rubygems.org/gems/azure_mgmt_iot_central
java https://github.com/Azure/azure-sdk-for-java https://search.maven.org/search?q=a:azure-mgmt-iotcentral
go https://github.com/Azure/azure-sdk-for-go https://github.com/Azure/azure-sdk-for-go/

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.