News

New in Azure SDK: Data Tables & Monitor Libraries, and More

New Azure Data Tables libraries and beta Azure Monitor libraries highlight the latest update to the Azure SDK.

As part of the June 2021 release, Microsoft announced seven Stable updates and 18 previews. The dev team called out new Azure Data Tables libraries -- targeting .NET, Java, JavaScript/TypeScript and Python -- in a separate post. Azure Table storage is a service that stores structured NoSQL data in the cloud, providing a key/attribute store with a schemaless design, according to its documentation.

"The Table storage service can be used to store flexible data sets like user data for web applications, address books, device information, or other types of metadata," Microsoft said. "The new libraries follow our Azure SDK Guidelines, making for an idiomatic, consistent, approachable, diagnosable, and dependable library. The new libraries use the language-specific Azure Core packages for handling requests, errors, and credentials."

The new Azure Monitor libraries announced in a v1.0 Beta 1 release, meanwhile, are used to query Logs and Metrics. Formerly, libraries for those two queries came in separate packages, now combined into one.

Unified Client Library
[Click on image for larger view.] Unified Client Library (source: Microsoft).

Along with that unification, new features include:

  • Batch API for Logs query: Multiple Logs queries can be executed in a single request.
  • Performance statistics: Developers can opt in to include Logs query performance statistics -- including execution time and resource usage -- in a response.
  • Server timeout: The default used to be three minutes but some Logs queries take longer than that, so the new libraries let developers increase the timeout up to 10 minutes.
  • Handwritten client libraries: These replace the code-generation scheme that was used for the old libraries (except for the .NET library). The new libraries for Java, JavaScript/TypeScript and Python are now handwritten for parity with .NET. "Per the design principles for the new Azure SDK libraries, the libraries strive to be idiomatic," Microsoft said. "As a developer in the target language, interacting with the library should feel natural."
  • Azure Active Directory authentication: This is supported for both Logs and Metrics queries, via Azure Identity. This is said to improves the local development experience in editors and IDEs such as IntelliJ, Visual Studio Code and Visual Studio.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube