Aspire.Hosting.Azure.AppConfiguration
Official
📦 Aspire.Hosting.Azure.AppConfigurationv13.4.06Functions
3Types
3 types and 0 members
Types
Functions
method
addAzureAppConfigurationbuilderAdds an Azure App Configuration resource to the application model.
addAzureAppConfiguration(name: string): AzureAppConfigurationResourcemethod
runAsEmulatorbuilderConfigures Azure App Configuration to run with the local emulator
runAsEmulator(configureEmulator?: (obj: AzureAppConfigurationEmulatorResource) => Promise<void>): AzureAppConfigurationResourcemethod
withAppConfigurationRoleAssignmentsbuilderAssigns 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[]): IResourcemethod
withDataBindMountbuilderAdds a bind mount for the storage of an Azure App Configuration emulator resource.
withDataBindMount(path?: string): AzureAppConfigurationEmulatorResourcemethod
withDataVolumebuilderAdds a named volume for the data folder to an Azure App Configuration emulator resource.
withDataVolume(name?: string): AzureAppConfigurationEmulatorResourcemethod
withHostPortbuilderConfigures the host port for the Azure App Configuration emulator is exposed on instead of using randomly assigned port.
withHostPort(port: number): AzureAppConfigurationEmulatorResource