We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft announced New Azure Integration Packages in ASP.NET Core 5, Azure Extensions libraries for .NET
Azure.Identity
In light of that change the following libraries will be migrated to https://github.com/kdcllc/Bet.Azure:
Bet.Extensions.AzureStorage
Bet.Azure.Storage.Blobs
Bet.Azure.Data.Table
Bet.Azure.Storage.Queue
Bet.Extensions.AzureVault
Bet.Azure.Security.KeyVault
Bet.Azure.AspNetCore.DataProtection
Bet.Extensions.AzureAppConfiguration
Microsoft.Extensions.Configuration.AzureKeyVault becomes Azure.Extensions.AspNetCore.Configuration.Secrets
Microsoft.Extensions.Configuration.AzureKeyVault
Azure.Extensions.AspNetCore.Configuration.Secrets
Microsoft.AspNetCore.DataProtection.AzureKeyVault becomes Azure.Extensions.AspNetCore.DataProtection.Keys
Microsoft.AspNetCore.DataProtection.AzureKeyVault
Azure.Extensions.AspNetCore.DataProtection.Keys
Microsoft.AspNetCore.DataProtection.AzureStorage becomes Azure.Extensions.AspNetCore.DataProtection.Blobs
Microsoft.AspNetCore.DataProtection.AzureStorage
Azure.Extensions.AspNetCore.DataProtection.Blobs
https://azure.microsoft.com/en-us/blog/previewing-azure-sdks-following-new-azure-sdk-api-standards/
https://joonasw.net/view/aspnet-core-data-protection-with-azure-key-vault-and-azure-storage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Microsoft announced New Azure Integration Packages in ASP.NET Core 5, Azure Extensions libraries for .NET
Azure.Identity
In light of that change the following libraries will be migrated to https://github.com/kdcllc/Bet.Azure:
Bet.Extensions.AzureStorage
Bet.Azure.Storage.Blobs
Bet.Azure.Data.Table
Bet.Azure.Storage.Queue
Bet.Extensions.AzureVault
Bet.Azure.Security.KeyVault
Bet.Azure.AspNetCore.DataProtection
Bet.Extensions.AzureAppConfiguration
New Libraries references
Microsoft.Extensions.Configuration.AzureKeyVault
becomesAzure.Extensions.AspNetCore.Configuration.Secrets
Microsoft.AspNetCore.DataProtection.AzureKeyVault
becomesAzure.Extensions.AspNetCore.DataProtection.Keys
Microsoft.AspNetCore.DataProtection.AzureStorage
becomesAzure.Extensions.AspNetCore.DataProtection.Blobs
https://azure.microsoft.com/en-us/blog/previewing-azure-sdks-following-new-azure-sdk-api-standards/
https://joonasw.net/view/aspnet-core-data-protection-with-azure-key-vault-and-azure-storage
The text was updated successfully, but these errors were encountered: