3 references to EmulatorAccountKey
Aspire.Hosting.Azure.CosmosDB (3)
AzureCosmosDBEmulatorConnectionString.cs (2)
13
? ReferenceExpression.Create($"AccountKey={CosmosConstants.
EmulatorAccountKey
};AccountEndpoint={endpoint.Property(EndpointProperty.Url)}")
14
: ReferenceExpression.Create($"AccountKey={CosmosConstants.
EmulatorAccountKey
};AccountEndpoint=https://{endpoint.Property(EndpointProperty.IPV4Host)}:{endpoint.Property(EndpointProperty.Port)};DisableServerCertificateValidation=True;");
src\Shared\Cosmos\CosmosUtils.cs (1)
24
return accountKeyFromConnectionString == CosmosConstants.
EmulatorAccountKey
;