Commit Graph

47 Commits

Author SHA1 Message Date
Ronnie Geraghty
e72febebd5
Add telemetry data collection and configuration instructions to README (#6623) 2025-07-18 11:54:21 -07:00
Scott Addie
c7deb5a0a8
Remove impressions pixel from Markdown files (#6435) 2025-02-26 16:38:16 +00:00
Ronnie Geraghty
b391d65809
Docs links coversion: docs.microsoft.com -> learn.microsoft.com (#6276)
* 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
2024-12-16 09:32:19 -08:00
Ronnie Geraghty
3433445498
adding link to survey (#5959)
Adding a link to our design discussion survey as a badge on the README.
2024-09-05 15:47:27 -07:00
Larry Osterman
90089ad326
Cleaned up Azure::Core::Context API surface (#5676)
* 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>
2024-07-17 12:38:30 -07:00
Ahson Khan
b9c776c9ff
Update link in README.md to fix link verification issue. (#5804) 2024-07-16 13:13:14 -07:00
Ahson Khan
de7197daae
Provide a walkthrough for how to install the Azure SDK packages in a VS (#5751)
MSBuild project via vcpkg.
2024-07-08 14:10:28 -04:00
AlexYue
c95f74a88b
it should be one cmake command instead of vcpkg command (#5622) 2024-05-16 10:52:55 -07:00
Ronnie Geraghty
1d09c535b2
Install Docs Updates (#5339)
* 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
2024-02-14 15:01:33 -08:00
Anton Kolesnyk
030ad9a6ca
Unify all markup C++ code sections to use 'cpp' (#5138)
* Unify all markup C++ code sections to use 'cpp'

* Update broken link

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2023-11-08 20:42:59 -08:00
Ahson Khan
384c1ae01e
Update core ci.yml so that some CI pipeline runs when modifying markdown files at the root of the repo (#4900)
* 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
2023-08-18 14:51:46 -07:00
Sutou Kouhei
c844535efb
Fix a typo in README (#4896) 2023-08-18 12:48:55 -07:00
Richard Park
3e5af5508f
Readme spelling mistake: bahavior -> behavior (#4863)
* 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>
2023-08-09 15:36:13 -07:00
Ahson Khan
3d6fb8d457
Update anchor tag in root README.md to point to storage doc (#4788) 2023-07-14 15:40:16 -07:00
Ahson Khan
dd0fbec560
Update README.md to fix markdown linter errors (#4494)
* 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.
2023-04-06 11:40:25 -07:00
George Arama
30afd1eb89
reworked docker file (#4344)
* reworked docker file

* removed unnecessary su

* update docker file

* qwq

* Update sdk/core/azure-core/test/libcurl-stress-test/Dockerfile

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* url

---------

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
2023-02-17 11:40:54 -08:00
Larry Osterman
a464844bd1
Added information for configuring linux or other OS package manager to install OpenSSL (#4336) 2023-02-03 10:22:39 -08:00
Anton Kolesnyk
4abf69c5b4
Update broken link (#4306)
* 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>
2023-01-31 10:37:46 -08:00
Larry Osterman
bb95a22e3f
Added the ability to select OpenSSL 1.1.1n if desired. (#4045)
* 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
2022-10-28 15:57:51 -07:00
Victor Vazquez
f4bbfaa7da
[EngSys] Get Vcpkg automatically (#3614)
* get vcpkg automatically
2022-06-07 18:45:50 -07:00
Anton Kolesnyk
19fcc97d56
Update README to list all the vcpkgs (#3704)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2022-06-03 21:29:09 +00:00
Rick Winter
2a27c19db4
Update link to beta registry (#3342) 2022-02-11 14:57:17 -08:00
Ahson Khan
b338dd1c37
Fix the SDK Beta Vcpkg Registry information to use stable instead of GA (#3314) 2022-02-03 17:48:46 -08:00
Anton Kolesnyk
679f5ecbd3
Update README with SDK Beta Vcpkg Registry information (#3306)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2022-02-03 12:23:12 -08:00
George Arama
4239100f3b
Updates to readme files (#3220)
* links updates

* PR comments

* readme updates

* oops

* update source section
2022-01-11 13:11:44 -08:00
Rick Winter
33aca0caaf
Add trademark section to readme (#3200)
Add trademark section to readme
2021-12-17 22:04:44 +00:00
JinmingHu
83a3a0a749
Fix build error in landing page example (#2602) 2021-07-13 23:03:08 +00:00
Wes Haggard
015c34a029
Update links from master to main (#2488)
* Update links from master to main

* Upate other references from master to main
2021-06-24 22:27:14 -07:00
Ahson Khan
2ba8d68bcf
Add a section to help users understand key SDK and core concepts with samples. (#2394)
* 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.
2021-06-04 11:35:06 -07:00
Anton Kolesnyk
53d93578d3
Put a comment on static usage guidance (#2393)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-06-03 19:09:01 -07:00
Anton Kolesnyk
efe4772acb
Update upper/lower/other casing (#2267)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-05-14 12:54:16 -07:00
Rick Winter
0c24db5a10
Update README.md (#2147)
Remove the common package from the readme.  Customers should not install that package directly
2021-04-26 18:39:49 +00:00
Ahson Khan
d1e43af75e
Add LRO concept section to core, along with a sample snippet to help get started. (#1729)
* Add LRO concept section to core, along with a sample snippet to help get started.

* address feedback
2021-02-24 09:14:17 -08:00
Ahson Khan
5a48839448
Update the root readme to include clear acquisition and installation details. (#1723)
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`.
2021-02-24 00:37:58 +00:00
Anton Kolesnyk
eeda7f1a13
Get static/dynamic CRT link options in sync (#1715)
* 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>
2021-02-23 09:38:24 -08:00
Victor Vazquez
cd4f4e9c75
enable license link (#915) 2020-11-06 11:55:59 -08:00
Victor Vazquez
820e0c6779
update main root license to be txt (#888)
fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/887
2020-11-04 17:03:15 +00:00
Sima Zhu
843432172e
Fixed the upper case of anchor tags (#792) 2020-10-16 09:27:36 -07:00
Victor Vazquez
f9e6acb358
Update Readme and Contribute to Oct07-2020 release instructions (#712)
* Update Readme and Contribute to Oct07-2020 release instructions
2020-10-14 22:00:34 -07:00
Sima Zhu
8fed524b96
Replaced relative link with absolute links and remove locale (#668) 2020-09-17 22:28:36 -07:00
Rick Winter
6b1043fc3f
Update the repo readmes and changelog (#627)
* Update the repo readmes and changelog

* Lowercase beta

* Fix a couple instances of `preview`
2020-09-09 16:55:57 -07:00
KarishmaGhiya
3060f7341c
clean up links and add link verification (#410) 2020-08-07 11:55:11 -07:00
Kan Tang
a8a200ef26
Added convenience layer for datalake service (#178) 2020-06-20 19:55:41 -07:00
Daniel Jurek
b264e13701
update build status source (#38) 2020-03-18 15:12:08 -07:00
Rick Winter
5c766e3f32
Readme content update (#15) 2020-02-28 08:56:54 -08:00
Microsoft Open Source
acc0e20c56 Updating README.md to template content 2020-01-10 15:45:24 -08:00
Rick Winter
a35b603fcd
Initial commit 2020-01-10 15:29:10 -08:00