During an Aspirifridays stream today, @maddymontaquila created a dev tunnel resource in her apphost and ran it, resulting in the tunnel being created. She then added the line to enable anonymous access on the tunnel resource, .WithAnonymousAccess(), but upon re-running the apphost the tunnel's access policy was not updated. The logs on the port resource indicated that the port did not allow anonymous access because neither the tunnel or the port was configured to allow it.