Share via


AzureCosmosDBResource.ConnectionStringOutput Property

Definition

Gets the "connectionString" output reference from the bicep template for the Azure Cosmos DB resource.

This is used when Entra ID authentication is used. The connection string is an output of the bicep template.

public Aspire.Hosting.Azure.BicepOutputReference ConnectionStringOutput { get; }
member this.ConnectionStringOutput : Aspire.Hosting.Azure.BicepOutputReference
Public ReadOnly Property ConnectionStringOutput As BicepOutputReference

Property Value

Remarks

The value is taken from the cosmos.properties.documentEndpoint bicep property and contains an endpoint.

Applies to