5 references to Internet
Aspire.Hosting.Azure.Network (1)
AzureServiceTags.cs (1)
35public const string Internet = nameof(Internet);
Aspire.Hosting.Azure.Tests (2)
AzureVirtualNetworkExtensionsTests.cs (2)
419.DenyInbound(from: AzureServiceTags.Internet) 454Assert.Equal("Internet", AzureServiceTags.Internet);
AzureVirtualNetworkEndToEnd.AppHost (2)
Program.cs (2)
19.DenyInbound(from: AzureServiceTags.Internet); 27.DenyInbound(from: AzureServiceTags.Internet);