Skip to content

Commit de7197d

Browse files
authored
Provide a walkthrough for how to install the Azure SDK packages in a VS (#5751)
MSBuild project via vcpkg.
1 parent 0e6b920 commit de7197d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ vcpkg add port azure-identity-cpp azure-storage-blobs-cpp
4040
}
4141
```
4242

43-
### Configure project files
43+
### Configure CMake project files
4444

4545
- Replace the contents of `CMakeLists.txt` with the following:
4646

@@ -57,6 +57,12 @@ add_executable(HelloWorld helloworld.cpp)
5757
target_link_libraries(HelloWorld PRIVATE Azure::azure-identity Azure::azure-storage-blobs)
5858
```
5959

60+
### Installing Azure SDK packages in a Visual Studio MSBuild (.vcxproj) project
61+
62+
Here's a walkthrough video on how to install the Azure SDK packages, using vcpkg, into an MSBuild project in VS: https://aka.ms/azsdk/cpp/gettingstarted-vcpkg-msbuild-video
63+
64+
See the [vcpkg documentation](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started-msbuild?pivots=shell-cmd) for more details.
65+
6066
### Additional methods for installing and configuring
6167

6268
<!-- Commenting out for now until we know if something similar already exists or if we have to create it. -->

0 commit comments

Comments
 (0)