Questions tagged [azure-iot-central]

Azure IoT Central (formerly Microsoft IoT Central) is a fully managed IoT SaaS (software-as-a-service) solution that makes it easy to connect, monitor and manage IoT assets at scale.

175 questions
0
votes
1 answer

Azure IoT Central App not listed in Azure Portal

I created an Azure IoT Central App by using the portal: https://apps.azureiotcentral.com/ But this app is not being shown in the Azure portal. It is not in Azure IoT Central Apps "blade", where I was expecting to see the App created in the other…
0
votes
1 answer

How to securely auto connect multiple devices to IoT Central?

I am trying to securely connect multiple devices(200+) to Microsoft Azure IoT Central. I have an android app running api 19 that connects a single device via https to IoT Central. I am following the tutorial for SaS group enrollment. I understand…
0
votes
1 answer

azure create service-principal for iot hub

I get an ERROR: The request did not have a subscription or a valid tenant level resource provider. when trying to create a service principal via the azure cli under the scope of an Azure Iot Hub. I'm using the CLI (bash) but python would be…
0
votes
1 answer

Azure IOT Central - ClientError('Unexpected failure') caused by ServiceError('HTTP operation returned: 403 TooManyDevicesError

We tried leveraging the IoT Central’s File Upload functionality but getting 403 for some file uploads irrespective of the IoTC & Storage account instance. For the development purpose, we are using Standard 1 tier and a general Purpose v2 RA-GRS…
Aditya
  • 65
  • 1
  • 7
0
votes
1 answer

How do I send telemetry data via mqtt to a second component in IoT Central?

I am at a bit of a loss and need a bright idea. I have created a new device model in IoT Central which has two components and an interface. The interface is also in the default component. Device Model If I now send my data via mqtt, I do this via…
Init5
  • 23
  • 4
0
votes
2 answers

How to Authentication IoT Central devices with other Azure services? (example: download OTA bin)

In the reference architectures for IOT Hub\Central you can easily see how the SAS or X509 Cert is used for device authentication. As an example, look at this MXChip OTA Example. (my notes in pink) Reference Article: Azure MXChip IoT DevKit Firmware…
Patrick
  • 2,044
  • 1
  • 25
  • 44
0
votes
0 answers

How to handle login redirection with a http GET

Context: I want to Screen Scrape an Azure IoT Central App page, to automate a process. If I go to to the page in the Edge Browser (Chrome Version required), it redirects to https://login.microsoftonline.com/common/oauth2/authorize where you…
David Jones
  • 542
  • 4
  • 13
0
votes
2 answers

How to automatically associate a device with a device template?

I want to automatically associate my device with its template. There is an article about this here: https://learn.microsoft.com/en-us/azure/iot-central/core/concepts-get-connected#automatically-associate-with-a-device-template the sample code for…
Patrick
  • 2,044
  • 1
  • 25
  • 44
0
votes
2 answers

GPS location for IoT central map tile

I am trying to get my IoT Central app to show the GPS location using a map tile. My JSON file sends over the location and i have this tied to the map tile but the map tile keeps saying "Waiting for data" I have tried everything to get this to show…
0
votes
1 answer

IoT Central - How to Generate API token programatically

I wanted to use IoT Central REST API call. But for using any REST API calls, we need an Authorization token. So I want a way how we can create a new API Token in IoT Central programmatically. From the below tutorial, found two ways…
0
votes
1 answer

Collecting data on device and send it once a day to IoT Central but keeping timestamp from collected data

would like to ask a question if someone of you have an idea or could point me into the right direction. My situation is as the following. The device I use collects data every hour and stores it internally with timestamp (Unix timestamp). The device…
Init5
  • 23
  • 4
0
votes
1 answer

How to update/edit IoT Central Cloud Property in IoT Central Application V3?

I am used to setting and defining IoT Central V2 applications. In V3 application one can define Cloud Properties, general properties that are not supposed to be sent to the device. For example, external data like Last Service Date or Maintenance…
0
votes
1 answer

How to trigger an Azure Function from an IoT Central Rule?

I am using Microsoft IoT Central and use its rules to trigger actions. One can choose a number of actions when the rule is triggered like email, Webhook, Logic Apps as well as Power Automate. I have tried using all of them without any issues. Now I…
0
votes
1 answer

How to update azure iot edge modules from Azure IoT Central?

How to trigger updates of Azure IoT edge Modules from IoT Central? During device template definition "Deployment Manifest" json is uploaded for first time ,how to update /replace manifest for updating /installing newer versions of Edge Module from…
Chandran
  • 13
  • 3
0
votes
1 answer

Azure IoT Central Publish Error Something went wrong Error Code: 400.470.006.319 / 2093ej9xx7l.4

I am trying to publish my device template, but I am always getting the error "Something went wrong Error Code: 400.470.006.319 / 2093ej9xx7l.4". Please see the preceding image. May I please know what could be the reason? This is the doc I am…
Sibeesh Venu
  • 18,755
  • 12
  • 103
  • 140