python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error creating role assignment using Azure REST API - Principal does not exist in the directory
I'm trying to use the Azure REST api to create role assignments, but it's giving an error:
Exception: {"error":{"code":"PrincipalNotFound","message":"Princ...
TeamDman
Votes: 0
Answers: 1
How to download a directory and zipped folder from azure storage in java
I already tried like this. I cant able to download
CloudStorageAccount account = CloudStorageAccount.parse("connection string");
CloudBlobClient serviceClient = account.createCloudBlobClient...
satheesh kumar
Votes: 0
Answers: 1
Exact Permissions\actions needed to List Azure Resources using C# rest API
I am trying to list all resources in a Subscription using Rest API Call.
https://management.azure.com/subscriptions/{SubscriptionID}/resources?api-version=2021-04-01
It works fine when I run it with ...
Vinny
Votes: 0
Answers: 1
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