6 references to TableEndpoint
Aspire.Hosting.Azure.Storage (6)
AzureStorageResource.cs (4)
125
: ReferenceExpression.Create($"{
TableEndpoint
}");
137
: ReferenceExpression.Create($"{
TableEndpoint
}");
168
target[$"{connectionName}__tableServiceUri"] =
TableEndpoint
;
173
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