My app is in Java8 and I want to use Azure Blob storage and App service and their SDKs. By when I will get the Java 8 support SDKs?

Tarun Baveja 0 Reputation points
2025-01-27T11:17:23.5266667+00:00

My app is in Java8 and I want to use Azure Blob storage and App service and their SDKs. By when I will get the Java 8 support SDKs?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,050 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,223 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Syed Aaqid Ali 5 Reputation points Microsoft Vendor
    2025-01-27T16:00:27.4+00:00

    Hello Tarun Baveja,

    Welcome to Microsoft Q&A Forum. Thanks for posting your query here!

    The Azure SDK for Java supports Java 8 and later versions. You can use the Azure Blob Storage client library for Java with your Java 8 application. The library provides classes such as BlobServiceClient, BlobServiceClientBuilder, BlobContainerClient, and BlobClient to interact with Azure Blob Storage resources.

    Refences:

    Get started with Azure Blob Storage and Java

    Azure Blob Storage client library for Java

    Azure Storage libraries for Java

    Kindly let me know if this is helpful.

    Thanks!

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.