Skip to content

Commit b34d7ee

Browse files
committed
Adding a warning for connection string
1 parent 7cab0e2 commit b34d7ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/storage/blobs/storage-blob-scalable-app-upload-files.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Azure Storage client library to upload large a
44
author: akashdubey-ms
55
ms.service: azure-blob-storage
66
ms.topic: tutorial
7-
ms.date: 02/04/2021
7+
ms.date: 08/14/2024
88
ms.author: akashdubey
99
ms.devlang: csharp
1010
---
@@ -45,6 +45,9 @@ In the Azure portal, navigate to your storage account. Select **Access keys** un
4545
setx storageconnectionstring "<storageConnectionString>" /m
4646
```
4747

48+
> [!IMPORTANT]
49+
> This code example uses a connection string to authorize access to your storage account. This configuration is for example purposes. Connection strings and account access keys should be used with caution in application code. If your account access key is lost or accidentally placed in an insecure location, your service may become vulnerable. Anyone who has the access key is able to authorize requests against the storage account, and effectively has access to all the data.
50+
4851
When finished, open another **Command Prompt**, navigate to `D:\git\storage-dotnet-perf-scale-app` and type `dotnet build` to build the application.
4952

5053
## Run the application

0 commit comments

Comments
 (0)