Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The [Azure Identity library][identity] provides easy Azure Active Directory supp

## Next steps

Read more about [configuration in ASP.NET Core](aspnetcore_configuration_doc).
Read more about [configuration in ASP.NET Core][aspnetcore_configuration_doc].

## Contributing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void ConfigureServices(IServiceCollection services)

## Next steps

Read more about [DataProtection in ASP.NET Core](aspnetcore_dataprotection_doc).
Read more about [DataProtection in ASP.NET Core][aspnetcore_dataprotection_doc].

## Contributing

Expand Down Expand Up @@ -90,7 +90,7 @@ additional questions or comments.
[azure_cli]: https://docs.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[identity]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/identity/Azure.Identity/README.md
[aspnetcore_dataprotection_doc]: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/using-data-protection
[aspnetcore_dataprotection_doc]: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/introduction
[samples]: samples/
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The [Azure Identity library][identity] provides easy Azure Active Directory supp

## Next steps

Read more about [DataProtection in ASP.NET Core](aspnetcore_dataprotection_doc).
Read more about [DataProtection in ASP.NET Core][aspnetcore_dataprotection_doc].

## Contributing

Expand All @@ -67,13 +67,14 @@ additional questions or comments.
[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/packages/Azure.Extensions.AspNetCore.DataProtection.Keys
[keyvault_doc]: https://docs.microsoft.com/en-us/azure/key-vault/general/overview
[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
[azure_cli]: https://docs.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[identity]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/identity/Azure.Identity/README.md
[aspnetcore_dataprotection_doc]: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/using-data-protection
[aspnetcore_dataprotection_doc]: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/introduction?view=aspnetcore-3.1
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/core/Azure.Core/src/RequestFailedException.cs
[error_codes]: https://docs.microsoft.com/rest/api/storageservices/blob-service-error-codes
[samples]: samples/
Expand Down