Questions tagged [azure-sdk]

Use this tag for questions that has to do with the several SDKs and command-line tools, provided by Microsoft Azure.

Azure SDK is an additional set of templates and tools that help you access even more cloud resources and services to improve your Azure development experience. Use these tools to deploy infinitely-scalable applications and APIs, configure diagnostics, create and manage app service resources, and more.


Source: Microsoft Azure

353 questions
0
votes
1 answer

undefined reference to `cJSON_Parse'

I am using Azure SDK. In the SDK I have included cJSON functionalities, I know I need to link cJSON.h to my code. But in azure makefile, I am finding it difficult. Do help in linking the cJSON header file.
Yogesh
  • 273
  • 1
  • 3
  • 10
0
votes
2 answers

Authenticate a python application in VM with Managed Service Identity(MSI)

I am trying to use MSI example provided in below link : https://learn.microsoft.com/en-us/python/azure/python-sdk-azure-authenticate?view=azure-python#mgmt-auth-msi To do that, I created a linux VM , installed MSI extension on it and running above…
explorer
  • 737
  • 1
  • 8
  • 23
0
votes
0 answers

Using SAS URL upload browser file to Azure Blob

My Requirement is to copy, list of the files from client(browser) to azure blob using SAS URL. So I am using azure-sdk-for-node, but its look like its not working for me. Can someone recommend any solution or any other library ?. var azure =…
Rahul Rai
  • 205
  • 1
  • 12
0
votes
0 answers

Azure Node SDK - 500 response with filter option

I am seeing a weird error on the with Azure Node SDK where I get a 500 error back anytime i include anything in the filter attribute of the options parameter. I am using the Usage Details call within the ConsumptionManagementClient class. Code is…
Jeff W
  • 538
  • 1
  • 5
  • 15
0
votes
1 answer

Azure Mobile App framework with Android (Kotlin only)

Is it possible to work with Azure Mobile App Service framework on Android app with Kotlin code only ?
0
votes
0 answers

Cannot Download Azure Publish Settings

Each time I run the command Get-AzurePublishSettingsFile it navigates me to http://go.microsoft.com/fwlink/?LinkID=301775 which tells me No subscriptions found. I have been fighting this issue for months now - MS please help! I am unable to use the…
SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
0
votes
1 answer

Differentiating Azure SDK Namespaces Microsoft.Azure.Management and Microsoft.WindowsAzure.Management

We have 2 namespaces as part of Azure SDK i.e. Microsoft.Azure.Management and Microsoft.WindowsAzure.Management. 1. How do we differentiate or which one to use when? 2. Is Microsoft.Azure.Management won't support all services? 3. I could able to…
Jaish Mathews
  • 766
  • 1
  • 9
  • 25
0
votes
0 answers

Unable to install MicrosoftAzure-ServiceFabric-CoreSDK

I am trying to install Azure SDK for VS2017 several times. I am following instructions in https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started . I have installed Power Shell 5.0 but every time fails at same point. Here…
Datha
  • 21
  • 3
0
votes
1 answer

How to monitor Azure Classic VM using REST API or via Java SDK?

HI i want to monitor Azure Classic VM using REST API/Java SDK , when i tried it with REST API with the following URL(The below url worked for Azure VM)…
0
votes
2 answers

How can I get the list of Azure Regions in C#?

The Azure SDK for Java has an enum with all of the Azure locations, public and national. Is there similar functionality available for C#? It would be cleaner than using strings.
aoetalks
  • 1,741
  • 1
  • 13
  • 26
0
votes
1 answer

Disable Azure Automation Runbook Schedule using .net SDK

I am trying to disable a Runbook schedule using .NET SDK Retrieved the JobScheduled i want to disable and tried setting the associated runbook and schedule to null and "". var schedulenm = new ScheduleAssociationProperty(); …
Sumesh
  • 123
  • 2
  • 13
0
votes
1 answer

How to use self-signed certificate to authenticate using Azure Management Library?

Is there a way to use self-signed certificates with Azure Management Libraries to log in to Azure? There doesn't seem to be anything in SdkContext.AzureCredentialsFactory nor does the documentation at Authenticate with the Azure Management Libraries…
Veksi
  • 3,556
  • 3
  • 30
  • 69
0
votes
1 answer

Monitoring using Azure Linux Diagnostics

I am trying to enable Linux Diagnostics for individual disks attached to the VM. I am referring to this link (https://learn.microsoft.com/en-us/azure/virtual-machines/linux/diagnostic-extension) I am using this CLI azure vm extension set vmturbo…
0
votes
1 answer

ReferenceLoopHandling.Ignore not working for Azure Mobile App Service to ignore serialization of circular references

I'm using the following code in my startup class to prevent errors serializing my entities which may cause circular references, but it is not working. Why? public partial class Startup { public static void ConfigureMobileApp(IAppBuilder…
juliano.net
  • 7,982
  • 13
  • 70
  • 164
0
votes
1 answer

azure sdk for net login is takes too long

I am using Fluent Library to develop a web app which can create a sql server on azure. The console app works great but when I implement the code to a web api it stuck in authentication step. I'm sure about the credentials which are true and I have a…
zapoo
  • 1,548
  • 3
  • 17
  • 32