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
-1
votes
1 answer

How to store multiple log parameters using AzureML SDK for Python?

I use AzureML SDK for Python to define a Run and assign log parameters as shown below. run = Run.get_context() run.parent.log("param1", 25) run.parent.log("param2", 100) run.parent.log("param3", 10) run.parent.log("param4", 40) The problem is that…
Fluxy
  • 2,838
  • 6
  • 34
  • 63
-1
votes
1 answer

Can there be a method created for code repetition?

I am a looking for a way to make a method for the repeated code below (last code block at the bottom). I am currently passing in a string[] and checking to see if it is any of the eventHubResource.Blah objects. Here is my EventHubResource class:…
TyngeOfTheGinge
  • 524
  • 1
  • 4
  • 14
-1
votes
1 answer

How to Specify Cloud-Init When Creating A Virtual Machine with the Azure Python Compute SDK

I am looking to run a startup script on a linux virtual machine when I create and start it with the Azure Python SDK. How should I go about doing this?
-1
votes
1 answer

How Create Nested Azure Resources using Azure SDK

Using ARM template, we can define a storage account under a batch account. But how we can do this using .NET SDK? Currently I can create BatchAccount and StorageAccount as separate resources, but what to do if a StorageAccount should be appeared…
-1
votes
2 answers

Fault tolerance and log the incompatible rows in Azure Blob storage

Customer 's requirements: using use azure data factory to import csv file in blob storage to SQL data warehouse. using the strategy "Fault tolerance and log the incompatible rows in Azure Blob storage" in ADF. And using Azure Function to archive…
phương hà
  • 19
  • 1
  • 4
-1
votes
1 answer

ARM template vs Azure SDK feature compatibility

I'm looking for any gaps in the support for operations on Azure resources via the Azure SDK (java) vs. ARM templates. So far, we've only found that blobs/queues/tables cannot be managed by ARM, while the containing StorageAccount can be. No…
-1
votes
1 answer

Accessing VirtualMachine Interface for Azure SDK Java

I am trying to get Virtual Machine compute name, which can be accessed by Virtual Machine Interface of com.microsoft.azure.management.compute package, but I am not able to access this particular interface, Link to the interface and its methods…
-3
votes
1 answer

How to upload large file to azure using typescript

I was looking for a way to upload large big files to azure data lake store using typescript but end up with no answer, have any one done this? Thanks in advance. ------------EDITED---------------- I found a way to give REST API calls to send data…
1 2 3
23
24