Skip to content

atc-net/atc-azure-options

Repository files navigation

NuGet Version

Breaking changes

    - ConfigureKeyVault now requires a parameter of type DefaultAzureCredentialOptions:

    - void ConfigureKeyVault(this IConfigurationBuilder config, DefaultAzureCredentialOptions defaultAzureCredentialOptions)

    - StorageAccountOptions
       - StorageConnectionString renamed to ConnectionString
       - StorageContainerName renamed to ContainerName

    - EventHubOptions
       - EventHubName renamed to Name
       - EventHubConnection renamed to ConnectionString

ATC Azure Options

Common options library for API's, Functions etc.

The workflow setup for this repository

Read more on Git-Flow

How to contribute

Contribution Guidelines

Coding Guidelines