6 references to TableEndpoint
Aspire.Hosting.Azure.Storage (6)
AzureStorageResource.cs (4)
87
: ReferenceExpression.Create($"{
TableEndpoint
}");
104
: ReferenceExpression.Create($"{
TableEndpoint
}");
131
target[$"{connectionName}__tableServiceUri"] =
TableEndpoint
;
135
target[$"{TablesConnectionKeyPrefix}__{connectionName}__ServiceUri"] =
TableEndpoint
;
AzureTableStorageResource.cs (2)
47
target[$"{connectionName}__tableServiceUri"] = Parent.
TableEndpoint
;
49
target[$"{AzureStorageResource.TablesConnectionKeyPrefix}__{connectionName}__ServiceUri"] = Parent.
TableEndpoint
; // Updated for consistency