BizDoc.Core.Azure 6.5.2

Suggested Alternatives

BizDoc.Azure

There is a newer version of this package available.
See the version list below for details.
dotnet add package BizDoc.Core.Azure --version 6.5.2                
NuGet\Install-Package BizDoc.Core.Azure -Version 6.5.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BizDoc.Core.Azure" Version="6.5.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizDoc.Core.Azure --version 6.5.2                
#r "nuget: BizDoc.Core.Azure, 6.5.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BizDoc.Core.Azure as a Cake Addin
#addin nuget:?package=BizDoc.Core.Azure&version=6.5.2

// Install BizDoc.Core.Azure as a Cake Tool
#tool nuget:?package=BizDoc.Core.Azure&version=6.5.2                

Azure for BizDoc

Add Azure authentication and storage for BizDoc.

dotnet add package BizDoc.Core.Azure

program.cs

	builder.Services.AddBizDoc().
	  AddAzure(options => {
                options.ApplicationIdURI = "api://{your-domain}.azurewebsites.net/{entry-point}";
                options.ClientId = "{clinet-id-here}";
                options.TenantId = "{tenant-id-heare}";
                options.ClientSecret = "{secret-here}";
            ).
		UseIdentityProvider();

Use blob storage

Set a storage for attachments.

AddBizDoc().
    UseAzure().
    UseBlobFileStore(o=> o.ConnectionString = "{connection-string-here}")

Angular

Install the module.

npm i @bizdoc\azure

Import the module in app.module.

imports: [AzureModule.forRoot({
    clientId: '{client-id-here}',
})]
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.7.6 981 7/17/2022 6.7.6 is deprecated because it is no longer maintained.
6.7.5 933 7/14/2022 6.7.5 is deprecated because it is no longer maintained.
6.7.4 995 7/12/2022 6.7.4 is deprecated because it is no longer maintained.
6.7.3 951 7/12/2022 6.7.3 is deprecated because it is no longer maintained.
6.7.2 925 7/11/2022 6.7.2 is deprecated because it is no longer maintained.
6.7.1 878 7/10/2022 6.7.1 is deprecated because it is no longer maintained.
6.6.13 925 7/5/2022 6.6.13 is deprecated because it is no longer maintained.
6.6.12 884 7/3/2022 6.6.12 is deprecated because it is no longer maintained.
6.6.11 903 6/29/2022 6.6.11 is deprecated because it is no longer maintained.
6.6.10 2,631 6/26/2022 6.6.10 is deprecated because it is no longer maintained.
6.6.9 882 6/26/2022 6.6.9 is deprecated because it is no longer maintained.
6.6.8 879 6/23/2022 6.6.8 is deprecated because it is no longer maintained.
6.6.6 933 6/23/2022 6.6.6 is deprecated because it is no longer maintained.
6.6.5 1,236 6/20/2022 6.6.5 is deprecated because it is no longer maintained.
6.6.4 1,230 6/15/2022 6.6.4 is deprecated because it is no longer maintained.
6.6.3 1,204 6/8/2022 6.6.3 is deprecated because it is no longer maintained.
6.6.2 935 6/6/2022 6.6.2 is deprecated because it is no longer maintained.
6.6.1 972 5/28/2022 6.6.1 is deprecated because it is no longer maintained.
6.6.0 2,093 5/20/2022 6.6.0 is deprecated because it is no longer maintained.
6.5.9 932 5/9/2022 6.5.9 is deprecated because it is no longer maintained.
6.5.7 962 4/29/2022 6.5.7 is deprecated because it is no longer maintained.
6.5.6 936 4/14/2022 6.5.6 is deprecated because it is no longer maintained.
6.5.5 967 4/13/2022 6.5.5 is deprecated because it is no longer maintained.
6.5.4 938 4/6/2022 6.5.4 is deprecated because it is no longer maintained.
6.5.2 879 4/5/2022 6.5.2 is deprecated because it is no longer maintained.
6.5.1 932 4/1/2022 6.5.1 is deprecated because it is no longer maintained.
6.5.0 1,002 3/22/2022 6.5.0 is deprecated because it is no longer maintained.
6.4.4 2,043 3/13/2022 6.4.4 is deprecated because it is no longer maintained.
6.4.3 1,317 3/10/2022 6.4.3 is deprecated because it is no longer maintained.
6.4.1 982 3/9/2022 6.4.1 is deprecated because it is no longer maintained.
6.3.5 999 2/24/2022 6.3.5 is deprecated because it is no longer maintained.
6.3.4 974 2/16/2022 6.3.4 is deprecated because it is no longer maintained.
6.3.3 1,004 2/6/2022 6.3.3 is deprecated because it is no longer maintained.
6.3.2 1,014 1/31/2022 6.3.2 is deprecated because it is no longer maintained.
6.3.1 1,003 1/27/2022 6.3.1 is deprecated because it is no longer maintained.
6.3.0 916 1/21/2022 6.3.0 is deprecated because it is no longer maintained.
6.2.2 1,059 1/20/2022 6.2.2 is deprecated because it is no longer maintained.
6.2.1 944 1/13/2022 6.2.1 is deprecated because it is no longer maintained.
6.2.0 923 1/7/2022 6.2.0 is deprecated because it is no longer maintained.
6.1.0 949 12/30/2021 6.1.0 is deprecated because it is no longer maintained.
6.0.5 988 12/14/2021 6.0.5 is deprecated because it is no longer maintained.
6.0.4 944 12/7/2021 6.0.4 is deprecated because it is no longer maintained.
6.0.3 3,823 11/26/2021 6.0.3 is deprecated because it is no longer maintained.
6.0.2 897 11/22/2021 6.0.2 is deprecated because it is no longer maintained.
6.0.1 911 11/13/2021 6.0.1 is deprecated because it is no longer maintained.
6.0.0 811 11/10/2021 6.0.0 is deprecated because it is no longer maintained.
5.3.4 924 11/6/2021 5.3.4 is deprecated because it is no longer maintained.
5.3.3 916 11/3/2021 5.3.3 is deprecated because it is no longer maintained.
5.3.2 879 10/30/2021 5.3.2 is deprecated because it is no longer maintained.
5.3.1 902 10/17/2021 5.3.1 is deprecated because it is no longer maintained.
5.3.0 898 10/14/2021 5.3.0 is deprecated because it is no longer maintained.
5.2.2 977 10/12/2021 5.2.2 is deprecated because it is no longer maintained.
5.2.1 883 10/7/2021 5.2.1 is deprecated because it is no longer maintained.
5.2.0 988 10/3/2021 5.2.0 is deprecated because it is no longer maintained.
5.1.4 905 9/15/2021 5.1.4 is deprecated because it is no longer maintained.
5.1.3 983 7/15/2021 5.1.3 is deprecated because it is no longer maintained.
5.1.2 984 5/12/2021 5.1.2 is deprecated because it is no longer maintained.
5.1.1 948 4/1/2021 5.1.1 is deprecated because it is no longer maintained.
5.0.3 1,067 3/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,050 1/13/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.0 1,094 12/31/2020 5.0.0 is deprecated because it is no longer maintained.
3.2.2 1,107 12/17/2020 3.2.2 is deprecated because it is no longer maintained.
3.2.1 1,134 11/25/2020 3.2.1 is deprecated because it is no longer maintained.
3.2.0 1,089 11/25/2020 3.2.0 is deprecated because it is no longer maintained.
3.1.1 1,219 9/4/2020 3.1.1 is deprecated because it is no longer maintained.

-