7 references to AllowOutbound
Aspire.Hosting.Azure.Network (2)
AzureServiceTags.cs (1)
18
/// <see cref="AzureVirtualNetworkExtensions.
AllowOutbound
"/>, <see cref="AzureVirtualNetworkExtensions.DenyOutbound"/>,
AzureVirtualNetworkExtensions.cs (1)
324
/// (<see cref="AllowInbound"/>, <see cref="DenyInbound"/>, <see cref="
AllowOutbound
"/>, <see cref="DenyOutbound"/>).
Aspire.Hosting.Azure.Tests (5)
AzureVirtualNetworkExtensionsTests.cs (5)
294
.
AllowOutbound
(port: "443")
324
.
AllowOutbound
(port: "443", to: AzureServiceTags.AzureActiveDirectory, protocol: SecurityRuleProtocol.Tcp)
325
.
AllowOutbound
(port: "443", to: AzureServiceTags.Sql, protocol: SecurityRuleProtocol.Tcp);
420
.
AllowOutbound
(port: "443", to: AzureServiceTags.Storage)
480
.
AllowOutbound
(port: "443")