Skip to content

Commit 51452d8

Browse files
Updated documentation
1 parent 01b418d commit 51452d8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project provides a number of helpful wrappers around the Microsoft Azure St
66

77
## NuGet Status (ICG.AspNetCore.Utilities.CloudStorage)
88

9-
![](https://img.shields.io/nuget/v/icg.aspnetcore.utilities.cloudstorage.svg) ![](https://img.shields.io/nuget/dt/icg.aspnetcore.utilities.cloudstorage.svg) |
9+
![](https://img.shields.io/nuget/v/icg.aspnetcore.utilities.cloudstorage.svg) ![](https://img.shields.io/nuget/dt/icg.aspnetcore.utilities.cloudstorage.svg)
1010

1111
## SonarCloud Analysis
1212

@@ -46,7 +46,11 @@ Lastly, before using you will need to configure your storage options. An exampl
4646
}
4747
```
4848

49-
NOTE: Root client path could be https://youraccount.blob.core.windows.net or if you have configured a CDN your CDN path. This is what will be used to provide the return path of uploaded objects
49+
> [!NOTE]
50+
> Root client path could be https://youraccount.blob.core.windows.net or if you have configured a CDN your CDN path. This is what will be used to provide the return path of uploaded objects
51+
52+
> [!WARNING]
53+
> Be sure to consider security of these credentials, this library fully supports `IOptions` so you can utilize environment variables, the `appsettings.json` file or any other mechanism that injects values to Configuration
5054
5155
### Included Features
5256

0 commit comments

Comments
 (0)