Skip to content

Commit

Permalink
Update README.mds for extensions (#12658)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored and prmathur-microsoft committed Jul 8, 2020
1 parent 17a0ca5 commit ce268d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `Azure.Extensions.AspNetCore.Configuration.Secrets` package allows storing c
Install the package with [NuGet][nuget]:

```Powershell
dotnet add package Azure.Extensions.AspNetCore.Configuration.Secrets -v 1.0.0-preview.2
dotnet add package Azure.Extensions.AspNetCore.Configuration.Secrets
```

### Prerequisites
Expand Down Expand Up @@ -62,7 +62,7 @@ additional questions or comments.
[source]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src
[package]: https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.Secrets/
[docs]: https://docs.microsoft.com/dotnet/api/Azure.Extensions.AspNetCore.Configuration.Secrets
[nuget]: https://www.nuget.org/storage-quickstart-create-account?tabs=azure-powershell
[nuget]: https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.Secrets
[keyvault_create_cli]: https://docs.microsoft.com/en-us/azure/key-vault/quick-create-cli#create-a-key-vault
[keyvault_create_portal]: https://docs.microsoft.com/en-us/azure/key-vault/quick-create-portal#create-a-vault
[keyvault_create_ps]: https://docs.microsoft.com/en-us/azure/key-vault/quick-create-powershell#create-a-key-vault
Expand All @@ -74,4 +74,4 @@ additional questions or comments.
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
[coc_contact]: mailto:[email protected]
[coc_contact]: mailto:[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `Azure.Extensions.AspNetCore.DataProtection.Blobs` package allows storing AS
Install the package with [NuGet][nuget]:

```Powershell
dotnet add package Azure.Extensions.AspNetCore.DataProtection.Blobs -v 1.0.0-preview.2
dotnet add package Azure.Extensions.AspNetCore.DataProtection.Blobs
```

### Prerequisites
Expand Down Expand Up @@ -81,7 +81,7 @@ additional questions or comments.
[source]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/src
[package]: https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs/
[docs]: https://docs.microsoft.com/dotnet/api/Azure.Extensions.AspNetCore.DataProtection.Blobs
[nuget]: https://www.nuget.org/
[nuget]: https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs
[storage_account_docs]: https://docs.microsoft.com/azure/storage/common/storage-account-overview
[storage_account_create_ps]: https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-powershell
[storage_account_create_cli]: https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-cli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `Azure.Extensions.AspNetCore.DataProtection.Keys` package allows protecting
Install the package with [NuGet][nuget]:

```Powershell
dotnet add package Azure.Extensions.AspNetCore.DataProtection.Keys -v 1.0.0-preview.2
dotnet add package Azure.Extensions.AspNetCore.DataProtection.Keys
```

### Prerequisites
Expand Down Expand Up @@ -66,7 +66,7 @@ additional questions or comments.
[source]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/src
[package]: https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys/
[docs]: https://docs.microsoft.com/dotnet/api/Azure.Extensions.AspNetCore.DataProtection.Keys
[nuget]: https://www.nuget.org/storage-quickstart-create-account?tabs=azure-powershell
[nuget]: https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys
[keyvault_create_cli]: https://docs.microsoft.com/en-us/azure/key-vault/quick-create-cli#create-a-key-vault
[keyvault_create_portal]: https://docs.microsoft.com/en-us/azure/key-vault/quick-create-portal#create-a-vault
[keyvault_create_ps]: https://docs.microsoft.com/en-us/azure/key-vault/quick-create-powershell#create-a-key-vault
Expand Down

0 comments on commit ce268d6

Please sign in to comment.