7 references to AllowOutbound
Aspire.Hosting.Azure.Network (2)
AzureServiceTags.cs (1)
18
/// <see cref="AzureVirtualNetworkExtensions.
AllowOutbound
"/>, <see cref="AzureVirtualNetworkExtensions.DenyOutbound"/>,
AzureVirtualNetworkExtensions.cs (1)
458
/// (<see cref="AllowInbound"/>, <see cref="DenyInbound"/>, <see cref="
AllowOutbound
"/>, <see cref="DenyOutbound"/>).
Aspire.Hosting.Azure.Tests (5)
AzureVirtualNetworkExtensionsTests.cs (5)
524
.
AllowOutbound
(port: "443")
554
.
AllowOutbound
(port: "443", to: AzureServiceTags.AzureActiveDirectory, protocol: SecurityRuleProtocol.Tcp)
555
.
AllowOutbound
(port: "443", to: AzureServiceTags.Sql, protocol: SecurityRuleProtocol.Tcp);
650
.
AllowOutbound
(port: "443", to: AzureServiceTags.Storage)
710
.
AllowOutbound
(port: "443")