Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Update V2.0 API reference main page #32

Merged
merged 1 commit into from
Aug 8, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,12 @@ <h2>Dependencies</h2>
<h3>C++ REST SDK</h3>
<p>The Azure Storage Client Library for C++ depends on the C++ REST SDK (codename "Casablanca") 2.4.0. It can be installed through <a href="http://www.nuget.org/packages/cpprestsdk/2.4.0">NuGet</a> or downloaded directly from <a href="http://casablanca.codeplex.com/releases/view/146873">CodePlex</a>.</p>
<h2>Code Samples</h2>
<p>How-to topics focused around accomplishing specific tasks are available in the <a href="https://github.com/Azure/azure-storage-cpp/tree/master/Microsoft.WindowsAzure.Storage">samples folder</a>.</p>
<p>To get started with the coding, please visit the following articles:</p><ul>
<li><a href="https://azure.microsoft.com/documentation/articles/storage-c-plus-plus-how-to-use-blobs/">How to use Blob Storage from C++</a></li>
<li><a href="https://azure.microsoft.com/documentation/articles/storage-c-plus-plus-how-to-use-tables/">How to use Table Storage from C++</a></li>
<li><a href="https://azure.microsoft.com/documentation/articles/storage-c-plus-plus-how-to-use-queues">How to use Queue Storage from C++</a></li>
</ul>
<p>To accomplish specific tasks, please find the code samples at <a href="https://github.com/Azure/azure-storage-cpp/tree/master/Microsoft.WindowsAzure.Storage">samples folder</a>.</p>
<h2>Getting Started on Linux</h2>
<p>As mentioned above, the Azure Storage Client Library for C++ depends on Casablanca. Follow <a href="https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20Linux&amp;referringTitle=Documentation">these instructions</a> to compile it. Current version of the library depends on Casablanca version 2.4.0.</p>
<p>Once this is complete, then:</p>
Expand Down Expand Up @@ -159,11 +164,16 @@ <h2>Getting Started on Linux</h2>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;./samplesjson # run the tables sample with JSON payload</div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;./samplestables # run the tables sample</div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;./samplesqueues # run the queues sample</div>
</div><!-- fragment --><p>Please note the current build script is only tested on Ubuntu 14.04. Please update the script accordingly for other distributions. </p>
</div><!-- fragment --><p>Please note the current build script is only tested on Ubuntu 14.04. Please update the script accordingly for other distributions.</p>
<h1>Learn More</h1>
<ul>
<li><a href="https://github.com/Azure/azure-storage-cpp/tree/master/documentation/Microsoft%20Azure%20Storage%20Client%20Library%20for%20C%2B%2B%202.0.0.md">Microsoft Azure Storage Client Library for C++ v2.0.0</a> </li>
<li><a href="http://blogs.msdn.com/b/windowsazurestorage/archive/2015/04/29/microsoft-azure-storage-client-library-for-c-v1-0-0-general-availability.aspx">Microsoft Azure Storage Client Library for C++ v1.0.0 (General Availability)</a> </li>
</ul>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Aug 6 2015 17:00:05 for Microsoft Azure Storage Client Library for C++ by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Fri Aug 7 2015 17:27:19 for Microsoft Azure Storage Client Library for C++ by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
Expand Down