Skip to content

Commit 3c73dec

Browse files
Merge pull request #230918 from pritamso/Broken-link-fix-pauljewellmsft
Broken link fix
2 parents 4d326aa + 231fbb9 commit 3c73dec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/storage/blobs/quickstart-blobs-c-plus-plus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Resources:
3737
- [Azure storage account](../common/storage-account-create.md)
3838
- [C++ compiler](https://azure.github.io/azure-sdk/cpp_implementation.html#supported-platforms)
3939
- [CMake](https://cmake.org/)
40-
- [Vcpkg - C and C++ package manager](https://github.com/microsoft/vcpkg/blob/master/docs/README.md)
40+
- [Vcpkg - C and C++ package manager](https://github.com/microsoft/vcpkg/blob/master/README.md)
4141

4242
## Setting up
4343

articles/storage/blobs/storage-quickstart-blobs-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can authorize access to data in your storage account using the following ste
8383
go get github.com/Azure/azure-sdk-for-go/sdk/azidentity
8484
```
8585
86-
Azure CLI authentication isn't recommended for applications running in Azure. When deployed to Azure, you can use the same code to authorize requests to Azure Storage from an application running in Azure. However, you need to enable managed identity on your app in Azure and configure your storage account to allow that managed identity to connect. For detailed instructions on configuring this connection between Azure services, see the [Auth from Azure-hosted apps](/developer/go/azure-sdk-authentication-managed-identity) tutorial.
86+
Azure CLI authentication isn't recommended for applications running in Azure. When deployed to Azure, you can use the same code to authorize requests to Azure Storage from an application running in Azure. However, you need to enable managed identity on your app in Azure and configure your storage account to allow that managed identity to connect. For detailed instructions on configuring this connection between Azure services, see the [Auth from Azure-hosted apps](/azure/developer/go/azure-sdk-authentication-managed-identity) tutorial.
8787
8888
To learn more about different authentication methods, check out [Azure authentication with the Azure SDK for Go](/azure/developer/go/azure-sdk-authentication).
8989

0 commit comments

Comments
 (0)