3 references to Sql
Aspire.Hosting.Azure.Network (1)
AzureServiceTags.cs (1)
64
public const string Sql = nameof(
Sql
);
Aspire.Hosting.Azure.Tests (2)
AzureVirtualNetworkExtensionsTests.cs (2)
325
.AllowOutbound(port: "443", to: AzureServiceTags.
Sql
, protocol: SecurityRuleProtocol.Tcp);
459
Assert.Equal("Sql", AzureServiceTags.
Sql
);