Aspire.Hosting.Azure.AppConfiguration
Official
📦 Aspire.Hosting.Azure.AppConfiguration v13.4.0 6 Functions
3 Types
3 types and 0 members
Types
Functions
method
addAzureAppConfiguration builder Adds an Azure App Configuration resource to the application model.
addAzureAppConfiguration(name: string): AzureAppConfigurationResource method
runAsEmulator builder Configures Azure App Configuration to run with the local emulator
runAsEmulator(configureEmulator?: (obj: AzureAppConfigurationEmulatorResource) => Promise<void>): AzureAppConfigurationResource method
withAppConfigurationRoleAssignments builder 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.
withAppConfigurationRoleAssignments(target: AzureAppConfigurationResource, roles: AzureAppConfigurationRole[]): IResource method
withDataBindMount builder Adds a bind mount for the storage of an Azure App Configuration emulator resource.
withDataBindMount(path?: string): AzureAppConfigurationEmulatorResource method
withDataVolume builder Adds a named volume for the data folder to an Azure App Configuration emulator resource.
withDataVolume(name?: string): AzureAppConfigurationEmulatorResource method
withHostPort builder Configures the host port for the Azure App Configuration emulator is exposed on instead of using randomly assigned port.
withHostPort(port: number): AzureAppConfigurationEmulatorResource