Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.47k stars 4.8k forks source link

Add overview and samples to CM similar to Azure.Core #42153

Closed pallavit closed 8 months ago

pallavit commented 8 months ago

All the samples similar to - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/readme.md

annelo-msft commented 8 months ago

@pallavit, is your interest here primarily for end-users of ClientModel-based clients, or for users who are manually authoring clients?

pallavit commented 8 months ago

@KrzysztofCwalina will know more about it, since he asked me to create this work-item :)

KrzysztofCwalina commented 8 months ago

mainly for users of client libraries. We want them to understand that they can change retires (just the number of retries first), that there is a pluggable pipeline, that there are protocol methods, ClientResponse, etc.

annelo-msft commented 8 months ago

For end-user, I would suggest following a structure something like:

christothes commented 8 months ago

For "Model Reader Writer" samples, we have this which should cover the main user scenarios according to @m-nash