azure-sdk-for-cpp/samples
Ronnie Geraghty 382efbd7fd
Moving sample files to cpp sdk repo (#5947)
* Moving sample files to cpp sdk repo

* Fixed spelling and markdown formatting

* Fixes for links

* added new lines to the end of files

* Update samples/integration/cmake-vcpkg/.gitignore

Co-authored-by: Rick Winter <rick.winter@microsoft.com>

* Update samples/integration/cmake-vcpkg/README.md

Co-authored-by: Rick Winter <rick.winter@microsoft.com>

* Update samples/integration/cmake-vcpkg/README.md

Co-authored-by: Rick Winter <rick.winter@microsoft.com>

* Update samples/integration/cmake-vcpkg/README.md

Co-authored-by: Rick Winter <rick.winter@microsoft.com>

* updates from feedback

* Updates to sample code to use default azure cred

* Update samples/integration/cmake-vcpkg/main.cpp

Co-authored-by: Rick Winter <rick.winter@microsoft.com>

---------

Co-authored-by: Rick Winter <rick.winter@microsoft.com>
2024-09-13 15:29:29 -07:00
..
helpers Add consumption-time value of __cplusplus to User-Agent (#5662) 2024-07-29 18:31:51 -07:00
integration Moving sample files to cpp sdk repo (#5947) 2024-09-13 15:29:29 -07:00
README.md Add clear contributing section 2023-05-15 13:09:42 -07:00

README.md

Samples, Snippets, and How-To Guides

Developers like to learn by looking at code, and so the Azure SDK comes with a myriad of code samples in the form of short code snippets, sample applications, and how-to guides. This document describes where to find all these resources.

Structure of the Repository

The Azure SDK repository is organized in the following folder structure, with the main sample locations highlighted using bold font.

/samples (this folder)
    README.md (this file)
/sdk (folder containing sources, samples, test for all SDK packages)
    /<service> (e.g. storage)
        /<package> (e.g. blobs)
            README.md (package READMEs contain hello world samples)
            /samples (package-specific samples)
            /inc (header files)
            /src (implementation)
            /test

Getting Started (a.k.a. Hello World) Samples

Each package folder contains a package-specific README.md file. Most of these README files contain Hello World code samples illustrating basic usage of the the APIs contained in the package. For example, you can find Hello World samples for the azure-storage-blobs package here.

Package Samples and How-To Guides

Each package folder contains a subfolder called /samples with additional code samples. These samples can be either short programs contained in *.c files, or more complete how-to guides (code samples and some commentary) contained in *.md files. You can find shortcuts to main how-to guides in the How-To Guides List section below.

Integration Samples

Simple applications that illustrate the different approaches to integrate the Azure SDK for C++ to your application or library. Each sample contains a README with a description and explanation.

Sample Applications

Sometimes we want to illustrate how several APIs or even packages work together in a context of a more complete program. For these cases, we created sample applications that you can look at, download, compile, and execute. These application samples are located on https://docs.microsoft.com/samples/.

How-To Guide List

This section lists how-to guides for the most commonly used APIs and most common scenarios, i.e. this section does not attempt to be a complete directory of guides contained in this repository.

General How-To Guides

  • How to configure, access, and analyze logging information (TODO)

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution.

If you'd like to contribute to this library, please read the contributing guide to learn more about how to build and test the code.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.