6 references to TableEndpoint
Aspire.Hosting.Azure.Storage (6)
AzureStorageResource.cs (4)
113
: ReferenceExpression.Create($"{
TableEndpoint
}");
125
: ReferenceExpression.Create($"{
TableEndpoint
}");
156
target[$"{connectionName}__tableServiceUri"] =
TableEndpoint
;
161
target[$"{TablesConnectionKeyPrefix}__{connectionName}__ServiceUri"] =
TableEndpoint
;
AzureTableStorageResource.cs (2)
53
target[$"{connectionName}__tableServiceUri"] = Parent.
TableEndpoint
;
55
target[$"{AzureStorageResource.TablesConnectionKeyPrefix}__{connectionName}__ServiceUri"] = Parent.
TableEndpoint
; // Updated for consistency