Skip to content

Update Azure SignalR hosting readme to note ConnectionString usage and client methods to use #3390

@timheuer

Description

@timheuer

The SignalR resource sets the connection string information as a ConnectionStrings__{name} But the Microsoft.Azure.SignalR client by default looks for Azure:SignalR:ConnectionString -- there is an override to supply it and the developer would have to know now to use

.AddAzureSignalR(builder.Configuration.GetConnectionString("signalr"));

Should we emit the default expected config setting instead? If not, convert this to an issue to update readme/docs on this resource to note the client consumption side

Metadata

Metadata

Assignees

Labels

area-integrationsIssues pertaining to Aspire Integrations packages

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions