python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Send telemetry messages to Azure IoT Central device using HTTP POST request
I'm trying to send telemetry to a device in Azure IoT Central with an HTTP POST request.
Similar Rest API is available for Azure IoT Hub - https://learn.microsoft.com/en-us/rest/api/iothub/device/send...

Pratik Soni
Votes: 0
Answers: 2
AVML memory capture with Azure Commandline
I am trying to capture the memory of a Linux VM with AVML, with Azure CLI remotely.
Basically, I generated a SAS-URL with...
az storage container generate-sas \
--account-name <storage-account&...
TaihouKai
Votes: 0
Answers: 1
SAS token using Azure AD Service Principle for ADLS Gen2 at directory level in java
I have been trying to get a SAS token for ADLS Gen2 using java but haven't got any good example or document, Can anyone please provide an example or document to follow. (I am able to generate for blob...

Abhinav Kabra
Votes: 0
Answers: 1
Cant get correct SAS token on Azure web app - Authentication Failed. Python
I'm calling the generate_sas_token API which generates an SAS token that I append to the end of the url to be able to access it. I had it working before but then I kept getting this error:
<Error&g...

Cl0ud-l3ss
Votes: 0
Answers: 1