* Docs links coversion: docs.microsoft.com -> learn.microsoft.com
Some markdown formatting
* Adding "msrc" to cspell words
* Undoing things auto formatter did
* Appling Ahson's suggestions
* Deprecated Azure::Core::ApplicationContext because its use is confusing and inconsistent with the original design.
---------
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
* initial update
* moving instructions on using betas to integration samples
* added requirements section, more options for addition install and config methods, build and run instructions and removed old install and config instructions
* spell check fixes
* fixes for broken links
* removing sample project repo option until ready
* Adding C++ compiler to the prereqs section
* removed un-needed parts of vcpkg.json example
* Update core ci.yml so that some CI pipeline runs when modifying markdown files at the root of the repo
* Update ci.yml for PRs.
* Update README.md to test that CI triggers.
* Check why wildcard isn't working as expected
* Try wrapping wildcard in quotes since it is at the start of the path to trigger
* bahavior -> behavior
* Update transport_adapter_base_test.hpp to fix the typo
* Update blob_base_test.hpp to fix the typo
* Update cspell.json to exclude bahavior is a valid word in the dictionary
---------
Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>
* Update README.md to fix markdown linter errors
* Re-apply changes to filter out whitespace artifacts
* Add a single space after a period at the end of the sentence.
* Update datetime.cpp
Make a cosmetic change to a src file to trigger CI.
* Dummy commit to get the current CI error
* Touch file in core to trigger the CI
* Dummy commit to get the current CI error
* Touch file in core to trigger the CI
* Wonderful, and a broken link now too
* Undo any yml changes (Fixed externally?)
* Undo all intentionally unnecessary changes
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
* Added ability to switch to OpenSSL 1.1.1n
* Fixed OpenSSL compilation challenges - the CRL stuff works now
* Added instructions on using OpenSSL 1.1.1 to README
* Added vcpkg args to handle openssl variants
* Add a section to help users understand key SDK concepts with samples.
* Update code snippets based on recent core changes.
* Re-order the key concepts from priority, fix a typo.
* Address PR feedback.
* Use auto in one more place where the type isn't important.
* Move the comment to be above the corresponding line of code.
* Add a GetEndPointUrl method signature.
* Address feedback and wordsmithing.
* Add breif impl using env vars.
Things left to do (out-of-scope for this PR):
- Add FAQ section for common errors and potential solutions when trying to build via vcpkg
- Structure the doc with the following groups, if there is not a lot of overlap:
- Windows
- Visual Studio
- VS Code
- Command Line
- Linux/Posix/Mac
- VS Code
- Command Line
- Another dimension is `Vcpkg` vs `fetch content from GitHub` vs `build the SDK from source`.
* Get static/dynamic CRT link options in sync
* Update docs
* PR feedback
* en-us
* Another 'en-us' in a link
* MSVC_USE_STATIC_CRT
* Update README.md
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>