From 53d93578d322e0d916601fab266517bfc9be9d3f Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Fri, 4 Jun 2021 02:09:01 +0000 Subject: [PATCH] Put a comment on static usage guidance (#2393) Co-authored-by: Anton Kolesnyk --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2150ebef6..dbfe4a8bb 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,10 @@ int main() Understanding the key concepts from the `azure-core-cpp` library, which is leveraged by all client libraries will also be helpful in getting started, regardless of which Azure service you want to use. You can find more information about them, with sample code snippets, here: https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/core/azure-core#key-concepts +#### Interacting with Azure SDK for C++ + +Static SDK members should not be accessed and SDK functions should not be called before the static initialization phase is finished. + #### Visual Studio - CMakeSettings.json When building your application via Visual Studio, you can create and update a `CMakeSettings.json` file and include the following properties to let Visual Studio know where the packages are installed and which triplet needs to be used: