Questions tagged [azure-java-sdk]

Windows Azure Java SDK provides quick integration support for Java platform with Microsoft's Azure services.

Microsoft has provided the artifact microsoft-windowsazure-api for Java developers wanting to integrate with Azure using a managed Java library instead of coding around the Azure REST API. The Azure Java SDK supports Maven on Windows, Linux, and Mac.

286 questions
0
votes
1 answer

How to enable and configure flow log for network security group

I am unable to enable and configure flow log for network security group, using a storage account in either the NetworkWatcherRG or another existing resource group. I am wondering what I am doing wrong from the sdk, as I can do so from the azure gui…
Elwyrn
  • 1
  • 1
0
votes
2 answers

Is there a Java SDK for azure machine learning service?

Is there a Java SDK for Azure Machine Learning service? If not, is there a way to create Azure ML pipelines, experiments etc from Java codebase?
0
votes
2 answers

Azure Storage Java API: Check if storage account support secure transfer or not using java SDK

I have two storage accounts. One supports Secure transfer and the other is normal storage account. I want to check in java which storage require secure storage transfer. So that I can put a check in code to use storage connection string using…
Abhishek
  • 471
  • 1
  • 4
  • 12
0
votes
3 answers

Is FileUpload functionality for Azure IoT Java SDK possible on Android?

We've been trying to use the Azure IoT SDK for Java on Android (via Kotlin) to initiate blob file uploads. The process seems to hang after the SAS token is received and the call to the CloudBlockBlob constructor is made. So I tried calling the…
Jim O'Neil
  • 23,344
  • 7
  • 42
  • 67
0
votes
1 answer

Azure Download Large Block in chunks with pause resume functionality in JAVA

By Using Java SDK of Azure blob storage, Is there a way to download a large file from Azure blob storage with resume functionality?
0
votes
1 answer

Azure, java sdk, Deploying with ARM template - failure to convert Parameter file

I'm trying to write a java JUnit test that will deploy template-defined resource groups using the java-sdk for azure. I came across a couple examples and followed them to create this code segment: public void azurePoC() throws Exception { Azure…
HazirBot
  • 323
  • 2
  • 14
0
votes
1 answer

Azure Function Java : The binding type(s) blobTrigger are not registered

Have created a blob trigger in java by following functions-reference-java. The trigger works locally, however in the portal it says Error: The binding type(s) 'blobTrigger' are not registered. Have followed these instructions to update the…
Ezra
  • 5
  • 3
0
votes
0 answers

Error when starting the Application Insights Agent for Java

I have configured my environment as described in this link for the Application Insights Agent for Java: https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-agent I configure an environment variable so that the Java Options are set with…
plex4r
  • 243
  • 1
  • 2
  • 15
0
votes
1 answer

Azure Service Bus Message Auto forwarding with Java

Am looking to implement auto forwarding between two topics in the same namespace as mentioned here in Java. I did not find an equivalent of ForwardTo property which is in C# for Java. SubscriptionDescription srcSubscription = new…
0
votes
1 answer

Azure SharedKeyCredentials fails with Input byte array has wrong 4-byte ending unit

While trying to run the simple example from Storage-blobs-java-v10-quickstart and using the reference listed in API reference document as: String accountName = "acsazurestore"; String accountKey = "qjC6s44AmSbAkJ7Xqdsks/jjZDIYRTY8qg...."; [not the…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
0
votes
2 answers

ACS AEM Commons - Class not found by acs-aem-commons-bundle

I'm trying to write a custom class in ACS Commons' MCP Tool Including "azure storage" api in "pom.xml" as below: com.microsoft.azure azure-storage
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
0
votes
1 answer

Azure Java SDK, Disk object serializes with half information in json

I am using azure java sdk to collect assets from my azure account. I want to store the information in json format and later on i want to convert json back to original objects when needed. However when I serialize an object to json, its not writing…
Vineet Kumar
  • 176
  • 2
  • 11
0
votes
1 answer

How to get the time since when my Azure VM is stopped through Rest api or Java sdk

I am working on a Java application and my requirement is 1. To check if my Azure Virtual Machine is in stopped state. 2. Since when (Date/Time) it is in stopped state. Azure Java SDK is preference but Rest API will also suffice.
0
votes
1 answer

Updating Azure Sql Database Tags Using Java SDK

How do we update Azure SQL Database's tags using Azure's Java SDK? We could do it using withTag() and withoutTag() for Virtual Machines (interface UpdateWithTags). But I can't find corresponding APIs for Databases.
0
votes
1 answer

Is azure java sdk compatibile with azure gov cloud?

https://github.com/azure/azure-libraries-for-java Will the the azure java sdk work seamlessly for gov cloud as well? Are there any feature differences that need to be taken care of to use the SDK for gov cloud? Are there any API and feature…
user2071703
  • 305
  • 3
  • 8