Alexandre Nédélec · @techwatching
21 followers · 63 posts · Server mas.to

Great article with basic concepts to use Azure SDK 👉 devblogs.microsoft.com/azure-s Since Azure SDK follow the same guidelines, using them is much easier and nicer. Unfortunately, some SDK (Cosmos, Azure IoT) still go their own way, but globally the dev experience has improved.

Yet, I still sometimes come across code that wraps Azure SDK. People, please stop that, it's useless and it prevents other developers to learn how to correctly use Azure SDK.

#azuresdk #azure

Last updated 2 years ago

Heath Stewart · @heaths
197 followers · 563 posts · Server fosstodon.org

Teh `azd` has been available for a short while as a feature, which I recently used in github.com/heaths/azcrypto: github.com/heaths/azcrypto/pul

It will not only install `azd`, but the dev extension for . It makes deploying resources and applications a breeze.

I use it in azcrypto in lieu of the resource provisioning scripts I originally wrote for all of to deploy resources uniformly. This is a publicly available (near) equivalent.

#azuredevelopercli #devcontainer #azure #vscode #azuresdk

Last updated 2 years ago

Heath Stewart · @heaths
197 followers · 562 posts · Server fosstodon.org

devblogs.microsoft.com/azure-s

Azure Core for all our language SDKs plays a core part of our HTTP pipeline (and other protocols in some cases, like AMQP), serialization, and more. My colleague, Anne, does a great job explaining a lot of it here.

#azure #azuresdk

Last updated 2 years ago

Heath Stewart · @heaths
185 followers · 476 posts · Server fosstodon.org

Now that the for has released v1.0.0, I have updated to it and released v1 of pkg.go.dev/github.com/heaths/a : a cryptography client for Key Vault and that now only makes it easier to call crypto operations but tries to first cache the public key and do public key operations locally to improve performance and help mitigate throttling.

We have this in our other languages' SDKs but doesn't fit our design goals for , so I wrote it as a separate module.

#golang #azuresdk #keyvault #managedhsm

Last updated 2 years ago

Adam :verified: · @zeroadam
31 followers · 63 posts · Server techhub.social

Will today be the day I figure out how to migrate from Microsoft.Azure.Management.Fluent to Azure.ResourceManager? 🤞 Only time will tell.

#azure #dotnet #azuresdk

Last updated 2 years ago

Heath Stewart · @heaths
183 followers · 466 posts · Server fosstodon.org

@larryosterman to clarify for others interested in or , we - including others from different departments at - have established guidelines for both service APIs (typically REST) as well as client libraries we write and generate. Our code generators follow those same guidelines.

is designed to bridge those concepts. With the same expressive grammar, service teams have more central control (with guard rails) over both service and client code.

#azure #azuresdk #microsoft #typespec

Last updated 2 years ago

Adam :verified: · @zeroadam
31 followers · 54 posts · Server techhub.social

Why does it seem so impossible to find real code examples for ? Microsoft.Azure.Management.AppService.Fluent is deprecated for Azure.ResourceManager.AppService, and all I want to see is an example of how to use the new package to restart one of my AppServices. This was easily done with the old package, and I can't find anything to help me migrate code. Would love if anyone could point me in the right direction!!

#azure #azuresdk #csharp

Last updated 2 years ago

Marco Siccardi :dotnet: · @MSicc
420 followers · 371 posts · Server dotnet.social
Heath Stewart · @heaths
175 followers · 446 posts · Server fosstodon.org

Some of my colleagues put a lot of work into dynamic support for RESTful payloads for the for . I updated some of the samples I own and it feels idiomatic. As we convert more services to , we'll be generating model classes but Dynamic JSON will still be useful in more advanced scenarios.

Read devblogs.microsoft.com/azure-s for more information.

#azuresdk #dotnet #azure #typespec

Last updated 2 years ago

Heath Stewart · @heaths
175 followers · 445 posts · Server fosstodon.org

My github.com/heaths/azcrypto module for easy and crypto operations is now feature-complete and at parity with our other languages' crypto libraries. It now supports crypto operations locally using a JWK.

Not likely to make it into our official azkeys SDK, but written to our same SDK guidelines.

azkeys will GA soon, and once I upgrade my dependency I plan to GA this module.

#azure #keyvault #managedhsm #azuresdk

Last updated 2 years ago

Heath Stewart · @heaths
175 followers · 434 posts · Server fosstodon.org

I've been working on a "business adjacent" project - as many of mine are - but for something that may one day be part of our for . Regardless of whether it gets included, I want it to feel like a first-party experience when used with our other client libraries. Given I'm part of the team, I'm coining(?) the phrase, "first-ex parte".

See github.com/heaths/azcrypto for a cryptography client for or . It's basically the same as we have in other languages.

#azuresdk #golang #azure #keyvault #managedhsm

Last updated 2 years ago

Heath Stewart · @heaths
173 followers · 389 posts · Server fosstodon.org

Since the for 's philosophy is thin, mostly generated clients - which I don't disagree with - I built a client atop it much like I helped drive in our other SDK languages and wrote for the SDK for .NET: github.com/heaths/azcrypto

It's very early in development right now - supporting only sign and verify - but is an MVP enough to get some feedback from my team or anyone else who may be interested.

#azuresdk #golang #cryptography #azure #keyvault #ecdsa

Last updated 2 years ago

holger · @holgerjs
30 followers · 79 posts · Server hachyderm.io

devblogs.microsoft.com/azure-s

Azure Core Experimental for Python has a new beta release with experimental HTTP transport

#azure #azuresdk #python

Last updated 2 years ago

holger · @holgerjs
30 followers · 78 posts · Server hachyderm.io
holger · @holgerjs
30 followers · 77 posts · Server hachyderm.io

Very interesting read on Custom HTTP transport in the Azure Python SDK with lots of details:

devblogs.microsoft.com/azure-s

#azure #azuresdk #python #httptransport

Last updated 2 years ago

holger · @holgerjs
30 followers · 76 posts · Server hachyderm.io

I did a quick write-up of my testing around Transport Sharing with the Azure SDK for Python. It can be found here: dev.to/holger/transport-sharin

#azure #azuresdk #python #httptransport #transportsharing

Last updated 2 years ago

holger · @holgerjs
30 followers · 75 posts · Server hachyderm.io

Read through this blog post about Transport sharing in the SDK for on the Developer Blog: devblogs.microsoft.com/azure-s

However, I'm new to this functionality so I couldn't get the full picture from just the blog postw without any references. Fortunately there are some code samples in the GitHub Repository that helped me so that I could test it out: github.com/Azure/azure-sdk-for

#azure #python #microsoft #azuresdk

Last updated 2 years ago

holger · @holgerjs
28 followers · 56 posts · Server hachyderm.io

Huh, nice, it is possible to upload custom logs to workspaces through the Client libraries.

azure.microsoft.com/en-us/upda

Details and examples on the Azure Monitor Ingestion client library for are also available: github.com/Azure/azure-sdk-for

#azure #loganalytics #azuresdk #python

Last updated 2 years ago

Michael Washington #Blazor · @Adefwebserver
136 followers · 196 posts · Server hachyderm.io
holger · @holgerjs
25 followers · 42 posts · Server hachyderm.io

The latest beta release of the Azure Text Analytics client libraries for Python (and other SDK's) has been announced. The blog post includes Python samples for these features:
- Abstractive summarization
- Named entity recognition (NER) resolutions
- Dynamic classification
- Healthcare FHIR bundles with document type
- Automatic language and script detection

Reference: devblogs.microsoft.com/azure-s

#azure #python #azuresdk #ai #textanalytics

Last updated 3 years ago