AzureAppConfigurationExtensions Class

Definition

Provides extension methods for adding the Azure AppConfiguration resources to the application model.

public static class AzureAppConfigurationExtensions
type AzureAppConfigurationExtensions = class
Public Module AzureAppConfigurationExtensions
Inheritance
AzureAppConfigurationExtensions

Methods

AddAzureAppConfiguration(IDistributedApplicationBuilder, String, Action<IResourceBuilder<AzureAppConfigurationResource>,ResourceModuleConstruct, AppConfigurationStore>)

Adds an Azure App Configuration resource to the application model.

AddAzureAppConfiguration(IDistributedApplicationBuilder, String)

Adds an Azure App Configuration resource to the application model.

RunAsEmulator(IResourceBuilder<AzureAppConfigurationResource>, Action<IResourceBuilder<AzureAppConfigurationEmulatorResource>>)

Configures an Azure App Configuration resource to be emulated. This resource requires an AzureAppConfigurationResource to be added to the application model.

WithDataBindMount(IResourceBuilder<AzureAppConfigurationEmulatorResource>, String)

Adds a bind mount for the storage of an Azure App Configuration emulator resource.

WithDataVolume(IResourceBuilder<AzureAppConfigurationEmulatorResource>, String)

Adds a named volume for the data folder to an Azure App Configuration emulator resource.

WithHostPort(IResourceBuilder<AzureAppConfigurationEmulatorResource>, Nullable<Int32>)

Configures the host port for the Azure App Configuration emulator is exposed on instead of using randomly assigned port.

WithRoleAssignments<T>(IResourceBuilder<T>, IResourceBuilder<AzureAppConfigurationResource>, AppConfigurationBuiltInRole[])

Assigns the specified roles to the given resource, granting it the necessary permissions on the target Azure App Configuration resource. This replaces the default role assignments for the resource.

Applies to