Jonathan Mezach
Jonathan Mezach
@PhilipRRWFM I guess we could make a PR for this?
Probably because I already answered this. But let's go ahead and close this. @Belorus Feel free to re-open if this is still an issue.
@nquandt Good question. I've recently tried it using the daily builds and although there are definitely some rough edges it seems to be working quite well already. Having the possibility...
@nquandt Did you set it up as a separate monitor and actual ingress, or did you combine the two together? I did notice during my testing that if the monitor...
@samsp-msft I think I quite like that approach. We currently have an entirely configuration based approach for our YARP based gateway running on Kubernetes which routes requests both to containers...
I'm getting the same error message whenever I'm trying to access subscriptions that are associated with a different tenant than the home tenant for my account. We are using Cross-tenant...
> We receive the following diagnostics. > > ``` > Error MSB3073 The command "dotnet "C:\Users\samtrion\.nuget\packages\msbuild.sdk.sqlproj\2.7.2\Sdk\../tools/net7.0/DacpacTool.dll" build -o "obj\Debug\netstandard2. 0\Database.TestValues.dacpac" -n "Database.TestValues" -v "1.0.0" -sv Sql160 -i "obj\Debug\netstandard2.0\Database.TestValues.InputFiles. txt" -r...
I think the difference in how the reference appears in the Model.xml is interesting as @ErikEJ pointed out earlier. Not sure what's causing that though. Nothing has changed on our...
I just wanted to add my 2 cents here that this would be extremely useful in combination with [YARP](https://github.com/microsoft/reverse-proxy) where you would be able to configure different policies for different...
@inetzo I did manage to get something working by injecting a custom `WebViewClient` on Android and a custom `UrlSchemeHandler` on iOS through the `BlazorWebViewInitialized` and `BlazorWebViewInitializing`. Unfortunately I found out...